Skip to content

Commit

Permalink
chore: Update example-plugin-helm version and the latest yg version (a…
Browse files Browse the repository at this point in the history
…rgoproj#11840)

Signed-off-by: yanggang <gang.yang@daocloud.io>
  • Loading branch information
杨刚 (成都) authored and xiaowu.zhu committed Aug 9, 2023
1 parent a0eb87a commit b672862
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ spec:
- sh
- -c
- |
wget https://get.helm.sh/helm-v3.8.2-linux-amd64.tar.gz -O - | tar xz && mv linux-amd64/helm /tools/helm && chmod +x /tools/helm
wget https://get.helm.sh/helm-v3.10.3-linux-amd64.tar.gz -O - | tar xz && mv linux-amd64/helm /tools/helm && chmod +x /tools/helm
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /tools/jq && chmod +x /tools/jq
wget https://github.com/mikefarah/yq/releases/download/v4.24.5/yq_linux_amd64 -O /tools/yq && chmod +x /tools/yq
wget https://github.com/mikefarah/yq/releases/download/v4.30.6/yq_linux_amd64 -O /tools/yq && chmod +x /tools/yq
volumeMounts:
- mountPath: /tools
name: helm-plugin-tools
Expand Down

0 comments on commit b672862

Please sign in to comment.