Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-26 18:24:56 +00:00
parent acf510ea13
commit 4c1861933f
758 changed files with 4575 additions and 1750 deletions
+5
View File
@@ -1,6 +1,11 @@
# Changelog<br>
<a name="photoprism-3.0.0"></a>
### [photoprism-3.0.0](https://github.com/truecharts/apps/compare/photoprism-2.0.2...photoprism-3.0.0) (2021-09-26)
<a name="photoprism-2.0.2"></a>
### [photoprism-2.0.2](https://github.com/truecharts/apps/compare/photoprism-2.0.1...photoprism-2.0.2) (2021-09-21)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: '20210523'
appVersion: "20210523"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 7.0.14 |
| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
+2 -6
View File
@@ -1,7 +1,3 @@
<a name="photoprism-2.0.2"></a>
### [photoprism-2.0.2](https://github.com/truecharts/apps/compare/photoprism-2.0.1...photoprism-2.0.2) (2021-09-21)
#### Chore
* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
<a name="photoprism-3.0.0"></a>
### [photoprism-3.0.0](https://github.com/truecharts/apps/compare/photoprism-2.0.2...photoprism-3.0.0) (2021-09-26)
-9
View File
@@ -24,15 +24,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"docker.io/photoprism/photoprism"` | image repository |
| image.tag | string | `"20210523@sha256:40e99d97615164f1a10c2a674301ced878030a7a79df1b8b40d70f096c4112a9"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.fsGroup | int | `568` | |
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `568` | |
| podSecurityContext.runAsUser | int | `568` | |
| podSecurityContext.supplementalGroups | list | `[]` | |
| securityContext.allowPrivilegeEscalation | bool | `true` | |
| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project