|
@@ -29,7 +29,7 @@ jobs:
|
|
|
run: |
|
|
run: |
|
|
|
make helm.generate
|
|
make helm.generate
|
|
|
- name: Set up Helm
|
|
- name: Set up Helm
|
|
|
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
|
|
|
|
|
|
+ uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
|
|
|
with:
|
|
with:
|
|
|
version: v3.14.2 # remember to also update for the second job (release)
|
|
version: v3.14.2 # remember to also update for the second job (release)
|
|
|
|
|
|
|
@@ -87,7 +87,7 @@ jobs:
|
|
|
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
|
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
|
|
|
|
|
|
|
- name: Set up Helm
|
|
- name: Set up Helm
|
|
|
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
|
|
|
|
|
|
+ uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
|
|
|
with:
|
|
with:
|
|
|
version: v3.17.3
|
|
version: v3.17.3
|
|
|
|
|
|
|
@@ -120,7 +120,7 @@ jobs:
|
|
|
charts_repo_url: https://charts.external-secrets.io
|
|
charts_repo_url: https://charts.external-secrets.io
|
|
|
|
|
|
|
|
- name: Set up Helm
|
|
- name: Set up Helm
|
|
|
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
|
|
|
|
|
|
+ uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
|
|
|
with:
|
|
with:
|
|
|
version: v3.17.3 # remember to also update for the first job (lint-and-test)
|
|
version: v3.17.3 # remember to also update for the first job (lint-and-test)
|
|
|
|
|
|