5 Commits

Author SHA1 Message Date
ca321eac8a chore(deps): update ghcr.io/linuxserver/code-server docker tag to v4.117.0-ls334
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 56s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m10s
2026-04-24 15:42:28 +00:00
ee469329c7 Merge pull request 'feat: add service account' (#6187) from tmp/matrix-5 into main
Some checks are pending
renovate / renovate (push) Waiting to run
lint-test-helm / lint-helm (push) Successful in 51s
lint-test-helm / validate-kubeconform (push) Has been skipped
Reviewed-on: #6187
2026-04-24 15:36:38 +00:00
221becb66c feat: add service account
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 59s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m4s
render-manifests / render-manifests (pull_request) Successful in 3m9s
2026-04-24 10:35:35 -05:00
1ae52e9303 Merge pull request 'feat: repalce with issuer' (#6185) from tmp/outline into main
Some checks failed
lint-test-helm / lint-helm (push) Successful in 39s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Has been cancelled
Reviewed-on: #6185
2026-04-24 15:33:03 +00:00
d2bf03e00e feat: repalce with issuer
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 43s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 1m13s
2026-04-24 10:31:43 -05:00
3 changed files with 5 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ home-assistant:
code-server:
image:
repository: ghcr.io/linuxserver/code-server
tag: 4.116.0-ls333@sha256:4620adace18935dd6ca79d77e3bc1c379e21875392192f970cf5d6b0fb4aefcd
tag: 4.117.0-ls334@sha256:1f384394d473c43ab6a39b2227ba3aa9c95af648ce3a67e1b4da1969c16c7c0d
env:
- name: TZ
value: America/Chicago

View File

@@ -165,6 +165,8 @@ matrix-synapse:
enabled: false
gateway:
enabled: false
serviceAccount:
name: matrix-synapse
matrix-hookshot:
global:
nameOverride: matrix-hookshot

View File

@@ -96,12 +96,8 @@ outline:
secretKeyRef:
name: outline-oidc-authentik
key: secret
- name: OIDC_AUTH_URI
value: https://auth.alexlebens.dev/application/o/authorize/
- name: OIDC_TOKEN_URI
value: https://auth.alexlebens.dev/application/o/token/
- name: OIDC_USERINFO_URI
value: https://auth.alexlebens.dev/application/o/userinfo/
- name: OIDC_ISSUER_URL
value: https://auth.alexlebens.dev/application/o/outline
- name: OIDC_USERNAME_CLAIM
value: email
- name: OIDC_DISPLAY_NAME