From f5909bc0902ed4cb2a13047a37605e5b43c81d9b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 12 Oct 2021 07:53:23 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/stable/pgadmin/CHANGELOG.md | 9 ++++ charts/stable/pgadmin/Chart.yaml | 2 +- charts/stable/pgadmin/app-changelog.md | 6 +-- charts/stable/pgadmin/helm-values.md | 2 +- charts/stable/photoprism/CHANGELOG.md | 9 ++++ charts/stable/photoprism/Chart.yaml | 2 +- charts/stable/photoprism/app-changelog.md | 6 +-- charts/stable/photoprism/helm-values.md | 3 +- docs/apps/stable/pgadmin/CHANGELOG.md | 9 ++++ docs/apps/stable/pgadmin/helm-values.md | 2 +- docs/apps/stable/photoprism/CHANGELOG.md | 9 ++++ docs/apps/stable/photoprism/helm-values.md | 3 +- docs/index.yaml | 61 +++++++++++++++++++++- 13 files changed, 110 insertions(+), 13 deletions(-) diff --git a/charts/stable/pgadmin/CHANGELOG.md b/charts/stable/pgadmin/CHANGELOG.md index 8054e2d093a..69ec0069765 100644 --- a/charts/stable/pgadmin/CHANGELOG.md +++ b/charts/stable/pgadmin/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pgadmin-3.0.5](https://github.com/truecharts/apps/compare/pgadmin-3.0.4...pgadmin-3.0.5) (2021-10-12) + +#### Chore + +* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124)) + + + ### [pgadmin-3.0.4](https://github.com/truecharts/apps/compare/pgadmin-3.0.3...pgadmin-3.0.4) (2021-10-05) diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index b1e3cf74f79..73cc012da7f 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: '5.7' +appVersion: "6.0" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/pgadmin/app-changelog.md b/charts/stable/pgadmin/app-changelog.md index b95db770986..92e0b9136be 100644 --- a/charts/stable/pgadmin/app-changelog.md +++ b/charts/stable/pgadmin/app-changelog.md @@ -1,7 +1,7 @@ - -### [pgadmin-3.0.4](https://github.com/truecharts/apps/compare/pgadmin-3.0.3...pgadmin-3.0.4) (2021-10-05) + +### [pgadmin-3.0.5](https://github.com/truecharts/apps/compare/pgadmin-3.0.4...pgadmin-3.0.5) (2021-10-12) #### Chore -* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099)) +* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124)) diff --git a/charts/stable/pgadmin/helm-values.md b/charts/stable/pgadmin/helm-values.md index b877019bcd0..115c9422128 100644 --- a/charts/stable/pgadmin/helm-values.md +++ b/charts/stable/pgadmin/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.PGADMIN_DEFAULT_PASSWORD | string | `"changeme"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"docker.io/dpage/pgadmin4"` | | -| image.tag | string | `"5.7@sha256:64475197fc11cb8169de7e59cd4ea15872b3edafe22f87ea7bc23ba7f00bbe96"` | | +| image.tag | string | `"6.0@sha256:e8d18f941264a82c6fbe81ce60503f2b00823a36e571cd383ca1f462b578f691"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/var/lib/pgadmin"` | | diff --git a/charts/stable/photoprism/CHANGELOG.md b/charts/stable/photoprism/CHANGELOG.md index e2148070d9d..713c9832bfe 100644 --- a/charts/stable/photoprism/CHANGELOG.md +++ b/charts/stable/photoprism/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoprism-3.0.7](https://github.com/truecharts/apps/compare/photoprism-3.0.6...photoprism-3.0.7) (2021-10-12) + +#### Chore + +* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124)) + + + ### [photoprism-3.0.6](https://github.com/truecharts/apps/compare/photoprism-3.0.5...photoprism-3.0.6) (2021-10-05) diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index fb193e91b08..6f27cfd0451 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: '20211002' +appVersion: "20211010" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/photoprism/app-changelog.md b/charts/stable/photoprism/app-changelog.md index 76bafd6dfac..3071c73e463 100644 --- a/charts/stable/photoprism/app-changelog.md +++ b/charts/stable/photoprism/app-changelog.md @@ -1,7 +1,7 @@ - -### [photoprism-3.0.6](https://github.com/truecharts/apps/compare/photoprism-3.0.5...photoprism-3.0.6) (2021-10-05) + +### [photoprism-3.0.7](https://github.com/truecharts/apps/compare/photoprism-3.0.6...photoprism-3.0.7) (2021-10-12) #### Chore -* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099)) +* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124)) diff --git a/charts/stable/photoprism/helm-values.md b/charts/stable/photoprism/helm-values.md index 7ca6d211b85..acce6c24197 100644 --- a/charts/stable/photoprism/helm-values.md +++ b/charts/stable/photoprism/helm-values.md @@ -22,8 +22,9 @@ 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 | `"20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2"` | image tag | +| image.tag | string | `"20211010@sha256:f4687352985a7859fdec43851ffbe559a09c50eea1660f320d7e59a1968269a7"` | image tag | | 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. | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/pgadmin/CHANGELOG.md b/docs/apps/stable/pgadmin/CHANGELOG.md index 8054e2d093a..69ec0069765 100644 --- a/docs/apps/stable/pgadmin/CHANGELOG.md +++ b/docs/apps/stable/pgadmin/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pgadmin-3.0.5](https://github.com/truecharts/apps/compare/pgadmin-3.0.4...pgadmin-3.0.5) (2021-10-12) + +#### Chore + +* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124)) + + + ### [pgadmin-3.0.4](https://github.com/truecharts/apps/compare/pgadmin-3.0.3...pgadmin-3.0.4) (2021-10-05) diff --git a/docs/apps/stable/pgadmin/helm-values.md b/docs/apps/stable/pgadmin/helm-values.md index b877019bcd0..115c9422128 100644 --- a/docs/apps/stable/pgadmin/helm-values.md +++ b/docs/apps/stable/pgadmin/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.PGADMIN_DEFAULT_PASSWORD | string | `"changeme"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"docker.io/dpage/pgadmin4"` | | -| image.tag | string | `"5.7@sha256:64475197fc11cb8169de7e59cd4ea15872b3edafe22f87ea7bc23ba7f00bbe96"` | | +| image.tag | string | `"6.0@sha256:e8d18f941264a82c6fbe81ce60503f2b00823a36e571cd383ca1f462b578f691"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/var/lib/pgadmin"` | | diff --git a/docs/apps/stable/photoprism/CHANGELOG.md b/docs/apps/stable/photoprism/CHANGELOG.md index e2148070d9d..713c9832bfe 100644 --- a/docs/apps/stable/photoprism/CHANGELOG.md +++ b/docs/apps/stable/photoprism/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoprism-3.0.7](https://github.com/truecharts/apps/compare/photoprism-3.0.6...photoprism-3.0.7) (2021-10-12) + +#### Chore + +* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124)) + + + ### [photoprism-3.0.6](https://github.com/truecharts/apps/compare/photoprism-3.0.5...photoprism-3.0.6) (2021-10-05) diff --git a/docs/apps/stable/photoprism/helm-values.md b/docs/apps/stable/photoprism/helm-values.md index 7ca6d211b85..acce6c24197 100644 --- a/docs/apps/stable/photoprism/helm-values.md +++ b/docs/apps/stable/photoprism/helm-values.md @@ -22,8 +22,9 @@ 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 | `"20211002@sha256:286aa5b95e7ff212f025923c75f8a46f0cc7a4754e7f65185e3116983264f1c2"` | image tag | +| image.tag | string | `"20211010@sha256:f4687352985a7859fdec43851ffbe559a09c50eea1660f320d7e59a1968269a7"` | image tag | | 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. | All Rights Reserved - The TrueCharts Project diff --git a/docs/index.yaml b/docs/index.yaml index b78e0c08021..cfa8549f001 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -124285,6 +124285,36 @@ entries: - https://github.com/truecharts/apps/releases/download/owncloud-ocis-1.0.1/owncloud-ocis-1.0.1.tgz version: 1.0.1 pgadmin: + - apiVersion: v2 + appVersion: "6.0" + created: "2021-10-12T07:53:21.556536009Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.2.2 + description: Web-Based postgresql database management utility + digest: de34b807aa2cd63af4f8222696cc870077e02479ffebefa1571fe0274bba6aee + home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin + icon: https://www.postgresql.org/message-id/attachment/1139/pgAdmin.svg + keywords: + - pgadmin + - db + - database + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: pgadmin + sources: + - https://www.pgadmin.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/pgadmin-3.0.5/pgadmin-3.0.5.tgz + version: 3.0.5 - apiVersion: v2 appVersion: "5.7" created: "2021-09-29T16:23:20.448024599Z" @@ -125786,6 +125816,35 @@ entries: - https://github.com/truecharts/apps/releases/download/pgadmin-1.0.1/pgadmin-1.0.1.tgz version: 1.0.1 photoprism: + - apiVersion: v2 + appVersion: "20211010" + created: "2021-10-12T07:53:21.718966646Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.2.2 + description: PhotoPrism® is a server-based application for browsing, organizing + and sharing your personal photo collection + digest: c6db6971438309005e55a41ebeae37804c0cc0ffd4fa90d2972e164f1d75807f + 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-3.0.7/photoprism-3.0.7.tgz + version: 3.0.7 - apiVersion: v2 appVersion: "20211002" created: "2021-10-05T09:56:46.669913762Z" @@ -197434,4 +197493,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-10-09T23:24:35.905182621Z" +generated: "2021-10-12T07:53:21.779404646Z"