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