bump versions

This commit is contained in:
Grant Hunter
2026-05-02 10:47:30 -06:00
parent 71b9acfbff
commit 3bb1199cd3
4 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ controllers:
containers:
main:
image:
tag: v2.5.6
tag: v2.7.5
env:
DB_HOSTNAME: {{ exec "kubectl" (list "-n" "immich" "get" "secrets" "postgres-pguser-immich" "-ogo-template='{{.data.host | base64decode }}'") }}