Skip to content
Snippets Groups Projects
Verified Commit 0e5456d2 authored by Martin Weise's avatar Martin Weise
Browse files
parent 5676406b
Branches
Tags v1.7.3-fix9
No related merge requests found
...@@ -548,6 +548,8 @@ release-helm: ...@@ -548,6 +548,8 @@ release-helm:
- helm registry login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY_URL}" - helm registry login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY_URL}"
- helm registry login --username "${CI_REGISTRY2_USER}" --password "${CI_REGISTRY2_PASSWORD}" "${CI_REGISTRY2_URL}" - helm registry login --username "${CI_REGISTRY2_USER}" --password "${CI_REGISTRY2_PASSWORD}" "${CI_REGISTRY2_URL}"
- make build-helm - make build-helm
- ls -la ~/.gnupg/
- cat ~/.gnupg/pubring.gpg | base64
- "gpg --import ~/.gnupg/pubring.gpg" - "gpg --import ~/.gnupg/pubring.gpg"
- "gpg --list-keys" - "gpg --list-keys"
- "helm package ./helm/dbrepo --sign --key 'Martin Weise' --keyring ~/.gnupg/secring.gpg --destination ./build" - "helm package ./helm/dbrepo --sign --key 'Martin Weise' --keyring ~/.gnupg/secring.gpg --destination ./build"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment