From 9b986ecbae181ea508c24ccaa13b1bb0e6302ed0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 17:46:35 +0200 Subject: [PATCH] chore(deps): update container image docker.io/photoprism/photoprism to v20211018 (#1175) * chore(deps): update container image docker.io/photoprism/photoprism to v20211018 * 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/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 9eb160e8b54..04edc2dc390 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "20211010" +appVersion: '20211010' 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: 4.0.5 +version: 4.0.6 diff --git a/charts/stable/photoprism/values.yaml b/charts/stable/photoprism/values.yaml index 39b4939917d..b3abbdc034a 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: 20211010@sha256:f4687352985a7859fdec43851ffbe559a09c50eea1660f320d7e59a1968269a7 + tag: 20211018@sha256:f61fb623187faa33d1e3f4d86e384cdf401442d4ba6bec96897f42fa4fbb84b4 # -- image pull policy pullPolicy: IfNotPresent