Skip to content

Commit

Permalink
feat(container): update image ghcr.io/coder/code-server to v4.93.1 (#…
Browse files Browse the repository at this point in the history
…1110)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
  • Loading branch information
tinfoild[bot] authored Sep 30, 2024
1 parent 16ebe89 commit c70b0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube/deploy/apps/code-server/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
main:
image:
repository: "ghcr.io/coder/code-server"
tag: "4.91.1@sha256:8403442d3472e411f72b6a5267b5ee0e62db27e258d81efebef40c3b41219970"
tag: "4.93.1@sha256:c69e398d1b64589b3b77a7becfd03f4ec524982def20e6bffbb51b1b839e72ba"
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:
Expand Down
2 changes: 1 addition & 1 deletion kube/deploy/apps/home-assistant/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
main:
image:
repository: "ghcr.io/coder/code-server"
tag: "4.91.1@sha256:8403442d3472e411f72b6a5267b5ee0e62db27e258d81efebef40c3b41219970"
tag: "4.93.1@sha256:c69e398d1b64589b3b77a7becfd03f4ec524982def20e6bffbb51b1b839e72ba"
command: ["dumb-init", "/usr/bin/code-server"]
args:
- "--auth"
Expand Down

0 comments on commit c70b0e9

Please sign in to comment.