From 211b84b8b5312641d77125ad07406b37cf81c5bd Mon Sep 17 00:00:00 2001 From: Grant <5445379+grantdhunter@users.noreply.github.com> Date: Thu, 20 Mar 2025 18:12:41 -0600 Subject: [PATCH] Update immich --- immich/values.yaml.gotmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/immich/values.yaml.gotmpl b/immich/values.yaml.gotmpl index 972b9c7..d48e0ad 100644 --- a/immich/values.yaml.gotmpl +++ b/immich/values.yaml.gotmpl @@ -1,3 +1,6 @@ +image: + tag: v1.129.0 + env: DB_HOSTNAME: {{ exec "kubectl" (list "-n" "immich" "get" "secrets" "postgres-pguser-immich" "-ogo-template='{{.data.host | base64decode }}'") }} DB_USERNAME: {{ exec "kubectl" (list "-n" "immich" "get" "secrets" "postgres-pguser-immich" "-ogo-template='{{.data.user | base64decode }}'") }} @@ -34,6 +37,8 @@ server: cpu: 10m limits: cpu: 1 + controller: + strategy: Recreate machine-learning: resources: