diff --git a/helmfile.lock b/helmfile.lock index 8943a56..0a41b82 100644 --- a/helmfile.lock +++ b/helmfile.lock @@ -5,16 +5,16 @@ dependencies: version: 0.12.5 - name: ghost repository: https://charts.bitnami.com/bitnami - version: 22.2.3 + version: 22.2.5 - name: ghost repository: https://charts.bitnami.com/bitnami - version: 22.2.3 + version: 22.2.5 - name: gitea repository: https://dl.gitea.io/charts - version: 11.0.0 + version: 11.0.1 - name: immich repository: https://immich-app.github.io/immich-charts - version: 0.9.1 + version: 0.9.2 - name: k8up repository: https://k8up-io.github.io/k8up version: 4.8.4 @@ -29,7 +29,7 @@ dependencies: version: 20.4.2 - name: matrix-synapse repository: https://ananace.gitlab.io/charts - version: 3.11.5 + version: 3.11.6 - name: pgo repository: git+https://github.com/grantdhunter/postgres-operator@helm?ref=main version: 5.7.2 @@ -51,5 +51,5 @@ dependencies: - name: traefik repository: https://traefik.github.io/charts version: 34.4.1 -digest: sha256:5aa15f8e192d2c46949a0cb66fb1ed1a8c089b81842fae35b04a54a19c28d829 -generated: "2025-03-22T22:42:58.842646943-06:00" +digest: sha256:77b2dd2fd948ef735dacbae04cf41c829c2ce6c2ab960d7176be04a42f404846 +generated: "2025-03-26T16:30:20.814859222-06:00" diff --git a/immich/values.yaml.gotmpl b/immich/values.yaml.gotmpl index 4681922..0b6fcd2 100644 --- a/immich/values.yaml.gotmpl +++ b/immich/values.yaml.gotmpl @@ -1,5 +1,5 @@ image: - tag: v1.129.0 + tag: v1.130.2 env: DB_HOSTNAME: {{ exec "kubectl" (list "-n" "immich" "get" "secrets" "postgres-pguser-immich" "-ogo-template='{{.data.host | base64decode }}'") }}