Skip to content

Commit

Permalink
chore: upgrade pinned helm and kubectl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmooreio committed Jan 21, 2025
1 parent b041b94 commit 0295a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-platform-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
- name: Install Kubernetes
uses: azure/[email protected]
with:
version: 'v1.26.0' # default is latest stable
version: 'v1.29.13' # default is latest stable
id: kubectl_install

- name: Install Helm
uses: azure/[email protected]
with:
version: 'v3.9.0'
version: 'v3.14.4' # default is latest stable
id: helm_install

- name: Debug Helm
Expand Down

0 comments on commit 0295a5a

Please sign in to comment.