diff --git a/charts/dependency/postgresql/CHANGELOG.md b/charts/dependency/postgresql/CHANGELOG.md
index 1c94524a57b..07ffb3fbf65 100644
--- a/charts/dependency/postgresql/CHANGELOG.md
+++ b/charts/dependency/postgresql/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [postgresql-5.1.14](https://github.com/truecharts/apps/compare/postgresql-5.1.13...postgresql-5.1.14) (2021-11-08)
+
+#### Feat
+
+* also set and remember postgresql root password
+
+
+
### [postgresql-5.1.13](https://github.com/truecharts/apps/compare/postgresql-5.1.12...postgresql-5.1.13) (2021-11-08)
diff --git a/charts/dependency/postgresql/helm-values.md b/charts/dependency/postgresql/helm-values.md
index a520aa465b8..71a8862b05c 100644
--- a/charts/dependency/postgresql/helm-values.md
+++ b/charts/dependency/postgresql/helm-values.md
@@ -14,6 +14,8 @@ You will, however, be able to use all values referenced in the common chart here
| enableUpgradeBackup | bool | `false` | |
| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresqlDatabase }}"` | |
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresqlUsername }}"` | |
+| envValueFrom.POSTGRESQL_POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-postgres-password"` | |
+| envValueFrom.POSTGRESQL_POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
| existingSecret | string | `""` | |
@@ -26,6 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.db.size | string | `"999Gi"` | |
| persistence.db.type | string | `"pvc"` | |
| podSecurityContext.runAsGroup | int | `0` | |
+| postgrespassword | string | `"testroot"` | |
| postgresqlDatabase | string | `"test"` | |
| postgresqlPassword | string | `"testpass"` | |
| postgresqlUsername | string | `"test"` | |
diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md
index 08457d087ce..ed7e97f16c4 100644
--- a/charts/library/common/CHANGELOG.md
+++ b/charts/library/common/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [common-8.5.4](https://github.com/truecharts/apps/compare/common-8.5.3...common-8.5.4) (2021-11-08)
+
+#### Feat
+
+* also set and remember postgresql root password
+
+
+
### [common-8.5.3](https://github.com/truecharts/apps/compare/common-8.5.2...common-8.5.3) (2021-11-07)
diff --git a/docs/apps/dependency/postgresql/CHANGELOG.md b/docs/apps/dependency/postgresql/CHANGELOG.md
index 1c94524a57b..07ffb3fbf65 100644
--- a/docs/apps/dependency/postgresql/CHANGELOG.md
+++ b/docs/apps/dependency/postgresql/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [postgresql-5.1.14](https://github.com/truecharts/apps/compare/postgresql-5.1.13...postgresql-5.1.14) (2021-11-08)
+
+#### Feat
+
+* also set and remember postgresql root password
+
+
+
### [postgresql-5.1.13](https://github.com/truecharts/apps/compare/postgresql-5.1.12...postgresql-5.1.13) (2021-11-08)
diff --git a/docs/apps/dependency/postgresql/helm-values.md b/docs/apps/dependency/postgresql/helm-values.md
index a520aa465b8..71a8862b05c 100644
--- a/docs/apps/dependency/postgresql/helm-values.md
+++ b/docs/apps/dependency/postgresql/helm-values.md
@@ -14,6 +14,8 @@ You will, however, be able to use all values referenced in the common chart here
| enableUpgradeBackup | bool | `false` | |
| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresqlDatabase }}"` | |
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresqlUsername }}"` | |
+| envValueFrom.POSTGRESQL_POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-postgres-password"` | |
+| envValueFrom.POSTGRESQL_POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
| existingSecret | string | `""` | |
@@ -26,6 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.db.size | string | `"999Gi"` | |
| persistence.db.type | string | `"pvc"` | |
| podSecurityContext.runAsGroup | int | `0` | |
+| postgrespassword | string | `"testroot"` | |
| postgresqlDatabase | string | `"test"` | |
| postgresqlPassword | string | `"testpass"` | |
| postgresqlUsername | string | `"test"` | |
diff --git a/docs/index.yaml b/docs/index.yaml
index fce8247e85d..a2cf7d52be5 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -23500,6 +23500,27 @@ entries:
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
version: 3.1.5
common:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-11-08T16:45:01.702998559Z"
+ description: Function library for TrueCharts
+ digest: 22f89b18107506411cfc0a8474dc35679a009be36d8cc05d8d2330c48c9f3d2f
+ home: https://github.com/truecharts/apps/tree/master/charts/common
+ icon: https://avatars.githubusercontent.com/u/76400755
+ keywords:
+ - truecharts
+ - library-chart
+ - common
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: common
+ type: library
+ urls:
+ - https://github.com/truecharts/apps/releases/download/common-8.5.4/common-8.5.4.tgz
+ version: 8.5.4
- apiVersion: v2
appVersion: latest
created: "2021-11-07T17:16:18.835174582Z"
@@ -167910,6 +167931,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz
version: 0.0.1
postgresql:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - database
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 14.0.0
+ created: "2021-11-08T16:45:02.029115144Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.5.3
+ description: PostgresSQL
+ digest: 27420869baed2f3f6b6657337e6bec3ccd0d433e60eed3596b7b1c60c427a98a
+ home: https://github.com/truecharts/apps/tree/master/stable/postgres
+ icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png
+ keywords:
+ - postgres
+ - postgressql
+ - dtabase
+ - sql
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: postgresql
+ sources:
+ - https://www.postgresql.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/postgresql-5.1.14/postgresql-5.1.14.tgz
+ version: 5.1.14
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -243687,4 +243741,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-08T16:32:03.571618144Z"
+generated: "2021-11-08T16:45:02.116027106Z"