From 82b6de57e7d3d3a07671863a8559e9080c879f6a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 30 Nov 2023 13:17:52 +0100 Subject: [PATCH] chore(deps): update container image docker.io/codercom/code-server to v4.19.1@993c381 (#15516) 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.19.0` -> `4.19.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 2ee01e0e7d4..8e67bf357b1 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "4.19.0" +appVersion: 4.19.1 dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/code-server - https://github.com/cdr/code-server type: application -version: 8.1.12 +version: 8.1.13 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/charts/stable/code-server/values.yaml b/charts/stable/code-server/values.yaml index a1ee5320fd0..7ea737842b8 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.19.0@sha256:d485b27ce0eeb32bc09beb512825eb5ad2d5ad09202e64e0bd4ca27b1555062f + tag: 4.19.1@sha256:993c381c28a3738b903ac21180f5f9dab8f2aa547bbb0b9d69bea558691e10d3 securityContext: container: readOnlyRootFilesystem: false