Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
129b88d888
commit
f0f5f68191
|
@ -1,6 +0,0 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.5.3
|
||||
digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4
|
||||
generated: "2021-11-08T16:42:45.816045366Z"
|
Binary file not shown.
|
@ -1,6 +1,19 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="postgresql-5.1.15"></a>
|
||||
### [postgresql-5.1.15](https://github.com/truecharts/apps/compare/postgresql-5.1.14...postgresql-5.1.15) (2021-11-09)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1296](https://github.com/truecharts/apps/issues/1296))
|
||||
|
||||
#### Fix
|
||||
|
||||
* correct mistake in service definition
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-5.1.14"></a>
|
||||
### [postgresql-5.1.14](https://github.com/truecharts/apps/compare/postgresql-5.1.13...postgresql-5.1.14) (2021-11-08)
|
||||
|
||||
|
@ -84,16 +97,3 @@
|
|||
<a name="postgresql-5.1.6"></a>
|
||||
### [postgresql-5.1.6](https://github.com/truecharts/apps/compare/postgresql-5.1.5...postgresql-5.1.6) (2021-11-01)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264))
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-5.1.5"></a>
|
||||
### [postgresql-5.1.5](https://github.com/truecharts/apps/compare/postgresql-5.1.4...postgresql-5.1.5) (2021-11-01)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263))
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.5.4
|
||||
digest: sha256:5bb2d31930ed6ceb6a350de804cbd9b297888a3f6b7b3aa0aaabe8a8d0ed8861
|
||||
generated: "2021-11-09T10:20:55.552717437Z"
|
|
@ -3,7 +3,7 @@ appVersion: "14.0.0"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.5.3
|
||||
version: 8.5.4
|
||||
deprecated: false
|
||||
description: PostgresSQL
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/postgres
|
||||
|
@ -22,7 +22,7 @@ name: postgresql
|
|||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 5.1.14
|
||||
version: 5.1.15
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
|||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.5.3 |
|
||||
| https://truecharts.org | common | 8.5.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
Binary file not shown.
|
@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| existingSecret | string | `""` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"bitnami/postgresql"` | |
|
||||
| image.tag | string | `"14.0.0@sha256:a95e5588c9f716bfc716b090f3cea41cbefb0d2c6e1c3c6de5514a5c2d1ce416"` | |
|
||||
| image.tag | string | `"14.0.0@sha256:87dda5bc47368d3a895c481ddabdb8b7bdfe8ab40fad599a8c0cc0673d619ce1"` | |
|
||||
| persistence.db.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.db.enabled | bool | `true` | |
|
||||
| persistence.db.mountPath | string | `"/bitnami/postgresql"` | |
|
||||
|
@ -36,6 +36,5 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `5432` | |
|
||||
| service.main.ports.main.targetPort | int | `5432` | |
|
||||
| service.type | string | `"ClusterIP"` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -1,13 +1,12 @@
|
|||
image:
|
||||
repository: bitnami/postgresql
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 14.0.0@sha256:a95e5588c9f716bfc716b090f3cea41cbefb0d2c6e1c3c6de5514a5c2d1ce416
|
||||
tag: 14.0.0@sha256:87dda5bc47368d3a895c481ddabdb8b7bdfe8ab40fad599a8c0cc0673d619ce1
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
service:
|
||||
type: "ClusterIP"
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
Loading…
Reference in New Issue