mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-07 17:26:27 +01:00
update glados secrets
This commit is contained in:
@@ -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:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user