From d6e030e20c28ab1704ed5bbc2f0977adc65e65fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 11:54:17 +0200 Subject: [PATCH] chore(deps): update container image docker.io/photoprism/photoprism to v20211002 (#1100) * chore(deps): update container image docker.io/photoprism/photoprism to v20211002 * Commit bumped App Version Signed-off-by: TrueCharts-Bot Co-authored-by: Renovate Bot Co-authored-by: TrueCharts-Bot --- charts/stable/photoprism/Chart.yaml | 4 ++-- charts/stable/photoprism/SCALE/ix_values.yaml | 2 +- charts/stable/photoprism/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 03cf9ff8ffc..c90d47f2a84 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "20210925" +appVersion: '20210925' dependencies: - name: common repository: https://truecharts.org @@ -22,4 +22,4 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 3.0.4 +version: 3.0.5 diff --git a/charts/stable/photoprism/SCALE/ix_values.yaml b/charts/stable/photoprism/SCALE/ix_values.yaml index 4306d8c2909..3bb5e25c6f5 100644 --- a/charts/stable/photoprism/SCALE/ix_values.yaml +++ b/charts/stable/photoprism/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: docker.io/photoprism/photoprism pullPolicy: IfNotPresent - tag: 20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e + tag: 20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/photoprism/values.yaml b/charts/stable/photoprism/values.yaml index 51c9eae2ab5..9bec1fe02ab 100644 --- a/charts/stable/photoprism/values.yaml +++ b/charts/stable/photoprism/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: docker.io/photoprism/photoprism # -- image tag - tag: 20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e + tag: 20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2 # -- image pull policy pullPolicy: IfNotPresent