We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65374a3 + e90bffe commit 35f2ad0Copy full SHA for 35f2ad0
.github/actions/setup-ci-env/action.yml
@@ -78,7 +78,7 @@ runs:
78
- name: Install Helm
79
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
80
with:
81
- version: 'latest'
+ version: 'v3.14.4'
82
83
- name: Cache Helm plugins
84
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Install helm
86
87
88
89
90
- name: Configure Helm for GitHub Packages
91
run: |
0 commit comments