-
Notifications
You must be signed in to change notification settings - Fork 2
fix(container): update image ghcr.io/coder/code-server ( 4.108.0 → 4.108.1 ) #3119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ghcr.io-coder-code-server-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…108.1 ) | datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | docker | ghcr.io/coder/code-server | 4.108.0 | 4.108.1 | Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
|
Path: --- /tmp/tmp.h1JahN0x2F 2026-01-17 05:46:44.339124083 +0000
+++ /tmp/tmp.XqSMuUoRwe 2026-01-17 05:46:44.919121563 +0000
@@ -5,14 +5,14 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
- name: release-name-buildcache
+ name: release-name-config
namespace: default
spec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
- storage: "10Gi"
+ storage: "1Gi"
storageClassName: "longhorn"
---
@@ -20,14 +20,14 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
- name: release-name-config
+ name: release-name-buildcache
namespace: default
spec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
- storage: "1Gi"
+ storage: "10Gi"
storageClassName: "longhorn"
---
@@ -138,7 +138,7 @@
- --port
- "12321"
- /config
- image: ghcr.io/coder/code-server:4.108.0@sha256:2956e005c038f3d050886163b290adf0cad38cc7605435a1038f4b4b5b3dc5c8
+ image: ghcr.io/coder/code-server:4.108.1@sha256:867b9a9dedd68f1b46e308cad9525e419db7b0ce0c83831f6a350f37ee7ff6fd
name: code-server
resources:
limits: |
|
Path: --- /tmp/tmp.hyEBT2cvIT 2026-01-17 05:46:49.200447968 +0000
+++ /tmp/tmp.AzXH3Xa3BK 2026-01-17 05:46:50.071449781 +0000
@@ -5,14 +5,14 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
- name: release-name-hass-cache
+ name: release-name-config
namespace: default
spec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
- storage: "1Gi"
+ storage: "10Gi"
storageClassName: "longhorn"
---
@@ -20,14 +20,14 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
- name: release-name-config
+ name: release-name-hass-cache
namespace: default
spec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
- storage: "10Gi"
+ storage: "1Gi"
storageClassName: "longhorn"
---
@@ -35,19 +35,13 @@
apiVersion: v1
kind: Service
metadata:
- name: home-assistant
+ name: release-name-code
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
+ - port: 12321
+ targetPort: 12321
protocol: TCP
name: http
selector:
@@ -60,13 +54,13 @@
apiVersion: v1
kind: Service
metadata:
- name: release-name-code
+ name: release-name-gateway
namespace: default
spec:
type: ClusterIP
ports:
- - port: 12321
- targetPort: 12321
+ - port: 8123
+ targetPort: 8123
protocol: TCP
name: http
selector:
@@ -79,11 +73,17 @@
apiVersion: v1
kind: Service
metadata:
- name: release-name-gateway
+ name: home-assistant
namespace: default
spec:
- type: ClusterIP
+ type: LoadBalancer
+ loadBalancerIP: 192.168.100.55
+ externalTrafficPolicy: Local
ports:
+ - port: 11984
+ targetPort: 11984
+ protocol: TCP
+ name: go2rtc
- port: 8123
targetPort: 8123
protocol: TCP
@@ -195,7 +195,7 @@
value: http://localhost:8123
- name: TZ
value: America/Chicago
- image: ghcr.io/coder/code-server:4.108.0@sha256:2956e005c038f3d050886163b290adf0cad38cc7605435a1038f4b4b5b3dc5c8
+ image: ghcr.io/coder/code-server:4.108.1@sha256:867b9a9dedd68f1b46e308cad9525e419db7b0ce0c83831f6a350f37ee7ff6fd
name: code-server
resources:
limits:
@@ -283,42 +283,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:
@@ -326,44 +331,39 @@
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: /
---
# Source: home-assistant/charts/app-template/templates/common.yaml
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: |
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.108.0→4.108.1Configuration
📅 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.