Skip to content

Commit

Permalink
Update execution-environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOpencircle authored Dec 3, 2024
1 parent 8f988f9 commit 6b258f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:

additional_build_steps:
append:
- 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 6b258f0

Please sign in to comment.