[photoprism] Update photoprism image (#1267)

* [photoprism] Update photoprism image

* Update Chart.yaml

* Update README_CHANGELOG.md.gotmpl

* Fix PR comments

Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Thibault Cohen 2021-11-18 02:45:59 -05:00 committed by GitHub
parent bbb4aa6c7c
commit e1f44492af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: photoprism/photoprism
# -- image tag
tag: "20210523"
tag: "20211018"
# -- image pull policy
pullPolicy: IfNotPresent