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
|
- pages
|
||||||
|
|
||||||
pipeline:
|
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:
|
helm-lint:
|
||||||
image: alpine:3.17
|
image: alpine:3.17
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||||
- helm dependency build
|
|
||||||
- helm lint
|
- helm lint
|
||||||
|
|
||||||
helm-template:
|
helm-template:
|
||||||
|
|
|
@ -15,6 +15,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
|
- helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||||
- helm dependency build
|
- helm dependency build
|
||||||
- rm -rf tmp/
|
- rm -rf tmp/
|
||||||
- helm package --version "${CI_COMMIT_TAG##v}" -d tmp/ ./
|
- helm package --version "${CI_COMMIT_TAG##v}" -d tmp/ ./
|
||||||
|
|
Loading…
Reference in a new issue