ci: add repo

This commit is contained in:
Michael Kriese 2023-01-03 23:26:25 +01:00
parent e1c74fbc59
commit 05e8111876
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 9 additions and 1 deletions

View file

@ -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:

View file

@ -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/ ./