Fix updater. Crane needs to be installed earlier. (#509)
Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
@@ -27,6 +27,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: ${{ env.HELM_VERSION }}
|
version: ${{ env.HELM_VERSION }}
|
||||||
|
|
||||||
|
- name: Setup crane
|
||||||
|
uses: imjasonh/[email protected]
|
||||||
|
|
||||||
- name: Update test chart versions
|
- name: Update test chart versions
|
||||||
run: |
|
run: |
|
||||||
./.github/scripts/update-versions.sh
|
./.github/scripts/update-versions.sh
|
||||||
@@ -38,9 +41,6 @@ jobs:
|
|||||||
go-version: '1.21'
|
go-version: '1.21'
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Setup crane
|
|
||||||
uses: imjasonh/[email protected]
|
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
|||||||
Reference in New Issue
Block a user