Skip to content

Commit 351e434

Browse files
renovate-boterNail
authored andcommitted
chore(dependencies): Update alpine/helm Docker tag to v3.17.0
1 parent c9b5375 commit 351e434

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
helm-lint-job:
3030
runs-on: "ubuntu-22.04"
3131
container:
32-
image: "alpine/helm:3.15.2"
32+
image: "alpine/helm:3.17.0"
3333
steps:
3434
- name: "Checkout repository"
3535
uses: "actions/[email protected]"
@@ -49,7 +49,7 @@ jobs:
4949
helm-test-job:
5050
runs-on: "ubuntu-22.04"
5151
container:
52-
image: "alpine/helm:3.15.2"
52+
image: "alpine/helm:3.17.0"
5353
steps:
5454
- name: "Checkout repository"
5555
uses: "actions/[email protected]"
@@ -96,7 +96,7 @@ jobs:
9696
if: "needs.determine-version-job.outputs.version != ''"
9797
runs-on: "ubuntu-22.04"
9898
container:
99-
image: "alpine/helm:3.15.2"
99+
image: "alpine/helm:3.17.0"
100100
steps:
101101
- name: "Checkout repository"
102102
uses: "actions/[email protected]"

0 commit comments

Comments
 (0)