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: