Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: variables: # Use the official Alpine Helm image HELM_IMAGE: alpine/helm:latest HELM_IMAGE: alpine/helm:3 # URL for the GitLab Helm Package Registry HELM_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts" Loading Loading @@ -51,7 +51,7 @@ publish-charts: # Upload to GitLab Package Registry # This finds the .tgz file we just created and pushes it helm push ${chart_name}-*.tgz project_repo helm cm-push ${chart_name}-*.tgz project_repo echo "Successfully published $chart_name" done Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: variables: # Use the official Alpine Helm image HELM_IMAGE: alpine/helm:latest HELM_IMAGE: alpine/helm:3 # URL for the GitLab Helm Package Registry HELM_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts" Loading Loading @@ -51,7 +51,7 @@ publish-charts: # Upload to GitLab Package Registry # This finds the .tgz file we just created and pushes it helm push ${chart_name}-*.tgz project_repo helm cm-push ${chart_name}-*.tgz project_repo echo "Successfully published $chart_name" done Loading