From 556f883baba07a8c0d9849b3c85a305ff14c16ec Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Thu, 5 Feb 2026 19:23:57 +0100 Subject: [PATCH] update glados secrets --- .claude/settings.local.json | 3 ++- apps/charts/glados/values.yaml | 14 +++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index e7b4860..d7fbe53 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -9,7 +9,8 @@ "Bash(git -C /Users/alice/Projects/private/homelab/apps branch -a)", "Bash(helm dependency:*)", "Bash(helm lint:*)", - "Bash(helm template:*)" + "Bash(helm template:*)", + "Bash(kubectl get:*)" ] } } diff --git a/apps/charts/glados/values.yaml b/apps/charts/glados/values.yaml index f648a89..db9d031 100644 --- a/apps/charts/glados/values.yaml +++ b/apps/charts/glados/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/morten-olsen/agentic - tag: 0.0.21 + tag: 0.0.28 pullPolicy: Always subdomain: glados @@ -55,3 +55,15 @@ env: secretKeyRef: name: glados-secrets key: GLADOS_TELEGRAM_OWNER_ID + GLADOS_HOMEASSISTANT_URL: + valueFrom: + secretKeyRef: + name: glados-secrets + key: GLADOS_HOMEASSISTANT_URL + GLADOS_HOMEASSISTANT_TOKEN: + valueFrom: + secretKeyRef: + name: glados-secrets + key: GLADOS_HOMEASSISTANT_TOKEN + GLADOS_HOMEASSISTANT_CALENDARS: "calendar.cecilie_og_morten,calendar.morten_olsen_zeronorth_com" + GLADOS_HOMEASSISTANT_PERSON_ENTITY: "person.morten"