Skip to content
Snippets Groups Projects
Verified Commit a77ae1dd authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(gitlab-ci): Add missing helm gpg v1 compatiblity

parent 128d45fd
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ chart-package: ...@@ -19,6 +19,8 @@ chart-package:
- | - |
if [ -f "$HELM_SIGNING_KEY" ]; then if [ -f "$HELM_SIGNING_KEY" ]; then
gpg --import "$HELM_SIGNING_KEY" gpg --import "$HELM_SIGNING_KEY"
gpg --export >~/.gnupg/pubring.gpg
gpg --export-secret-keys >~/.gnupg/secring.gpg
export HELM_SIGN="--sign --key \"$HELM_SIGNING_NAME\"" export HELM_SIGN="--sign --key \"$HELM_SIGNING_NAME\""
fi fi
- helm package charts/${CHART} ${HELM_SIGN} -d "$TMP_DIR" - helm package charts/${CHART} ${HELM_SIGN} -d "$TMP_DIR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment