From e86470b21289182f975f312d03387d6f97ffbb7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:09:17 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20ghcr.io/cod?= =?UTF-8?q?er/code-server=20(=204.91.1=20=E2=86=92=204.92.2=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml | 2 +- .../apps/home-automation/home-assistant/app/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml b/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml index f7398713..4a0cf519 100644 --- a/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml +++ b/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml @@ -94,7 +94,7 @@ spec: code-server: image: repository: ghcr.io/coder/code-server - tag: 4.91.1 + tag: 4.92.2 args: - --auth=none - --user-data-dir=/config/.vscode diff --git a/kubernetes/main/apps/home-automation/home-assistant/app/helmrelease.yaml b/kubernetes/main/apps/home-automation/home-assistant/app/helmrelease.yaml index 190a0957..6bca5d87 100644 --- a/kubernetes/main/apps/home-automation/home-assistant/app/helmrelease.yaml +++ b/kubernetes/main/apps/home-automation/home-assistant/app/helmrelease.yaml @@ -88,7 +88,7 @@ spec: code-server: image: repository: ghcr.io/coder/code-server - tag: 4.91.1 + tag: 4.92.2 args: [ "--auth", "none", "--user-data-dir", "/config/.vscode",