Commit fff6d7da authored by torradeflot's avatar torradeflot
Browse files

Go back to Helm==3 in ci/cd

parent c4068382
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"

@@ -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