Skip to content

Commit

Permalink
upgrade helm version in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
horakihor committed Oct 19, 2023
1 parent 01c942a commit 6e0babe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Deploy Helm chart
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY_KIWIGRID_GITHUB_IO }}
uses: docker://kiwigrid/gcloud-kubectl-helm:2.16.1-272.0.0-184
uses: docker://kiwigrid/gcloud-kubectl-helm:3.11.1-421.0.0-1
with:
args: /github/workspace/.github/deploy-chart.sh

0 comments on commit 6e0babe

Please sign in to comment.