Skip to content

Commit fa0b4aa

Browse files
committed
fix workflow file
1 parent ffde384 commit fa0b4aa

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/deploy-to-test.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,14 @@ jobs:
121121
echo "${{ secrets.KUBECONFIG }}" > ~/.kube/config
122122
chmod 600 ~/.kube/config
123123
124-
- name: Setup kubectl
124+
- name: Set up kubectl
125125
uses: azure/setup-kubectl@v3
126126
with:
127-
version: "1.27.2"
127+
version: v1.30.1
128128

129-
- name: Setup Helm
130-
uses: azure/setup-helm@v3
131-
with:
132-
version: "3.11.0"
129+
- name: Install Helm
130+
run: |
131+
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
133132
134133
- name: Deploy via Helm
135134
run: |

0 commit comments

Comments
 (0)