diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57791f74009b9379b4ae9a4fd7446fb50878f344..97f2df85a77bab6214222696bfbeb74627ffd532 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ helm-package:
   artifacts:
     paths:
       - vdo-ninja-0.1.2.tgz
-      - ti-coder-0.4.8.tgz
+      - ti-coder-0.4.9.tgz
       - ti-lamp-0.1.2.tgz
     expire_in: 1 hour
 
@@ -61,7 +61,7 @@ helm-publish:
   image: curlimages/curl:latest
   script:
     - 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@vdo-ninja-0.1.2.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
-    - 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@ti-coder-0.4.8.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
+    - 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@ti-coder-0.4.9.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
     - 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@ti-lamp-0.1.2.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
 
 stages:
diff --git a/helm/ti-coder/Chart.lock b/helm/ti-coder/Chart.lock
index abab1a8acae765f3c32f599fb8ab0f571a894c4b..ba8d6516bd4b5c2ef5d079a8f35f86324ad89b24 100644
--- a/helm/ti-coder/Chart.lock
+++ b/helm/ti-coder/Chart.lock
@@ -4,6 +4,6 @@ dependencies:
   version: 15.5.38
 - name: coder
   repository: https://helm.coder.com/v2
-  version: 2.18.5
-digest: sha256:8542cc8a41966fb0197e32d572e720cdf3e5e94f9b9e62ec19bebb830e442c0b
-generated: "2025-02-10T09:54:55.589921471+01:00"
+  version: 2.19.0
+digest: sha256:2bed00d2eaa360247846847b1fbc1c6d3e3c2efa35c98b5417690ecad0370b5f
+generated: "2025-03-06T09:34:18.331890787+01:00"
diff --git a/helm/ti-coder/Chart.yaml b/helm/ti-coder/Chart.yaml
index c134f3426ba6fa550ee5911ced3e3f743bc9fc2a..fb55d6d80f8a5c8271813bc602bbbf5733323cb5 100644
--- a/helm/ti-coder/Chart.yaml
+++ b/helm/ti-coder/Chart.yaml
@@ -15,12 +15,12 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.4.8
+version: 0.4.9
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "2.18.5"
+appVersion: "2.19.0"
 
 dependencies:
   - name: postgresql
@@ -28,5 +28,5 @@ dependencies:
     repository: "oci://registry-1.docker.io/bitnamicharts"
 
   - name: coder
-    version: "2.18.5"
+    version: "2.19.0"
     repository: "https://helm.coder.com/v2"
diff --git a/helm/ti-coder/templates/NOTES.txt b/helm/ti-coder/templates/NOTES.txt
index cb8761e3479f120a1070ab8f8f046588e8103f5d..074607f64d3047ec75a3209e2a8dd902b6fe11a0 100644
--- a/helm/ti-coder/templates/NOTES.txt
+++ b/helm/ti-coder/templates/NOTES.txt
@@ -1,3 +1,3 @@
-Installed coder in version 2.18.5 and Postgres in version 16.3.
+Installed coder in version 2.19.0 and Postgres in version 16.3.
 
 Das Passwort für die Datenbank wurde im Secret "coder-postgresql" abgelegt.
\ No newline at end of file
diff --git a/helm/ti-coder/values.yaml b/helm/ti-coder/values.yaml
index 7002ba7c19ddb5af8ce4472a07511ec382b6e3c0..b8c9002b74818bad4a106c5a042c2d584cb5bc22 100644
--- a/helm/ti-coder/values.yaml
+++ b/helm/ti-coder/values.yaml
@@ -56,7 +56,6 @@ coder:
         {
           nginx.ingress.kubernetes.io/proxy-body-size: "10g"
         }
-    version: "2.18.5"
 
     volumes:
       - name: coder-ssh-dir