From 57f22de1b8d0c853970b2f9d0e057d754cfa5c9d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 13 Jun 2024 08:31:13 +0200 Subject: [PATCH] chore(deps): update container image docker.io/codercom/code-server to v4.90.1@5d85938 by renovate (#23276) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/codercom/code-server | patch | `4.90.0` -> `4.90.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/code-server/Chart.yaml | 4 ++-- charts/stable/code-server/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index 20db403705a..0d59868fed0 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 4.90.0 +appVersion: 4.90.1 dependencies: - name: common version: 24.0.1 @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/code-server - https://hub.docker.com/r/codercom/code-server type: application -version: 13.1.0 +version: 13.1.1 diff --git a/charts/stable/code-server/values.yaml b/charts/stable/code-server/values.yaml index 4c9a1fa873b..3fb16c239c0 100644 --- a/charts/stable/code-server/values.yaml +++ b/charts/stable/code-server/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/codercom/code-server pullPolicy: IfNotPresent - tag: 4.90.0@sha256:7088e72acefdd93a0325e7f7ef37cdc661b8929ac89b615716b12e37644e541a + tag: 4.90.1@sha256:5d85938ed45660b18934fa54de7274d0b5635c5e246d2b61bca523288005e6bd securityContext: container: readOnlyRootFilesystem: false