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