From 43a4ab25c5905081dbad717d5f1263b45e199aff Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 03:35:35 +0000 Subject: [PATCH] =?UTF-8?q?feat(oci/code-server):=20update=204.101.2=20?= =?UTF-8?q?=E2=9E=BC=204.102.0=20(#2955)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/code-server/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/code-server/app/hr.yaml b/kube/deploy/apps/code-server/app/hr.yaml index 190e6706..b702d4a7 100644 --- a/kube/deploy/apps/code-server/app/hr.yaml +++ b/kube/deploy/apps/code-server/app/hr.yaml @@ -34,7 +34,7 @@ spec: main: image: repository: "ghcr.io/coder/code-server" - tag: "4.101.2@sha256:5f654c1137f8d87c8cf44253318bf94b85f6f9129e426a9956da46eb602dcc5a" + tag: "4.102.0@sha256:78fb44f6192ffd42e8ff227fb254abf52d5c18e9f73c583701bad86ddc068423" command: ["dumb-init", "/bin/bash", "-c"] args: ["/home/linuxbrew/.linuxbrew/sbin/sshd -p 2222 || true; /usr/bin/code-server --auth none --disable-telemetry --user-data-dir /home/coder/.vscode --extensions-dir /home/coder/.vscode --bind-addr 0.0.0.0:8080 --port 8080 /home/coder"] env: