bump versions

This commit is contained in:
Grant Hunter
2026-02-16 09:25:42 -07:00
parent 3732265498
commit 69241ec6a7
3 changed files with 8 additions and 8 deletions

View File

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