-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade pinned helm and kubectl versions
- Loading branch information
1 parent
b041b94
commit 0295a5a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|