From d2bf03e00ee4cb679252716796c1b3372611d7d9 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 24 Apr 2026 10:31:43 -0500 Subject: [PATCH 1/3] feat: repalce with issuer --- clusters/cl01tl/helm/outline/values.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/helm/outline/values.yaml b/clusters/cl01tl/helm/outline/values.yaml index 7b1b08eb9..c0ba0ec8d 100644 --- a/clusters/cl01tl/helm/outline/values.yaml +++ b/clusters/cl01tl/helm/outline/values.yaml @@ -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 -- 2.49.1 From 221becb66c7177def15fbd72e7a61e50d7cc0716 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 24 Apr 2026 10:35:35 -0500 Subject: [PATCH 2/3] feat: add service account --- clusters/cl01tl/helm/matrix-synapse/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index 2a0274400..f7b3f05fe 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -165,6 +165,8 @@ matrix-synapse: enabled: false gateway: enabled: false + serviceAccount: + name: matrix-synapse matrix-hookshot: global: nameOverride: matrix-hookshot -- 2.49.1 From f3f08f9bba6f8b194bd707455ac5cefba84be614 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Apr 2026 15:46:46 +0000 Subject: [PATCH 3/3] chore(deps): update vault to v2 --- clusters/cl01tl/helm/vault/Chart.yaml | 2 +- clusters/cl01tl/helm/vault/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/vault/Chart.yaml b/clusters/cl01tl/helm/vault/Chart.yaml index 448e40fba..61255e451 100644 --- a/clusters/cl01tl/helm/vault/Chart.yaml +++ b/clusters/cl01tl/helm/vault/Chart.yaml @@ -31,4 +31,4 @@ dependencies: version: 4.6.2 icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/hashicorp-vault.png # renovate: datasource=github-releases depName=hashicorp/vault -appVersion: 1.21.4 +appVersion: 2.0.0 diff --git a/clusters/cl01tl/helm/vault/values.yaml b/clusters/cl01tl/helm/vault/values.yaml index 41cbb085d..ae1b371d7 100644 --- a/clusters/cl01tl/helm/vault/values.yaml +++ b/clusters/cl01tl/helm/vault/values.yaml @@ -8,7 +8,7 @@ vault: enabled: true image: repository: hashicorp/vault - tag: 1.21.4@sha256:4e33b126a59c0c333b76fb4e894722462659a6bec7c48c9ee8cea56fccfd2569 + tag: 2.0.0@sha256:e40c741ed95bb271425e3e6ca6c222d620cf8682f6f7a1b1e7c9d49d0aba484b updateStrategyType: RollingUpdate logLevel: debug logFormat: standard @@ -111,7 +111,7 @@ snapshot: snapshot: image: repository: hashicorp/vault - tag: 1.21.4@sha256:4e33b126a59c0c333b76fb4e894722462659a6bec7c48c9ee8cea56fccfd2569 + tag: 2.0.0@sha256:e40c741ed95bb271425e3e6ca6c222d620cf8682f6f7a1b1e7c9d49d0aba484b command: - /bin/ash args: -- 2.49.1