From dcf13f842b04faa89dfa70b263fe85c0b4aaf925 Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Sat, 15 Jul 2023 06:53:31 -0300 Subject: [PATCH] Upgraded catalog item(s) (#1371) This commit upgrades immich catalog item(s). Co-authored-by: sonicaj --- library/ix-dev/community/immich/Chart.yaml | 4 ++-- library/ix-dev/community/immich/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/ix-dev/community/immich/Chart.yaml b/library/ix-dev/community/immich/Chart.yaml index cc36de1a74..8579b9e4a0 100644 --- a/library/ix-dev/community/immich/Chart.yaml +++ b/library/ix-dev/community/immich/Chart.yaml @@ -3,9 +3,9 @@ description: Immich annotations: title: Immich type: application -version: 1.0.3 +version: 1.0.4 apiVersion: v2 -appVersion: '1.66.1' +appVersion: 1.67.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/immich/values.yaml b/library/ix-dev/community/immich/values.yaml index b7f3bfadef..9a37f96872 100644 --- a/library/ix-dev/community/immich/values.yaml +++ b/library/ix-dev/community/immich/values.yaml @@ -1,22 +1,22 @@ image: repository: altran1502/immich-server pullPolicy: IfNotPresent - tag: v1.66.1 + tag: v1.67.2 webImage: repository: altran1502/immich-web pullPolicy: IfNotPresent - tag: v1.66.1 + tag: v1.67.2 proxyImage: repository: altran1502/immich-proxy pullPolicy: IfNotPresent - tag: v1.66.1 + tag: v1.67.2 mlImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.66.1 + tag: v1.67.2 typesenseImage: repository: typesense/typesense