From 2adfe3d0895e814f654a67257e57b8149c6e9f63 Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Mon, 5 Jun 2023 07:19:49 -0300 Subject: [PATCH] Upgraded catalog item(s) (#1237) This commit upgrades photoprism catalog item(s). Co-authored-by: sonicaj --- library/ix-dev/charts/photoprism/Chart.yaml | 4 ++-- library/ix-dev/charts/photoprism/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/ix-dev/charts/photoprism/Chart.yaml b/library/ix-dev/charts/photoprism/Chart.yaml index a0d0586067..ebf05acafe 100644 --- a/library/ix-dev/charts/photoprism/Chart.yaml +++ b/library/ix-dev/charts/photoprism/Chart.yaml @@ -3,9 +3,9 @@ description: AI-powered app for browsing, organizing & sharing your photo collec annotations: title: PhotoPrism type: application -version: 1.0.21 +version: 1.0.22 apiVersion: v2 -appVersion: '230514' +appVersion: '230603' kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/photoprism/values.yaml b/library/ix-dev/charts/photoprism/values.yaml index 894e5e8c1b..0e609496fe 100644 --- a/library/ix-dev/charts/photoprism/values.yaml +++ b/library/ix-dev/charts/photoprism/values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: photoprism/photoprism - tag: '230514' + tag: '230603'