This PR contains the following updates: | Package | Update | Change | |---|---|---| | [coder/code-server](https://github.com/coder/code-server) | minor | `4.112.0` → `4.113.0` | | [ghcr.io/linuxserver/code-server](https://github.com/linuxserver/docker-code-server/packages) ([source](https://github.com/linuxserver/docker-code-server)) | minor | `4.112.0-ls325` → `4.113.0-ls326` | --- ### Release Notes <details> <summary>coder/code-server (coder/code-server)</summary> ### [`v4.113.0`](https://github.com/coder/code-server/releases/tag/v4.113.0) [Compare Source](https://github.com/coder/code-server/compare/v4.112.0...v4.113.0) Code v1.113.0 ##### Changed - Update to Code 1.113.0. - Trusted origins can now begin with `*.`. For example, `--trusted-origins '*.coder.com'` will match both `coder.com` exactly and any domain that ends in `.coder.com`. ##### Added - Add the `--reconnection-grace-time` flag and pass it through to VS Code. This configures how many seconds clients have to reconnect before the session is permanently killed and a new connection must be made by reloading the window. The default is 10800 (three hours). </details> <details> <summary>linuxserver/docker-code-server (ghcr.io/linuxserver/code-server)</summary> ### [`v4.113.0-ls326`](https://github.com/linuxserver/docker-code-server/releases/tag/4.113.0-ls326) [Compare Source](https://github.com/linuxserver/docker-code-server/compare/4.112.0-ls324...4.113.0-ls326) **CI Report:** <https://ci-tests.linuxserver.io/linuxserver/code-server/4.113.0-ls326/index.html> **LinuxServer Changes:** **Full Changelog**: <https://github.com/linuxserver/docker-code-server/compare/4.112.0-ls325...4.113.0-ls326> **Remote Changes:** Updating to 4.113.0 </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - 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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkb2NrZXIiXX0=--> Reviewed-on: #5416 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
131 lines
3.4 KiB
YAML
131 lines
3.4 KiB
YAML
home-assistant:
|
|
controllers:
|
|
main:
|
|
type: deployment
|
|
replicas: 1
|
|
strategy: Recreate
|
|
pod:
|
|
securityContext:
|
|
fsGroup: 1000
|
|
fsGroupChangePolicy: OnRootMismatch
|
|
containers:
|
|
main:
|
|
image:
|
|
repository: ghcr.io/home-assistant/home-assistant
|
|
tag: 2026.4.0@sha256:7fbf6a5e006e889d7799476ad7646bd18e9dc73e8a4ccd9326b41798de6bb3bf
|
|
env:
|
|
- name: TZ
|
|
value: America/Chicago
|
|
resources:
|
|
requests:
|
|
cpu: 1m
|
|
memory: 400Mi
|
|
code-server:
|
|
image:
|
|
repository: ghcr.io/linuxserver/code-server
|
|
tag: 4.113.0-ls326@sha256:629232bdd99640dd3d514a40c740a9d42dcb808a844005821b2f4be6e6a8b66e
|
|
env:
|
|
- name: TZ
|
|
value: America/Chicago
|
|
- name: PUID
|
|
value: 1000
|
|
- name: PGID
|
|
value: 1000
|
|
- name: DEFAULT_WORKSPACE
|
|
value: /config
|
|
envFrom:
|
|
- secretRef:
|
|
name: home-assistant-code-server-password-secret
|
|
service:
|
|
main:
|
|
controller: main
|
|
ports:
|
|
http:
|
|
port: 80
|
|
targetPort: 8123
|
|
code-server:
|
|
controller: main
|
|
ports:
|
|
http:
|
|
port: 8443
|
|
targetPort: 8443
|
|
serviceMonitor:
|
|
main:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: home-assistant
|
|
app.kubernetes.io/instance: home-assistant
|
|
app.kubernetes.io/service: home-assistant-main
|
|
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
|
|
endpoints:
|
|
- port: http
|
|
interval: 3m
|
|
scrapeTimeout: 1m
|
|
path: /api/prometheus
|
|
bearerTokenSecret:
|
|
name: home-assistant-token-secret
|
|
key: bearer-token
|
|
route:
|
|
main:
|
|
kind: HTTPRoute
|
|
parentRefs:
|
|
- group: gateway.networking.k8s.io
|
|
kind: Gateway
|
|
name: traefik-gateway
|
|
namespace: traefik
|
|
hostnames:
|
|
- home-assistant.alexlebens.net
|
|
rules:
|
|
- backendRefs:
|
|
- name: home-assistant-main
|
|
port: 80
|
|
matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
code-server:
|
|
kind: HTTPRoute
|
|
parentRefs:
|
|
- group: gateway.networking.k8s.io
|
|
kind: Gateway
|
|
name: traefik-gateway
|
|
namespace: traefik
|
|
hostnames:
|
|
- home-assistant-code-server.alexlebens.net
|
|
rules:
|
|
- backendRefs:
|
|
- name: home-assistant-code-server
|
|
port: 8443
|
|
matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
persistence:
|
|
config:
|
|
forceRename: home-assistant-config
|
|
storageClass: ceph-block
|
|
accessMode: ReadWriteOnce
|
|
size: 5Gi
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /config
|
|
readOnly: false
|
|
code-server:
|
|
- path: /config/home-assistant
|
|
readOnly: false
|
|
volsync-target-config:
|
|
pvcTarget: home-assistant-config
|
|
moverSecurityContext:
|
|
fsGroup: 1000
|
|
fsGroupChangePolicy: OnRootMismatch
|
|
local:
|
|
enabled: true
|
|
schedule: 22 8 * * *
|
|
remote:
|
|
enabled: true
|
|
schedule: 22 9 * * *
|
|
external:
|
|
enabled: true
|
|
schedule: 22 10 * * *
|