From df009ec6dd93d267828246edc0173a5cab84cb53 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 19 Nov 2023 10:23:47 +0100 Subject: [PATCH] feat(deps): update container image docker.io/codercom/code-server to v4.19.0 (#15073) 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 | minor | `4.18.0` -> `4.19.0` | --- > [!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 a5eb5993fb1..74e0eea0609 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "4.18.0" +appVersion: 4.19.0 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.0.12 +version: 8.1.12 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 5476b98c626..a1ee5320fd0 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.18.0@sha256:29267847d68332a28d249bd5235715402b144a3903b921da0a1962173aef10b1 + tag: 4.19.0@sha256:d485b27ce0eeb32bc09beb512825eb5ad2d5ad09202e64e0bd4ca27b1555062f securityContext: container: readOnlyRootFilesystem: false