From e1f44492aff4385f955823d34f00e85a09ee6447 Mon Sep 17 00:00:00 2001 From: Thibault Cohen Date: Thu, 18 Nov 2021 02:45:59 -0500 Subject: [PATCH] [photoprism] Update photoprism image (#1267) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [photoprism] Update photoprism image * Update Chart.yaml * Update README_CHANGELOG.md.gotmpl * Fix PR comments Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- charts/stable/photoprism/Chart.yaml | 4 ++-- charts/stable/photoprism/README.md | 10 ++++++++-- charts/stable/photoprism/README_CHANGELOG.md.gotmpl | 6 ++++++ charts/stable/photoprism/values.yaml | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 559e9f2e..f1bc00de 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "20210523" +appVersion: "20211018" description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection name: photoprism -version: 6.0.1 +version: 6.1.0 kubeVersion: ">=1.16.0-0" keywords: - photos diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md index a0905372..040cae46 100644 --- a/charts/stable/photoprism/README.md +++ b/charts/stable/photoprism/README.md @@ -1,6 +1,6 @@ # photoprism -![Version: 6.0.1](https://img.shields.io/badge/Version-6.0.1-informational?style=flat-square) ![AppVersion: 20210523](https://img.shields.io/badge/AppVersion-20210523-informational?style=flat-square) +![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![AppVersion: 20211018](https://img.shields.io/badge/AppVersion-20211018-informational?style=flat-square) PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection @@ -87,7 +87,7 @@ N/A | env.UMASK | string | `nil` | Sets UMASK. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"photoprism/photoprism"` | image repository | -| image.tag | string | `"20210523"` | image tag | +| image.tag | string | `"20211018"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | @@ -98,6 +98,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [6.1.0] + +#### Changed + +- Upgrade Photoprism to version 20211018 + ### [6.0.0] #### Changed diff --git a/charts/stable/photoprism/README_CHANGELOG.md.gotmpl b/charts/stable/photoprism/README_CHANGELOG.md.gotmpl index debe06bc..3efbe7d3 100644 --- a/charts/stable/photoprism/README_CHANGELOG.md.gotmpl +++ b/charts/stable/photoprism/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [6.1.0] + +#### Changed + +- Upgrade Photoprism to version 20211018 + ### [6.0.0] #### Changed diff --git a/charts/stable/photoprism/values.yaml b/charts/stable/photoprism/values.yaml index 31c2889d..814112e1 100644 --- a/charts/stable/photoprism/values.yaml +++ b/charts/stable/photoprism/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: photoprism/photoprism # -- image tag - tag: "20210523" + tag: "20211018" # -- image pull policy pullPolicy: IfNotPresent