Skip to content

Commit

Permalink
fix(container): update image ghcr.io/coder/code-server to v4.22.1 (#660)
Browse files Browse the repository at this point in the history
Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
  • Loading branch information
tinfoild[bot] authored Mar 14, 2024
1 parent 5440004 commit 8259055
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 @@ -29,7 +29,7 @@ spec:
main:
image:
repository: "ghcr.io/coder/code-server"
tag: "4.22.0@sha256:de0c76895365456d651331ea3002befab50df31b6a9996d05b7c18c8734e5e4e"
tag: "4.22.1@sha256:62e1d2596d564f2f44c0ca710c8790cf4267fdfb183c9c761d272778ad51b217"
command: ["dumb-init", "/usr/bin/code-server"]
args: [
"--auth", "none",
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 @@ -53,7 +53,7 @@ spec:
main:
image:
repository: "ghcr.io/coder/code-server"
tag: "4.22.0@sha256:de0c76895365456d651331ea3002befab50df31b6a9996d05b7c18c8734e5e4e"
tag: "4.22.1@sha256:62e1d2596d564f2f44c0ca710c8790cf4267fdfb183c9c761d272778ad51b217"
command: ["dumb-init", "/usr/bin/code-server"]
args:
- "--auth"
Expand Down

0 comments on commit 8259055

Please sign in to comment.