Skip to content

Commit

Permalink
chore: bump helm-sops version
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Jul 4, 2023
1 parent 01ecc18 commit 732cc85
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/20230623-1/helm-sops_20230623-1_linux_amd64.tar.gz | tar -xzf - -C /tmp && \
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 && \
chmod +x /tmp/helm-sops

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

0 comments on commit 732cc85

Please sign in to comment.