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