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