Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="photoprism-6.0.0"></a>
|
||||
### [photoprism-6.0.0](https://github.com/truecharts/apps/compare/photoprism-5.0.12...photoprism-6.0.0) (2021-11-28)
|
||||
|
||||
#### Feat
|
||||
|
||||
* use mariadb instead of sqllite ([#1419](https://github.com/truecharts/apps/issues/1419))
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-5.0.12"></a>
|
||||
### [photoprism-5.0.12](https://github.com/truecharts/apps/compare/photoprism-5.0.11...photoprism-5.0.12) (2021-11-23)
|
||||
|
||||
|
||||
@@ -18,7 +18,8 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.9.3 |
|
||||
| https://truecharts.org/ | mariadb | 1.0.14 |
|
||||
| https://truecharts.org | common | 8.9.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -26,9 +26,17 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| env.UID | string | `nil` | Sets UID Photoprism runs under. |
|
||||
| env.UMASK | string | `nil` | Sets UMASK. |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.key | string | `"plainporthost"` | |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"docker.io/photoprism/photoprism"` | image repository |
|
||||
| image.tag | string | `"20211018@sha256:f61fb623187faa33d1e3f4d86e384cdf401442d4ba6bec96897f42fa4fbb84b4"` | image tag |
|
||||
| mariadb.enabled | bool | `true` | |
|
||||
| mariadb.existingSecret | string | `"mariadbcreds"` | |
|
||||
| mariadb.mariadbDatabase | string | `"photoprism"` | |
|
||||
| mariadb.mariadbUsername | string | `"photoprism"` | |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="photoprism-6.0.0"></a>
|
||||
### [photoprism-6.0.0](https://github.com/truecharts/apps/compare/photoprism-5.0.12...photoprism-6.0.0) (2021-11-28)
|
||||
|
||||
#### Feat
|
||||
|
||||
* use mariadb instead of sqllite ([#1419](https://github.com/truecharts/apps/issues/1419))
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-5.0.12"></a>
|
||||
### [photoprism-5.0.12](https://github.com/truecharts/apps/compare/photoprism-5.0.11...photoprism-5.0.12) (2021-11-23)
|
||||
|
||||
|
||||
@@ -26,9 +26,17 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| env.UID | string | `nil` | Sets UID Photoprism runs under. |
|
||||
| env.UMASK | string | `nil` | Sets UMASK. |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.key | string | `"plainporthost"` | |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"docker.io/photoprism/photoprism"` | image repository |
|
||||
| image.tag | string | `"20211018@sha256:f61fb623187faa33d1e3f4d86e384cdf401442d4ba6bec96897f42fa4fbb84b4"` | image tag |
|
||||
| mariadb.enabled | bool | `true` | |
|
||||
| mariadb.existingSecret | string | `"mariadbcreds"` | |
|
||||
| mariadb.mariadbDatabase | string | `"photoprism"` | |
|
||||
| mariadb.mariadbUsername | string | `"photoprism"` | |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
@@ -18,7 +18,8 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.9.3 |
|
||||
| https://truecharts.org/ | mariadb | 1.0.14 |
|
||||
| https://truecharts.org | common | 8.9.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
+39
-1
@@ -160598,6 +160598,44 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/pgadmin-1.0.1/pgadmin-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
photoprism:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: "20211018"
|
||||
created: "2021-11-28T16:21:41.582427416Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.4
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://truecharts.org/
|
||||
version: 1.0.14
|
||||
description: PhotoPrism® is a server-based application for browsing, organizing
|
||||
and sharing your personal photo collection
|
||||
digest: b5b9c72c4931290103a67da445da9ecd8bded2a748fa8518de5e30986ddc43c7
|
||||
home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism
|
||||
icon: https://demo.photoprism.org/static/img/logo-avatar.svg
|
||||
keywords:
|
||||
- photos
|
||||
- photoprism
|
||||
- pictures
|
||||
- sharing
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: photoprism
|
||||
sources:
|
||||
- https://github.com/photoprism/photoprism
|
||||
- https://hub.docker.com/r/photoprism/photoprism
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/photoprism-6.0.0/photoprism-6.0.0.tgz
|
||||
version: 6.0.0
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -251620,4 +251658,4 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
generated: "2021-11-28T15:15:47.433831606Z"
|
||||
generated: "2021-11-28T16:21:41.658414878Z"
|
||||
|
||||
Reference in New Issue
Block a user