diff --git a/charts/stable/photoprism/CHANGELOG.md b/charts/stable/photoprism/CHANGELOG.md
index 73205108fc0..a782aa576ee 100644
--- a/charts/stable/photoprism/CHANGELOG.md
+++ b/charts/stable/photoprism/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [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))
+
+
+
### [photoprism-5.0.12](https://github.com/truecharts/apps/compare/photoprism-5.0.11...photoprism-5.0.12) (2021-11-23)
diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md
index 4fb9a9116d3..91da0400e3e 100644
--- a/charts/stable/photoprism/README.md
+++ b/charts/stable/photoprism/README.md
@@ -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
diff --git a/charts/stable/photoprism/helm-values.md b/charts/stable/photoprism/helm-values.md
index 818b66c7d2e..e770f3aed8a 100644
--- a/charts/stable/photoprism/helm-values.md
+++ b/charts/stable/photoprism/helm-values.md
@@ -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. |
diff --git a/docs/apps/stable/photoprism/CHANGELOG.md b/docs/apps/stable/photoprism/CHANGELOG.md
index 73205108fc0..a782aa576ee 100644
--- a/docs/apps/stable/photoprism/CHANGELOG.md
+++ b/docs/apps/stable/photoprism/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [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))
+
+
+
### [photoprism-5.0.12](https://github.com/truecharts/apps/compare/photoprism-5.0.11...photoprism-5.0.12) (2021-11-23)
diff --git a/docs/apps/stable/photoprism/helm-values.md b/docs/apps/stable/photoprism/helm-values.md
index 818b66c7d2e..e770f3aed8a 100644
--- a/docs/apps/stable/photoprism/helm-values.md
+++ b/docs/apps/stable/photoprism/helm-values.md
@@ -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. |
diff --git a/docs/apps/stable/photoprism/index.md b/docs/apps/stable/photoprism/index.md
index 4fb9a9116d3..91da0400e3e 100644
--- a/docs/apps/stable/photoprism/index.md
+++ b/docs/apps/stable/photoprism/index.md
@@ -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
diff --git a/docs/index.yaml b/docs/index.yaml
index 85a1cc63ddf..26b271272e8 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -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"