From 58693d0bd7cbbcb6c685dc14765499e4638c7f34 Mon Sep 17 00:00:00 2001
From: Sebastian <sebastian.karius@gmx.net>
Date: Fri, 8 Nov 2024 09:20:22 +0100
Subject: [PATCH] update coder to 2.16.1

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 600f8fc..112ab3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ helm-package:
   artifacts:
     paths:
       - vdo-ninja-0.1.2.tgz
-      - ti-coder-0.3.0.tgz
+      - ti-coder-0.3.1.tgz
       - ti-lamp-0.1.2.tgz
     expire_in: 1 hour
 
@@ -58,7 +58,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.3.0.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.3.1.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 cd0435e..5ad4ece 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.15.3
-digest: sha256:f65579f93d0228285aac80be9818b2c9462b42a65ccd2a2e80df505afa0f22db
-generated: "2024-10-15T15:01:49.753520032+02:00"
+  version: 2.16.1
+digest: sha256:17bba85729d30582c3a8df19f5b2201eb226f35c6e83c8a4c4f5ffb5365d671f
+generated: "2024-11-08T09:19:50.735698355+01:00"
diff --git a/helm/ti-coder/Chart.yaml b/helm/ti-coder/Chart.yaml
index e2c305f..813964a 100644
--- a/helm/ti-coder/Chart.yaml
+++ b/helm/ti-coder/Chart.yaml
@@ -15,7 +15,7 @@ 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.3.0
+version: 0.3.1
 # 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.
-- 
GitLab