ci: add repo
This commit is contained in:
parent
e1c74fbc59
commit
05e8111876
2 changed files with 9 additions and 1 deletions
|
@ -6,12 +6,19 @@ when:
|
|||
- pages
|
||||
|
||||
pipeline:
|
||||
deps:
|
||||
image: alpine:3.17
|
||||
pull: true
|
||||
commands:
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||
- helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||
- helm dependency build
|
||||
|
||||
helm-lint:
|
||||
image: alpine:3.17
|
||||
pull: true
|
||||
commands:
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||
- helm dependency build
|
||||
- helm lint
|
||||
|
||||
helm-template:
|
||||
|
|
|
@ -15,6 +15,7 @@ pipeline:
|
|||
commands:
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||
- apk add --no-cache git
|
||||
- helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||
- helm dependency build
|
||||
- rm -rf tmp/
|
||||
- helm package --version "${CI_COMMIT_TAG##v}" -d tmp/ ./
|
||||
|
|
Loading…
Reference in a new issue