ci(deps): update alpine docker tag to v3.18.4

This commit is contained in:
Michael Kriese 2023-09-29 00:06:14 +00:00
parent 2e9e144568
commit a80d3f6b2d
2 changed files with 8 additions and 8 deletions

View file

@ -11,28 +11,28 @@ when:
pipeline: pipeline:
deps: deps:
image: alpine:3.18.3 image: alpine:3.18.4
pull: true pull: true
commands: commands:
- apk add helm - apk add helm
- helm dependency build - helm dependency build
helm-lint: helm-lint:
image: alpine:3.18.3 image: alpine:3.18.4
pull: true pull: true
commands: commands:
- apk add helm - apk add helm
- helm lint - helm lint
helm-template: helm-template:
image: alpine:3.18.3 image: alpine:3.18.4
pull: true pull: true
commands: commands:
- apk add helm - apk add helm
- helm template --debug gitea-helm . - helm template --debug gitea-helm .
helm-unittests: helm-unittests:
image: alpine:3.18.3 image: alpine:3.18.4
pull: true pull: true
commands: commands:
- apk add make helm git bash - apk add make helm git bash
@ -41,7 +41,7 @@ pipeline:
- make unittests - make unittests
verify-readme: verify-readme:
image: alpine:3.18.3 image: alpine:3.18.4
pull: true pull: true
commands: commands:
- apk add make nodejs npm git - apk add make nodejs npm git
@ -49,7 +49,7 @@ pipeline:
- git diff --exit-code --name-only README.md - git diff --exit-code --name-only README.md
yaml-lint: yaml-lint:
image: alpine:3.18.3 image: alpine:3.18.4
pull: true pull: true
commands: commands:
- apk add yamllint - apk add yamllint

View file

@ -10,7 +10,7 @@ when:
pipeline: pipeline:
generate-chart: generate-chart:
image: alpine:3.18.3 image: alpine:3.18.4
pull: true pull: true
commands: commands:
- apk add git nodejs npm helm - apk add git nodejs npm helm
@ -36,7 +36,7 @@ pipeline:
target: main target: main
publish-chart: publish-chart:
image: alpine:3.18.3 image: alpine:3.18.4
pull: true pull: true
commands: commands:
- apk add helm - apk add helm