Files
auricom-home-cluster/kubernetes/apps/default/home-assistant/app/patches/addons.yaml
feisar-bot b2a9d077f3 ⬆️ Update image ghcr.io/coder/code-server to 4.10.0
| datasource | package                   | from  | to     |
| ---------- | ------------------------- | ----- | ------ |
| docker     | ghcr.io/coder/code-server | 4.9.1 | 4.10.0 |
2023-02-18 10:41:15 +01:00

44 lines
1.1 KiB
YAML

---
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrelease_v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: home-assistant
namespace: default
spec:
values:
addons:
codeserver:
enabled: true
image:
repository: ghcr.io/coder/code-server
tag: 4.10.0
env:
TZ: ${TIMEZONE}
GIT_SSH_COMMAND: "ssh -i /config/.ssh/id_rsa -o IdentitiesOnly=yes"
workingDir: /config
args:
- --auth
- "none"
- --user-data-dir
- "/config/.vscode"
- --extensions-dir
- "/config/.vscode"
ingress:
enabled: true
ingressClassName: nginx
annotations:
hajimari.io/appName: "Hass Config"
hajimari.io/icon: cib:visual-studio-code
hosts:
- host: &host hass-code.${SECRET_CLUSTER_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
volumeMounts:
- name: config
mountPath: /config