Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-09-27 19:59:09 +00:00
parent 28fec526b4
commit 4857f3c509
14 changed files with 14 additions and 10 deletions

View File

@ -1,4 +0,0 @@
<a name="photoprism-3.0.1"></a>
### [photoprism-3.0.1](https://github.com/truecharts/apps/compare/photoprism-3.0.0...photoprism-3.0.1) (2021-09-26)

View File

@ -0,0 +1,8 @@
<a name="photoprism-3.0.2"></a>
### [photoprism-3.0.2](https://github.com/truecharts/apps/compare/photoprism-3.0.1...photoprism-3.0.2) (2021-09-27)
#### Chore
* update container image docker.io/photoprism/photoprism to v20210925 ([#1045](https://github.com/truecharts/apps/issues/1045))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.0.8
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
generated: "2021-09-26T23:08:28.628295781Z"
generated: "2021-09-27T19:56:44.40470559Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20210523"
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.1
version: 3.0.2

View File

@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.UMASK | string | `nil` | Sets UMASK. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"docker.io/photoprism/photoprism"` | image repository |
| image.tag | string | `"20210523@sha256:40e99d97615164f1a10c2a674301ced878030a7a79df1b8b40d70f096c4112a9"` | image tag |
| image.tag | string | `"20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e"` | image tag |
| 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. |

View File

@ -7,7 +7,7 @@
image:
repository: docker.io/photoprism/photoprism
pullPolicy: IfNotPresent
tag: 20210523@sha256:40e99d97615164f1a10c2a674301ced878030a7a79df1b8b40d70f096c4112a9
tag: 20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e
##
# Most other defaults are set in questions.yaml

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: docker.io/photoprism/photoprism
# -- image tag
tag: 20210523@sha256:40e99d97615164f1a10c2a674301ced878030a7a79df1b8b40d70f096c4112a9
tag: 20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e
# -- image pull policy
pullPolicy: IfNotPresent