Skip to content

Commit

Permalink
feat(container): update image ghcr.io/coder/code-server to v4.90.3
Browse files Browse the repository at this point in the history
| datasource | package                   | from   | to     |
| ---------- | ------------------------- | ------ | ------ |
| docker     | ghcr.io/coder/code-server | 4.22.1 | 4.90.3 |
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent 88fb93d commit f20546c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/esphome/code/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
main:
image:
repository: ghcr.io/coder/code-server
tag: 4.22.1
tag: 4.90.3
env:
TZ: "${TIMEZONE}"
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
main:
image:
repository: ghcr.io/coder/code-server
tag: 4.22.1
tag: 4.90.3
env:
TZ: "${TIMEZONE}"
args:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/homepage/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
dependsOn: app
image:
repository: ghcr.io/coder/code-server
tag: 4.22.1
tag: 4.90.3
env:
TZ: "${TIMEZONE}"
args:
Expand Down

0 comments on commit f20546c

Please sign in to comment.