diff --git a/CHANGELOG.md b/CHANGELOG.md
index 274bd5a9993bbb4477f58d85e2527f448ce3a343..127959018e73e37d448785e43e33761977a0b39b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.3.2](https://gitlab.com/to-be-continuous/helm/compare/3.3.1...3.3.2) (2022-12-18)
+
+
+### Bug Fixes
+
+* rename Helm value environment_type to environmentType (complies to naming conventions) ([2d8c922](https://gitlab.com/to-be-continuous/helm/commit/2d8c92224f38feb4253b508e73cdb40077cd657c))
+
 ## [3.3.1](https://gitlab.com/to-be-continuous/helm/compare/3.3.0...3.3.1) (2022-12-17)
 
 
diff --git a/README.md b/README.md
index b9fab3d2e99a96c9752b003bff71a5a57a62cf3c..3addf3537284bd0ba83bf050fc9efa7a4e95631f 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/helm'
-    ref: '3.3.1'
+    ref: '3.3.2'
     file: '/templates/gitlab-ci-helm.yml'
 ```
 
@@ -394,11 +394,11 @@ With:
 include:
   # main template
   - project: 'to-be-continuous/helm'
-    ref: '3.3.1'
+    ref: '3.3.2'
     file: '/templates/gitlab-ci-helm.yml'
   # Vault variant
   - project: 'to-be-continuous/helm'
-    ref: '3.3.1'
+    ref: '3.3.2'
     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 861f363cd3b0a5bdeded5936c8dead6cf1d9df5c..de68ce297d5ead5f69f5b4538e8b62165db22093 100644
--- a/templates/gitlab-ci-helm-vault.yml
+++ b/templates/gitlab-ci-helm-vault.yml
@@ -11,6 +11,6 @@ variables:
 .helm-base:
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "helm", "3.3.1" ]
+      command: ["--service", "helm", "3.3.2" ]
     - name: "$TBC_VAULT_IMAGE"
       alias: "vault-secrets-provider"
diff --git a/templates/gitlab-ci-helm.yml b/templates/gitlab-ci-helm.yml
index b1b5ad1eb5a8ec7fac7a44aacf8ac1cd64bb889d..484c2008e9bd3c882cd94b12d241a0841ed24547 100644
--- a/templates/gitlab-ci-helm.yml
+++ b/templates/gitlab-ci-helm.yml
@@ -575,7 +575,7 @@ stages:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "helm", "3.3.1" ]
+      command: ["--service", "helm", "3.3.2" ]
   before_script:
     - *helm-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"