Skip to content

Commit

Permalink
chore: bump helm-sops version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaving committed Jul 12, 2024
1 parent 732cc85 commit cee190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN curl -L https://get.helm.sh/helm-v3.12.0-linux-amd64.tar.gz | tar -xzf - -C
chmod +x /tmp/helm

FROM curlimages/curl:latest as helm-sops-dowloader
RUN curl -L https://github.com/camptocamp/helm-sops/releases/download/20230703-1/helm-sops_20230703-1_linux_amd64.tar.gz | tar -xzf - -C /tmp && \
RUN curl -L https://github.com/camptocamp/helm-sops/releases/download/20240712-1/helm-sops_20240712-1_linux_amd64.tar.gz | tar -xzf - -C /tmp && \
chmod +x /tmp/helm-sops

FROM curlimages/curl:latest as helmfile-dowloader
Expand Down

0 comments on commit cee190c

Please sign in to comment.