forked from argoproj/argo-helm
fix(github): Use hardcoded version for helm (#1573)
- [x] use stable version of helm for azure/setup-helm github action - [x] match to v3 for azure/setup-helm usage (in linting action) Signed-off-by: jmeridth <jmeridth@gmail.com> Signed-off-by: jmeridth <jmeridth@gmail.com>main argo-cd-5.6.5
parent
01ae72a7b1
commit
9d69923c93
|
@ -15,7 +15,9 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Set up Helm
|
||||
uses: azure/setup-helm@v1
|
||||
uses: azure/setup-helm@v3
|
||||
with:
|
||||
version: v3.10.1 # Also update in publish.yaml
|
||||
|
||||
- name: Set up python
|
||||
uses: actions/setup-python@v4
|
||||
|
|
|
@ -22,8 +22,7 @@ jobs:
|
|||
- name: Install Helm
|
||||
uses: azure/setup-helm@v3
|
||||
with:
|
||||
version: latest # stable
|
||||
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'
|
||||
version: v3.10.1 # Also update in lint-and-test.yaml
|
||||
|
||||
- name: Add dependency chart repos
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue