diff --git a/README.md b/README.md
index 6b12a01c1abe44cb8452408bfb1b28fafeb91fe5..29c3204d9b99de6a422f2a88a02e2eac30321124 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/helm'
-    ref: '1.4.2'
+    ref: '2.0.0'
     file: '/templates/gitlab-ci-helm.yml'
 ```
 
@@ -327,11 +327,11 @@ With:
 include:
   # main template
   - project: 'to-be-continuous/helm'
-    ref: '1.4.2'
+    ref: '2.0.0'
     file: '/templates/gitlab-ci-helm.yml'
   # Vault variant
   - project: 'to-be-continuous/helm'
-    ref: '1.4.2'
+    ref: '2.0.0'
     file: '/templates/gitlab-ci-helm-vault.yml'
 
 variables:
diff --git a/templates/gitlab-ci-helm-vault.yml b/templates/gitlab-ci-helm-vault.yml
index 753585845c7aa13df9ee82d47fb276516952e8bf..e5ab1e2f9930c4f201e1baa4706845e92971d848 100644
--- a/templates/gitlab-ci-helm-vault.yml
+++ b/templates/gitlab-ci-helm-vault.yml
@@ -9,6 +9,6 @@ variables:
 .helm-base:
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "helm", "1.4.2" ]
+      command: ["--service", "helm", "2.0.0" ]
     - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
       alias: "vault-secrets-provider"
diff --git a/templates/gitlab-ci-helm.yml b/templates/gitlab-ci-helm.yml
index eed485a84601d65805e9a62c22e3892219f2a3ca..4fde5d299beb7a3b24c1b5ac958c8f3f14de21be 100644
--- a/templates/gitlab-ci-helm.yml
+++ b/templates/gitlab-ci-helm.yml
@@ -456,7 +456,7 @@ stages:
     fi
   }
 
-  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update helm "1.4.2"; fi
+  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update helm "2.0.0"; fi
   unscope_variables
   eval_all_secrets
 
@@ -470,7 +470,7 @@ stages:
     entrypoint: [""]
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "helm", "1.4.2" ]
+      command: ["--service", "helm", "2.0.0" ]
   before_script:
     - *helm-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"