Skip to content
Snippets Groups Projects
Commit d2ab6405 authored by Martin Weise's avatar Martin Weise
Browse files

Merge branch 'release-1.4.4' into 'master'

Release 1.4.4

See merge request !278
parents 96f9cd92 3f5b8c84
No related branches found
No related tags found
1 merge request!278Release 1.4.4
......@@ -598,15 +598,13 @@ release-chart:
except:
refs:
- release-latest
needs:
- build-helm
before_script:
- "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin $CI_REGISTRY2_URL"
- "apk add sed helm curl"
- "helm package ./helm/dbrepo --destination ./build"
- "helm plugin install https://github.com/sigstore/helm-sigstore"
script:
- "helm push ./build/dbrepo-${CHART_VERSION}.tgz oci://${CI_REGISTRY2_URL}/helm"
- "helm sigstore upload ./build/dbrepo-${CHART_VERSION}.tgz"
release-docs:
stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment