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