diff --git a/CHANGELOG.md b/CHANGELOG.md
index bea167c2aefdd48369999f0468ccab1aab6992bc..d3658c3742f9ba0c96322dbd857a5c2d8c261274 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.3.0](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.4...3.3.0) (2025-01-27)
+
+
+### Features
+
+* disable tracking service by default ([41999a8](https://gitlab.com/to-be-continuous/helmfile/commit/41999a8d5350ac676c85c66c4a911743360a5bc6))
+
 ## [3.2.4](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.3...3.2.4) (2024-05-05)
 
 
diff --git a/README.md b/README.md
index 3bebc6bd62da19144403a663c2d40c8884736985..378f0dca6deeaf52d04750764a46b74e4dbf09b5 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Add the following to your `.gitlab-ci.yml`:
 ```yaml
 include:
   # 1: include the component
-  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.4
+  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@3.3.0
     # 2: set/override component inputs
     inputs:
       # ⚠ this is only an example
@@ -33,7 +33,7 @@ Add the following to your `.gitlab-ci.yml`:
 include:
   # 1: include the template
   - project: 'to-be-continuous/helmfile'
-    ref: '3.2.4'
+    ref: '3.3.0'
     file: '/templates/gitlab-ci-helmfile.yml'
 
 variables:
@@ -425,9 +425,9 @@ With:
 ```yaml
 include:
   # main template
-  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.4
+  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@3.3.0
   # Vault variant
-  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.4
+  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.3.0
     inputs:
       # audience claim for JWT
       vault-oidc-aud: "https://vault.acme.host"
diff --git a/templates/gitlab-ci-helmfile-vault.yml b/templates/gitlab-ci-helmfile-vault.yml
index fa1a790919aa05389a00d75d532fb216918683b8..64f12a6f20e4f38137db7c483f4529e8c5c82a46 100644
--- a/templates/gitlab-ci-helmfile-vault.yml
+++ b/templates/gitlab-ci-helmfile-vault.yml
@@ -23,7 +23,7 @@ variables:
 .helmfile-base:
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "helmfile", "3.2.4"]
+      command: ["--service", "helmfile", "3.3.0"]
     - name: "$TBC_VAULT_IMAGE"
       alias: "vault-secrets-provider"
   variables:
diff --git a/templates/gitlab-ci-helmfile.yml b/templates/gitlab-ci-helmfile.yml
index 7e78c7b2a8a1573dd885b3aa7bf41dc8750a8617..6af7d955de5c64d8258f0e3bf555a178957a9f04 100644
--- a/templates/gitlab-ci-helmfile.yml
+++ b/templates/gitlab-ci-helmfile.yml
@@ -656,7 +656,7 @@ stages:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "helmfile", "3.2.4"]
+      command: ["--service", "helmfile", "3.3.0"]
   variables:
     HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
     HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm