Skip to content

Commit

Permalink
chore(deps): update alpine/helm docker tag to v3.15.2 (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 16, 2024
1 parent 6ee2fd3 commit 92c99c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ when:

steps:
lint:
image: alpine/helm:3.15.1
image: alpine/helm:3.15.2
commands:
- helm lint --with-subcharts charts/*

unittest:
image: alpine/helm:3.15.1
image: alpine/helm:3.15.2
environment:
# NB: we can't use the official helmunittest/helm-unittest image as it's rootless and WP does not support that
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest
Expand Down

0 comments on commit 92c99c8

Please sign in to comment.