Skip to content

Commit 895c2e9

Browse files
chore(deps): update dependency helm to v3.21.0 (#429)
1 parent 897ae28 commit 895c2e9

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/actions/test-charts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- name: Set up Helm
2121
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
2222
with:
23-
version: v3.10.0
23+
version: v3.21.0
2424

2525
- name: Set up Python
2626
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Helm
3030
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
3131
with:
32-
version: v3.10.0
32+
version: v3.21.0
3333

3434
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3535
with:

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Helm
3939
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
4040
with:
41-
version: v3.17.0
41+
version: v3.21.0
4242

4343
- name: Setup helm-docs
4444
run: go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest

.github/workflows/snyk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Helm
3131
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
3232
with:
33-
version: v3.17.0
33+
version: v3.21.0
3434

3535
- name: Render Templates for ${{ matrix.chartConfig.name }}
3636
run: |

.github/workflows/sync-lightspeed-configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Helm
3636
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
3737
with:
38-
version: v3.17.0
38+
version: v3.21.0
3939

4040
- name: Set up yq
4141
uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3

.github/workflows/sync-upstream-backstage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Helm
2828
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
2929
with:
30-
version: v3.17.0
30+
version: v3.21.0
3131

3232
- name: Set up yq
3333
uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3

0 commit comments

Comments
 (0)