diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f4dba8b92b00c1f3c7f323ae8f530596d0a54a4..14f5e32172581c17f20f0c62e96a7a94ca9c1d0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,6 @@ release-helm: - apk add --no-cache git - helm plugin install https://github.com/chartmuseum/helm-push.git - helm repo add --username gitlab-ci-token --password $CI_JOB_TOKEN repo ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable - - helm cm-push . repo + - helm cm-push . --version="${CI_COMMIT_TAG}" repo only: - tags