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