feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.114.0 )#3210
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.114.0 )#3210renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Path: --- /tmp/tmp.bxtmZ1jhQO 2026-04-04 12:46:36.247712588 +0000
+++ /tmp/tmp.fslZkSgaDS 2026-04-04 12:46:36.676719063 +0000
@@ -20,13 +20,19 @@
apiVersion: v1
kind: Service
metadata:
- name: release-name-code
+ name: home-assistant
namespace: default
spec:
- type: ClusterIP
+ type: LoadBalancer
+ loadBalancerIP: 192.168.100.55
+ externalTrafficPolicy: Local
ports:
- - port: 12321
- targetPort: 12321
+ - port: 11984
+ targetPort: 11984
+ protocol: TCP
+ name: go2rtc
+ - port: 8123
+ targetPort: 8123
protocol: TCP
name: http
selector:
@@ -39,13 +45,13 @@
apiVersion: v1
kind: Service
metadata:
- name: release-name-gateway
+ name: release-name-code
namespace: default
spec:
type: ClusterIP
ports:
- - port: 8123
- targetPort: 8123
+ - port: 12321
+ targetPort: 12321
protocol: TCP
name: http
selector:
@@ -58,17 +64,11 @@
apiVersion: v1
kind: Service
metadata:
- name: home-assistant
+ name: release-name-gateway
namespace: default
spec:
- type: LoadBalancer
- loadBalancerIP: 192.168.100.55
- externalTrafficPolicy: Local
+ type: ClusterIP
ports:
- - port: 11984
- targetPort: 11984
- protocol: TCP
- name: go2rtc
- port: 8123
targetPort: 8123
protocol: TCP
@@ -180,7 +180,7 @@
value: http://localhost:8123
- name: TZ
value: America/Chicago
- image: ghcr.io/coder/code-server:4.109.2@sha256:1b84cd817fe8eb1159323ae9d2f29b3c70c6ccd44958d651a94900cf7f0ff9c4
+ image: ghcr.io/coder/code-server:4.114.0@sha256:14e279b1e741d58d99b8afb1b24fa6cb0a433a3edf58bf271720e4d4ace225af
name: code-server
resources:
limits:
@@ -268,22 +268,20 @@
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: HTTPRoute
metadata:
- name: release-name-internal
+ name: release-name-app
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Home
gethomepage.dev/icon: home-assistant
- gethomepage.dev/name: Home Assistant Int
+ gethomepage.dev/name: Home Assistant Ext
namespace: default
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
- name: internal
+ name: public
namespace: kube-system
sectionName: "https"
- hostnames:
- - "ha.rsr.net"
rules:
- backendRefs:
@@ -300,42 +298,47 @@
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: HTTPRoute
metadata:
- name: release-name-app
+ name: release-name-code
annotations:
gethomepage.dev/enabled: "true"
- gethomepage.dev/group: Home
- gethomepage.dev/icon: home-assistant
- gethomepage.dev/name: Home Assistant Ext
+ gethomepage.dev/group: Tools
+ gethomepage.dev/icon: code-server
+ gethomepage.dev/name: Home Assistant
namespace: default
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
- name: public
+ name: internal
namespace: kube-system
- sectionName: "https"
+ hostnames:
+ - "ha-config.rsr.net"
rules:
- backendRefs:
- group: ""
kind: Service
- name: release-name-gateway
+ name: home-assistant-code
namespace: default
- port: 8123
+ port: 12321
weight: 1
+ matches:
+ - path:
+ type: PathPrefix
+ value: /
---
# Source: home-assistant/charts/app-template/templates/common.yaml
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: HTTPRoute
metadata:
- name: release-name-code
+ name: release-name-internal
annotations:
gethomepage.dev/enabled: "true"
- gethomepage.dev/group: Tools
- gethomepage.dev/icon: code-server
- gethomepage.dev/name: Home Assistant
+ gethomepage.dev/group: Home
+ gethomepage.dev/icon: home-assistant
+ gethomepage.dev/name: Home Assistant Int
namespace: default
spec:
parentRefs:
@@ -343,19 +346,16 @@
kind: Gateway
name: internal
namespace: kube-system
+ sectionName: "https"
hostnames:
- - "ha-config.rsr.net"
+ - "ha.rsr.net"
rules:
- backendRefs:
- group: ""
kind: Service
- name: home-assistant-code
+ name: release-name-gateway
namespace: default
- port: 12321
+ port: 8123
weight: 1
- matches:
- - path:
- type: PathPrefix
- value: / |
|
Path: --- /tmp/tmp.SyiCEDbrh2 2026-04-04 12:46:43.165027732 +0000
+++ /tmp/tmp.H9aB4A6Hhz 2026-04-04 12:46:43.934002937 +0000
@@ -123,7 +123,7 @@
- --port
- "12321"
- /config
- image: ghcr.io/coder/code-server:4.109.2@sha256:1b84cd817fe8eb1159323ae9d2f29b3c70c6ccd44958d651a94900cf7f0ff9c4
+ image: ghcr.io/coder/code-server:4.114.0@sha256:14e279b1e741d58d99b8afb1b24fa6cb0a433a3edf58bf271720e4d4ace225af
name: code-server
resources:
limits: |
e02f5a2 to
e9ebbc6
Compare
e9ebbc6 to
4331008
Compare
4331008 to
9b2bb9c
Compare
9b2bb9c to
9567b37
Compare
9567b37 to
e9cbe27
Compare
e9cbe27 to
696f082
Compare
….114.0 ) | datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | docker | ghcr.io/coder/code-server | 4.109.2 | 4.114.0 | Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
696f082 to
af5e711
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.109.2→4.114.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.