ci(deps): update alpine docker tag to v3.17.3 (#115)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de> Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/115
This commit is contained in:
parent
c2cf0a2b47
commit
63abfffca0
2 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ when:
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
deps:
|
deps:
|
||||||
image: alpine:3.17.2
|
image: alpine:3.17.3
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache helm
|
- apk add --no-cache helm
|
||||||
|
@ -19,21 +19,21 @@ pipeline:
|
||||||
- helm dependency build
|
- helm dependency build
|
||||||
|
|
||||||
helm-lint:
|
helm-lint:
|
||||||
image: alpine:3.17.2
|
image: alpine:3.17.3
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache helm
|
- apk add --no-cache helm
|
||||||
- helm lint
|
- helm lint
|
||||||
|
|
||||||
helm-template:
|
helm-template:
|
||||||
image: alpine:3.17.2
|
image: alpine:3.17.3
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache helm
|
- apk add --no-cache helm
|
||||||
- helm template --debug gitea-helm .
|
- helm template --debug gitea-helm .
|
||||||
|
|
||||||
helm-unittests:
|
helm-unittests:
|
||||||
image: alpine:3.17.2
|
image: alpine:3.17.3
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache make helm git bash
|
- apk add --no-cache make helm git bash
|
||||||
|
@ -42,7 +42,7 @@ pipeline:
|
||||||
- make unittests
|
- make unittests
|
||||||
|
|
||||||
verify-readme:
|
verify-readme:
|
||||||
image: alpine:3.17.2
|
image: alpine:3.17.3
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache make nodejs npm git
|
- apk add --no-cache make nodejs npm git
|
||||||
|
|
|
@ -10,7 +10,7 @@ when:
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
generate-chart:
|
generate-chart:
|
||||||
image: alpine:3.17.2
|
image: alpine:3.17.3
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git nodejs npm helm
|
- apk add --no-cache git nodejs npm helm
|
||||||
|
@ -36,7 +36,7 @@ pipeline:
|
||||||
note: tmp/changelog.md
|
note: tmp/changelog.md
|
||||||
|
|
||||||
publish-chart:
|
publish-chart:
|
||||||
image: alpine:3.17.2
|
image: alpine:3.17.3
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache helm
|
- apk add --no-cache helm
|
||||||
|
|
Loading…
Reference in a new issue