Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading