diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69adf5ada7413b5e45b7e93cfe7f8dca8c2618ed..e2727310e318fc03fba2727dafa8194ed33f5523 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: lint: stage: test image: - name: alpine/helm:3.8.2 + name: alpine/helm:3.9.0 entrypoint: ["/bin/sh", "-c"] script: - helm lint $CHART @@ -29,7 +29,7 @@ lint: package_charts: stage: package image: - name: alpine/helm:3.8.2 + name: alpine/helm:3.9.0 entrypoint: ["/bin/sh", "-c"] script: # The helm-push command is broken in Helm 3.7. For more information,