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