Skip to content

Commit

Permalink
Merge pull request #2 from open-circle-ltd/update-helm-version
Browse files Browse the repository at this point in the history
Update helm from 3.7.1 to 3.15.0
  • Loading branch information
DanielOpencircle authored Dec 3, 2024
2 parents 6595062 + 87665d8 commit 8f988f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ COPY --from=galaxy /usr/share/ansible /usr/share/ansible

COPY --from=builder /output/ /output/
RUN /output/install-from-bindep && rm -rf /output/wheels
RUN wget https://get.helm.sh/helm-v3.7.1-linux-amd64.tar.gz -O - | tar -xz && mv linux-amd64/helm /usr/bin/helm && chmod +x /usr/bin/helm && rm -rf linux-amd64
RUN wget https://get.helm.sh/helm-v3.15.0-linux-amd64.tar.gz -O - | tar -xz && mv linux-amd64/helm /usr/bin/helm && chmod +x /usr/bin/helm && rm -rf linux-amd64
RUN wget https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.5.4/kustomize_v4.5.4_linux_amd64.tar.gz -O - | tar -xz && mv kustomize /usr/bin/kustomize && chmod +x /usr/bin/kustomize

0 comments on commit 8f988f9

Please sign in to comment.