From 4344aecb7f28ae26bf3409c24093c28658a4b115 Mon Sep 17 00:00:00 2001
From: Sebastian <sebastian.karius@informatik.uni-halle.de>
Date: Mon, 10 Mar 2025 13:32:28 +0100
Subject: [PATCH] update coder to 2.19.1

---
 .gitlab-ci.yml                    | 4 ++--
 helm/ti-coder/Chart.lock          | 6 +++---
 helm/ti-coder/Chart.yaml          | 6 +++---
 helm/ti-coder/templates/NOTES.txt | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb714c2..510aedf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,7 @@ helm-package:
   artifacts:
     paths:
       - vdo-ninja-0.1.2.tgz
-      - ti-coder-0.4.9.tgz
+      - ti-coder-0.4.10.tgz
       - ti-lamp-0.1.2.tgz
     expire_in: 1 hour
 
@@ -62,7 +62,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.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-coder-0.4.10.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 ba8d651..07299e0 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.19.0
-digest: sha256:2bed00d2eaa360247846847b1fbc1c6d3e3c2efa35c98b5417690ecad0370b5f
-generated: "2025-03-06T09:34:18.331890787+01:00"
+  version: 2.19.1
+digest: sha256:5a8223d50b160742441cda3830c816280287a857eb2fe9214df5cee4155874df
+generated: "2025-03-10T13:30:49.652379937+01:00"
diff --git a/helm/ti-coder/Chart.yaml b/helm/ti-coder/Chart.yaml
index fb55d6d..6b721f7 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.9
+version: 0.4.10
 # 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.19.0"
+appVersion: "2.19.1"
 
 dependencies:
   - name: postgresql
@@ -28,5 +28,5 @@ dependencies:
     repository: "oci://registry-1.docker.io/bitnamicharts"
 
   - name: coder
-    version: "2.19.0"
+    version: "2.19.1"
     repository: "https://helm.coder.com/v2"
diff --git a/helm/ti-coder/templates/NOTES.txt b/helm/ti-coder/templates/NOTES.txt
index 074607f..28fcc68 100644
--- a/helm/ti-coder/templates/NOTES.txt
+++ b/helm/ti-coder/templates/NOTES.txt
@@ -1,3 +1,3 @@
-Installed coder in version 2.19.0 and Postgres in version 16.3.
+Installed coder in version 2.19.1 and Postgres in version 16.3.
 
 Das Passwort für die Datenbank wurde im Secret "coder-postgresql" abgelegt.
\ No newline at end of file
-- 
GitLab