Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-07 12:52:08 +00:00
parent 96316ffb97
commit a42e0f787f
14 changed files with 382 additions and 326 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="photoprism-8.0.4"></a>
### [photoprism-8.0.4](https://github.com/truecharts/apps/compare/photoprism-8.0.3...photoprism-8.0.4) (2022-03-07)
#### Fix
* revert last image update ([#2051](https://github.com/truecharts/apps/issues/2051))
<a name="photoprism-8.0.3"></a>
### [photoprism-8.0.3](https://github.com/truecharts/apps/compare/photoprism-8.0.2...photoprism-8.0.3) (2022-03-07)
@ -88,12 +97,3 @@
<a name="photoprism-7.0.24"></a>
### [photoprism-7.0.24](https://github.com/truecharts/apps/compare/photoprism-7.0.23...photoprism-7.0.24) (2022-02-05)
#### Chore
* update helm general non-major helm releases ([#1852](https://github.com/truecharts/apps/issues/1852))
<a name="photoprism-7.0.23"></a>
### [photoprism-7.0.23](https://github.com/truecharts/apps/compare/photoprism-7.0.22...photoprism-7.0.23) (2022-02-03)

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://truecharts.org/
version: 2.0.0
digest: sha256:7bc72e99d858e7af68463abcc71b23a7d9d809170a638a8adc34ca7a7248cdde
generated: "2022-03-07T01:13:17.51124914Z"
generated: "2022-03-07T12:45:45.667474472Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20220121"
appVersion: "220302"
dependencies:
- name: common
repository: https://truecharts.org
@ -26,7 +26,7 @@ name: photoprism
sources:
- https://github.com/photoprism/photoprism
- https://hub.docker.com/r/photoprism/photoprism
version: 8.0.3
version: 8.0.4
annotations:
truecharts.org/catagories: |
- media

View File

@ -33,7 +33,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.name | string | `"mariadbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/photoprism"` | |
| image.tag | string | `"v20220121@sha256:ed219b601defa5d2a6e5680d5882a24181c2202852f51a07ba4cc98e80537bd6"` | |
| image.tag | string | `"v220302@sha256:f05558b5266dfa3a1612be2de98099e864a6b554a9df6df2409b4a2b32804848"` | |
| mariadb.enabled | bool | `true` | |
| mariadb.existingSecret | string | `"mariadbcreds"` | |
| mariadb.mariadbDatabase | string | `"photoprism"` | |

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/photoprism
tag: v20220121@sha256:ed219b601defa5d2a6e5680d5882a24181c2202852f51a07ba4cc98e80537bd6
tag: v220302@sha256:f05558b5266dfa3a1612be2de98099e864a6b554a9df6df2409b4a2b32804848
pullPolicy: IfNotPresent
securityContext:

File diff suppressed because one or more lines are too long