From 0c9b70a86480d717ac9e2b798b8d651de92faa42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Sun, 19 Apr 2026 12:10:30 +0200 Subject: [PATCH] fix(code-server): update code-server (#47223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- .../library/common-test/tests/ingress/homepage_test.yaml | 8 ++++---- charts/library/common/Chart.yaml | 3 +-- charts/library/common/values.yaml | 2 +- charts/stable/code-server/Chart.yaml | 3 +-- charts/stable/code-server/values.yaml | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/charts/library/common-test/tests/ingress/homepage_test.yaml b/charts/library/common-test/tests/ingress/homepage_test.yaml index 896d0b1955e..3dab73b6e10 100644 --- a/charts/library/common-test/tests/ingress/homepage_test.yaml +++ b/charts/library/common-test/tests/ingress/homepage_test.yaml @@ -133,7 +133,7 @@ tests: gethomepage.dev/description: Helper chart to test different use cases of the common library gethomepage.dev/href: https://test-host/test-path gethomepage.dev/widget.url: https://test-release-name-common-test.test-release-namespace.svc:9443 - gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp + gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp gethomepage.dev/widget.type: commontest gethomepage.dev/widget.version: "1" gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent) @@ -195,7 +195,7 @@ tests: gethomepage.dev/description: Helper chart to test different use cases of the common library gethomepage.dev/href: https://test-host/test-path gethomepage.dev/widget.url: http://test-release-name-common-test-my-service2.test-release-namespace.svc:80 - gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp + gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp gethomepage.dev/widget.type: commontest gethomepage.dev/widget.version: "2" gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent) @@ -218,7 +218,7 @@ tests: gethomepage.dev/name: TestReleaseName gethomepage.dev/description: Helper chart to test different use cases of the common library gethomepage.dev/href: https://test-host/test-path - gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp + gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent) - documentIndex: &fifthIngressDoc 6 isKind: @@ -231,7 +231,7 @@ tests: gethomepage.dev/name: TestReleaseName gethomepage.dev/description: Helper chart to test different use cases of the common library gethomepage.dev/href: https://no-paths-host/ - gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp + gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent) # Failures diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 7292d2893d8..048d0582a2d 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -45,5 +45,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/library/common - https://hub.docker.com/_/ type: library -version: 29.1.1 - +version: 29.1.2 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 8efecd65a47..c1c196a96d4 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -583,7 +583,7 @@ tailscaleImage: codeserverImage: repository: oci.trueforge.org/containerforge/code-server - tag: "4.109.2@sha256:841cf00f26ed44db1d0be33cf2e9afff96ac298fd655d484d28be5d86b945930" + tag: "4.116.0@sha256:39ec221007ccef99501eb8ebcd7977fdaf128e904888951d2d641843bc0654f3" pullPolicy: IfNotPresent alpineImage: diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index 6d096736dc1..f376b1c5035 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -38,5 +38,4 @@ sources: - https://github.com/trueforge-org/containers/tree/main/apps/code-server - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/code-server type: application -version: 15.1.0 - +version: 15.1.1 diff --git a/charts/stable/code-server/values.yaml b/charts/stable/code-server/values.yaml index 95499ce4b25..88f8e1afb02 100644 --- a/charts/stable/code-server/values.yaml +++ b/charts/stable/code-server/values.yaml @@ -2,7 +2,7 @@ image: repository: oci.trueforge.org/containerforge/code-server pullPolicy: IfNotPresent - tag: "4.109.2@sha256:841cf00f26ed44db1d0be33cf2e9afff96ac298fd655d484d28be5d86b945930" + tag: "4.116.0@sha256:39ec221007ccef99501eb8ebcd7977fdaf128e904888951d2d641843bc0654f3" securityContext: container: readOnlyRootFilesystem: false