Skip to content

Commit 86591aa

Browse files
committed
deploy-ops-dashboard.yml: update helm to v4.0.1
That we can deploy oauth2-proxy again.
1 parent ac805ba commit 86591aa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/deploy-ops-dashboard.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,19 @@ jobs:
5353
jq '.' env.yaml
5454
working-directory: .ops/ops-dashboard
5555

56+
- name: pin helm to correct version
57+
run: |
58+
helm version
59+
60+
curl -o /tmp/helm.tar.gz -sL https://get.helm.sh/helm-v4.0.1-linux-amd64.tar.gz
61+
echo "e0365548f01ed52a58a1181ad310b604a3244f59257425bb1739499372bdff60 /tmp/helm.tar.gz" | sha256sum --check
62+
63+
tar -xzf /tmp/helm.tar.gz -C /tmp/
64+
mv /tmp/linux-amd64/helm /usr/local/bin/helm
65+
66+
chmod +x /usr/local/bin/helm
67+
helm version
68+
5669
- name: Setup helm
5770
run: |
5871
mkdir ~/.kube && echo '${{ secrets.KUBECONFIG }}' > ~/.kube/config && chmod go-r ~/.kube/config

0 commit comments

Comments
 (0)