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

Release 1.4.4

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