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>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="postgresql-7.0.15"></a>
|
||||||
|
### [postgresql-7.0.15](https://github.com/truecharts/apps/compare/postgresql-7.0.14...postgresql-7.0.15) (2022-03-28)
|
||||||
|
|
||||||
|
#### Feat
|
||||||
|
|
||||||
|
* Add probes on standalone aswell ([#2318](https://github.com/truecharts/apps/issues/2318))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="postgresql-7.0.14"></a>
|
<a name="postgresql-7.0.14"></a>
|
||||||
### [postgresql-7.0.14](https://github.com/truecharts/apps/compare/postgresql-7.0.13...postgresql-7.0.14) (2022-03-28)
|
### [postgresql-7.0.14](https://github.com/truecharts/apps/compare/postgresql-7.0.13...postgresql-7.0.14) (2022-03-28)
|
||||||
|
|
||||||
|
|||||||
@@ -34,6 +34,18 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| postgresqlDatabase | string | `"test"` | |
|
| postgresqlDatabase | string | `"test"` | |
|
||||||
| postgresqlPassword | string | `"testpass"` | |
|
| postgresqlPassword | string | `"testpass"` | |
|
||||||
| postgresqlUsername | string | `"test"` | |
|
| postgresqlUsername | string | `"test"` | |
|
||||||
|
| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
||||||
|
| probes.liveness | object | See below | Liveness probe configuration |
|
||||||
|
| probes.liveness.custom | bool | `true` | Set this to `true` if you wish to specify your own livenessProbe |
|
||||||
|
| probes.liveness.enabled | bool | `true` | Enable the liveness probe |
|
||||||
|
| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
|
||||||
|
| probes.readiness | object | See below | Redainess probe configuration |
|
||||||
|
| probes.readiness.custom | bool | `true` | Set this to `true` if you wish to specify your own readinessProbe |
|
||||||
|
| probes.readiness.enabled | bool | `true` | Enable the readiness probe |
|
||||||
|
| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. |
|
||||||
|
| probes.startup | object | See below | Startup probe configuration |
|
||||||
|
| probes.startup.enabled | bool | `true` | Enable the startup probe |
|
||||||
|
| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||||
| service.main.ports.main.port | int | `5432` | |
|
| service.main.ports.main.port | int | `5432` | |
|
||||||
| service.main.ports.main.targetPort | int | `5432` | |
|
| service.main.ports.main.targetPort | int | `5432` | |
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="postgresql-7.0.15"></a>
|
||||||
|
### [postgresql-7.0.15](https://github.com/truecharts/apps/compare/postgresql-7.0.14...postgresql-7.0.15) (2022-03-28)
|
||||||
|
|
||||||
|
#### Feat
|
||||||
|
|
||||||
|
* Add probes on standalone aswell ([#2318](https://github.com/truecharts/apps/issues/2318))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="postgresql-7.0.14"></a>
|
<a name="postgresql-7.0.14"></a>
|
||||||
### [postgresql-7.0.14](https://github.com/truecharts/apps/compare/postgresql-7.0.13...postgresql-7.0.14) (2022-03-28)
|
### [postgresql-7.0.14](https://github.com/truecharts/apps/compare/postgresql-7.0.13...postgresql-7.0.14) (2022-03-28)
|
||||||
|
|
||||||
|
|||||||
@@ -34,6 +34,18 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| postgresqlDatabase | string | `"test"` | |
|
| postgresqlDatabase | string | `"test"` | |
|
||||||
| postgresqlPassword | string | `"testpass"` | |
|
| postgresqlPassword | string | `"testpass"` | |
|
||||||
| postgresqlUsername | string | `"test"` | |
|
| postgresqlUsername | string | `"test"` | |
|
||||||
|
| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
||||||
|
| probes.liveness | object | See below | Liveness probe configuration |
|
||||||
|
| probes.liveness.custom | bool | `true` | Set this to `true` if you wish to specify your own livenessProbe |
|
||||||
|
| probes.liveness.enabled | bool | `true` | Enable the liveness probe |
|
||||||
|
| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
|
||||||
|
| probes.readiness | object | See below | Redainess probe configuration |
|
||||||
|
| probes.readiness.custom | bool | `true` | Set this to `true` if you wish to specify your own readinessProbe |
|
||||||
|
| probes.readiness.enabled | bool | `true` | Enable the readiness probe |
|
||||||
|
| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. |
|
||||||
|
| probes.startup | object | See below | Startup probe configuration |
|
||||||
|
| probes.startup.enabled | bool | `true` | Enable the startup probe |
|
||||||
|
| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||||
| service.main.ports.main.port | int | `5432` | |
|
| service.main.ports.main.port | int | `5432` | |
|
||||||
| service.main.ports.main.targetPort | int | `5432` | |
|
| service.main.ports.main.targetPort | int | `5432` | |
|
||||||
|
|||||||
+5
-78
@@ -1,78 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
entries:
|
entries:
|
||||||
mariadb:
|
|
||||||
- annotations:
|
|
||||||
truecharts.org/SCALE-support: "true"
|
|
||||||
truecharts.org/catagories: |
|
|
||||||
- database
|
|
||||||
truecharts.org/grade: U
|
|
||||||
apiVersion: v2
|
|
||||||
appVersion: 10.7.3
|
|
||||||
created: "2022-03-28T17:13:57.844829403Z"
|
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://library-charts.truecharts.org
|
|
||||||
version: 9.1.15
|
|
||||||
description: Fast, reliable, scalable, and easy to use open-source relational
|
|
||||||
database system.
|
|
||||||
digest: 0b9ae9b6468e85fcc71975be19be7581e6ca11dbb8bf8515d6de2ea026eff193
|
|
||||||
home: https://github.com/truecharts/apps/tree/master/stable/mariadb
|
|
||||||
icon: https://truecharts.org/_static/img/appicons/mariadb.png
|
|
||||||
keywords:
|
|
||||||
- mariadb
|
|
||||||
- mysql
|
|
||||||
- database
|
|
||||||
- sql
|
|
||||||
kubeVersion: '>=1.16.0-0'
|
|
||||||
maintainers:
|
|
||||||
- email: info@truecharts.org
|
|
||||||
name: TrueCharts
|
|
||||||
url: https://truecharts.org
|
|
||||||
name: mariadb
|
|
||||||
sources:
|
|
||||||
- https://github.com/bitnami/bitnami-docker-mariadb
|
|
||||||
- https://github.com/prometheus/mysqld_exporter
|
|
||||||
- https://mariadb.org
|
|
||||||
type: application
|
|
||||||
urls:
|
|
||||||
- https://github.com/truecharts/apps/releases/download/mariadb-2.0.16/mariadb-2.0.16.tgz
|
|
||||||
version: 2.0.16
|
|
||||||
mongodb:
|
|
||||||
- annotations:
|
|
||||||
truecharts.org/SCALE-support: "true"
|
|
||||||
truecharts.org/catagories: |
|
|
||||||
- database
|
|
||||||
truecharts.org/grade: U
|
|
||||||
apiVersion: v2
|
|
||||||
appVersion: 5.0.6
|
|
||||||
created: "2022-03-28T17:13:57.984342221Z"
|
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://library-charts.truecharts.org
|
|
||||||
version: 9.2.0
|
|
||||||
description: Fast, reliable, scalable, and easy to use open-source no-sql database
|
|
||||||
system.
|
|
||||||
digest: a8722fc42c495d8d491f783c1db6791649809958fbf9dfa4839239ea972151b5
|
|
||||||
home: https://github.com/truecharts/apps/tree/master/stable/mongodb
|
|
||||||
icon: https://truecharts.org/_static/img/appicons/mongodb.png
|
|
||||||
keywords:
|
|
||||||
- mongodb
|
|
||||||
- database
|
|
||||||
- nosql
|
|
||||||
kubeVersion: '>=1.16.0-0'
|
|
||||||
maintainers:
|
|
||||||
- email: info@truecharts.org
|
|
||||||
name: TrueCharts
|
|
||||||
url: https://truecharts.org
|
|
||||||
name: mongodb
|
|
||||||
sources:
|
|
||||||
- https://hub.docker.com/r/bitnami/mongodb
|
|
||||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
|
||||||
- https://www.mongodb.com
|
|
||||||
type: application
|
|
||||||
urls:
|
|
||||||
- https://github.com/truecharts/apps/releases/download/mongodb-0.0.2/mongodb-0.0.2.tgz
|
|
||||||
version: 0.0.2
|
|
||||||
postgresql:
|
postgresql:
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
@@ -81,13 +8,13 @@ entries:
|
|||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 14.2.0
|
appVersion: 14.2.0
|
||||||
created: "2022-03-28T17:13:58.145588483Z"
|
created: "2022-03-28T19:06:24.282067942Z"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 9.1.15
|
version: 9.1.15
|
||||||
description: PostgresSQL
|
description: PostgresSQL
|
||||||
digest: 5acf9db846278288d8b01697bd8ff5d654b1dbaef9d927ed159c21efba59fa96
|
digest: abf9e65ffd67deda3e1635cdcb7c0d288e24565e7104d91410d5692f4fe96e43
|
||||||
home: https://github.com/truecharts/apps/tree/master/stable/postgres
|
home: https://github.com/truecharts/apps/tree/master/stable/postgres
|
||||||
icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png
|
icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png
|
||||||
keywords:
|
keywords:
|
||||||
@@ -105,6 +32,6 @@ entries:
|
|||||||
- https://www.postgresql.org/
|
- https://www.postgresql.org/
|
||||||
type: application
|
type: application
|
||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/postgresql-7.0.14/postgresql-7.0.14.tgz
|
- https://github.com/truecharts/apps/releases/download/postgresql-7.0.15/postgresql-7.0.15.tgz
|
||||||
version: 7.0.14
|
version: 7.0.15
|
||||||
generated: "2022-03-28T17:13:58.145601083Z"
|
generated: "2022-03-28T19:06:24.282080743Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user