Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-05 09:56:48 +00:00
parent d6e030e20c
commit d7626c5f30
7 changed files with 59 additions and 4 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="photoprism-3.0.5"></a>
### [photoprism-3.0.5](https://github.com/truecharts/apps/compare/photoprism-3.0.4...photoprism-3.0.5) (2021-10-05)
#### Chore
* update container image docker.io/photoprism/photoprism to v20211002 ([#1100](https://github.com/truecharts/apps/issues/1100))
<a name="photoprism-3.0.4"></a>
### [photoprism-3.0.4](https://github.com/truecharts/apps/compare/photoprism-3.0.3...photoprism-3.0.4) (2021-09-29)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: '20210925'
appVersion: "20211002"
dependencies:
- name: common
repository: https://truecharts.org
@@ -0,0 +1,8 @@
<a name="photoprism-3.0.5"></a>
### [photoprism-3.0.5](https://github.com/truecharts/apps/compare/photoprism-3.0.4...photoprism-3.0.5) (2021-10-05)
#### Chore
* update container image docker.io/photoprism/photoprism to v20211002 ([#1100](https://github.com/truecharts/apps/issues/1100))
+1 -1
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 | `"20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e"` | image tag |
| image.tag | string | `"20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2"` | 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. |