This repository was archived by the owner on Oct 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,18 +84,18 @@ jobs:
8484 echo -n "$GPG_KEY" | base64 --decode | gpg --import
8585 - name : Install kubectl
8686 run : |
87- curl -L https://storage.googleapis.com/kubernetes- release/release/v1.21.11 /bin/linux/amd64/kubectl > kubectl
87+ curl -L https://dl.k8s.io/ release/v${{ vars.KUBECTL_VERSION }} /bin/linux/amd64/kubectl > kubectl
8888 sudo mv kubectl /home/runner/bin/kubectl
8989 sudo chmod +x /home/runner/bin/kubectl
9090 mkdir -p ~/.kube
9191 - name : Install aws-iam-authenticator
9292 run : |
93- sudo curl -L https://amazon-eks.s3-us-west-2.amazonaws. com/1.12.7/2019-03-27/bin/linux/amd64 /aws-iam-authenticator > aws-iam-authenticator
93+ sudo curl -L https://github. com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${{ vars.AWS_IAM_AUTHENTICATOR_VERSION }} /aws-iam-authenticator_${{ vars.AWS_IAM_AUTHENTICATOR_VERSION }}_linux_amd64 > aws-iam-authenticator
9494 sudo mv aws-iam-authenticator /home/runner/bin/aws-iam-authenticator
9595 sudo chmod +x /home/runner/bin/aws-iam-authenticator
9696 - name : Install helm /w push-plugin
9797 run : |
98- curl -L https://get.helm.sh/helm-v3.11.3 -linux-amd64.tar.gz > /tmp/helm.tar.gz
98+ curl -L https://get.helm.sh/helm-v${{ vars.HELM_VERSION }} -linux-amd64.tar.gz > /tmp/helm.tar.gz
9999 tar xvzf /tmp/helm.tar.gz -C /tmp/
100100 sudo mv /tmp/linux-amd64/helm /home/runner/bin/
101101 sudo chmod +x /home/runner/bin/helm
You can’t perform that action at this time.
0 commit comments