Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,19 @@
|
|||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [postgresql-4.0.0](https://github.com/truecharts/apps/compare/postgresql-3.0.21...postgresql-4.0.0) (2021-10-20)
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://truecharts.org | common | 8.3.13 |
|
| https://truecharts.org | common | 8.3.14 |
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,19 @@
|
|||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [postgresql-4.0.0](https://github.com/truecharts/apps/compare/postgresql-3.0.21...postgresql-4.0.0) (2021-10-20)
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://truecharts.org | common | 8.3.13 |
|
| https://truecharts.org | common | 8.3.14 |
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
|
|||||||
+37
-1
@@ -155495,6 +155495,42 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz
|
- https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
postgresql:
|
postgresql:
|
||||||
|
- annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- database
|
||||||
|
truecharts.org/grade: U
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 13.4.0
|
||||||
|
created: "2021-10-20T18:09:25.120891354Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.3.14
|
||||||
|
description: PostgresSQL
|
||||||
|
digest: 4bb3190d01d6fbfb447e70886c6c1d7e865155c230e70c555504ac5b6b54707d
|
||||||
|
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
|
||||||
|
- email: kjeld@schouten-lebbing.nl
|
||||||
|
name: Ornias1993
|
||||||
|
url: truecharts.org
|
||||||
|
name: postgresql
|
||||||
|
sources:
|
||||||
|
- https://www.postgresql.org/
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/postgresql-4.0.1/postgresql-4.0.1.tgz
|
||||||
|
version: 4.0.1
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -225487,4 +225523,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
generated: "2021-10-20T17:45:02.067931908Z"
|
generated: "2021-10-20T18:09:25.202124156Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user