Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ccad7fa118
commit
e7c66b9183
|
@ -1,6 +0,0 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.13
|
||||
digest: sha256:38521d8871083b8bc3f8ca0a196265462c48e7a063b592146533b04bf32d4838
|
||||
generated: "2021-10-20T13:56:47.636618385Z"
|
Binary file not shown.
|
@ -1,6 +1,19 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="postgresql-4.0.1"></a>
|
||||
### [postgresql-4.0.1](https://github.com/truecharts/apps/compare/postgresql-4.0.0...postgresql-4.0.1) (2021-10-20)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump common on postgresql
|
||||
|
||||
#### Fix
|
||||
|
||||
* use correct PVC storageClass when using postgresql as a dependency on SCALE ([#1212](https://github.com/truecharts/apps/issues/1212))
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-4.0.0"></a>
|
||||
### [postgresql-4.0.0](https://github.com/truecharts/apps/compare/postgresql-3.0.21...postgresql-4.0.0) (2021-10-20)
|
||||
|
||||
|
@ -84,16 +97,3 @@
|
|||
#### Fix
|
||||
|
||||
* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-3.0.16"></a>
|
||||
### [postgresql-3.0.16](https://github.com/truecharts/apps/compare/postgresql-3.0.15...postgresql-3.0.16) (2021-10-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump common
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-3.0.15"></a>
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.14
|
||||
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
||||
generated: "2021-10-20T18:07:30.778499635Z"
|
|
@ -3,7 +3,7 @@ appVersion: "13.4.0"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.13
|
||||
version: 8.3.14
|
||||
deprecated: false
|
||||
description: PostgresSQL
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/postgres
|
||||
|
@ -25,10 +25,9 @@ name: postgresql
|
|||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
|||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.3.13 |
|
||||
| https://truecharts.org | common | 8.3.14 |
|
||||
|
||||
## Installing the Chart
|
||||
|
Binary file not shown.
|
@ -39,6 +39,19 @@ questions:
|
|||
editable: false
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: global
|
||||
label: "global settings"
|
||||
group: "Controller"
|
||||
schema:
|
||||
type: dict
|
||||
hidden: true
|
||||
attrs:
|
||||
- variable: isSCALE
|
||||
label: "flag this is SCALE"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: controller
|
||||
group: "Controller"
|
||||
label: ""
|
Loading…
Reference in New Issue