Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere committed Oct 11, 2024
1 parent 73ded60 commit 1d4e7bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .deps/helm-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: v1.14.2
# url: https://github.com/norwoodj/helm-docs/releases/download/{{.Version}}/helm-docs_{{.Version}}_{{.Os}}_{{.Architecture}}.tar.gz
url:
url: |
https://github.com/norwoodj/helm-docs/releases/download/{{.Version}}/helm-docs_{{slice
.Version 1}}_{{.Os}}_{{.Architecture}}.tar.gz
mappings:
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export K3SIMAGE := docker.io/rancher/k3s:v1.29.4-k3s1
HELM_INSTALL_DIR=.bin bash <(curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3) -v v3.12.0 --no-sudo

.bin/ory: Makefile
curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory
# pin to version v0.3.4 due to a bug in validation
curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.3.4
touch .bin/ory

.bin/goimports:
Expand Down

0 comments on commit 1d4e7bb

Please sign in to comment.