Commit 49b083a7 authored by torradeflot's avatar torradeflot
Browse files

Fix helm install plugin verification

parent 5fb478d8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ variables:
    # Initialize Helm and add the GitLab repo for this project
    - helm repo add --username gitlab-ci-token --password $CI_JOB_TOKEN project_repo ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable
    # Install the push plugin for publishing
    - helm plugin install https://github.com/chartmuseum/helm-push
    - helm plugin install --verify=false https://github.com/chartmuseum/helm-push

lint-charts:
  stage: lint