Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-28 17:17:24 +00:00
parent 5b08032a31
commit 66d5eb1a69
18 changed files with 909 additions and 1310 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="mariadb-2.0.16"></a>
### [mariadb-2.0.16](https://github.com/truecharts/apps/compare/mariadb-2.0.15...mariadb-2.0.16) (2022-03-28)
#### Feat
* expose root password field on gui ([#2327](https://github.com/truecharts/apps/issues/2327))
<a name="mariadb-2.0.15"></a>
### [mariadb-2.0.15](https://github.com/truecharts/apps/compare/mariadb-2.0.14...mariadb-2.0.15) (2022-03-28)
File diff suppressed because one or more lines are too long
+9 -1
View File
@@ -1,10 +1,18 @@
# Changelog<br>
<a name="mongodb-0.0.2"></a>
### [mongodb-0.0.2](https://github.com/truecharts/apps/compare/mongodb-0.0.1...mongodb-0.0.2) (2022-03-28)
#### Feat
* expose root password field on gui ([#2327](https://github.com/truecharts/apps/issues/2327))
<a name="mongodb-0.0.1"></a>
### mongodb-0.0.1 (2022-03-28)
#### Feat
* add-mongodb ([#2307](https://github.com/truecharts/apps/issues/2307))
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.4.13"
appVersion: "5.0.6"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
+1 -1
View File
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 9.1.15 |
| https://library-charts.truecharts.org | common | 9.2.0 |
## Installing the Chart
+2 -2
View File
@@ -26,8 +26,8 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.MONGODB_ROOT_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/mongodb"` | |
| image.tag | string | `"4.4.13@sha256:c78b3d35adaae2efe74aa75be9ca31a9825bf43fd88ae50a674d8cf9915f4a45"` | |
| image.repository | string | `"ghcr.io/truecharts/mongodb"` | |
| image.tag | string | `"v5.0.6@sha256:c2c4d2883d1c90032e5990229a558d13ff1a0ab1854901442e0bb44a0e9b899c"` | |
| mongodbDatabase | string | `"test"` | |
| mongodbPassword | string | `"testpass"` | |
| mongodbRootPassword | string | `"testroot"` | |
File diff suppressed because one or more lines are too long
@@ -1,6 +1,15 @@
# Changelog<br>
<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)
#### Feat
* expose root password field on gui ([#2327](https://github.com/truecharts/apps/issues/2327))
<a name="postgresql-7.0.13"></a>
### [postgresql-7.0.13](https://github.com/truecharts/apps/compare/postgresql-7.0.12...postgresql-7.0.13) (2022-03-28)
File diff suppressed because one or more lines are too long
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="mariadb-2.0.16"></a>
### [mariadb-2.0.16](https://github.com/truecharts/apps/compare/mariadb-2.0.15...mariadb-2.0.16) (2022-03-28)
#### Feat
* expose root password field on gui ([#2327](https://github.com/truecharts/apps/issues/2327))
<a name="mariadb-2.0.15"></a>
### [mariadb-2.0.15](https://github.com/truecharts/apps/compare/mariadb-2.0.14...mariadb-2.0.15) (2022-03-28)
File diff suppressed because one or more lines are too long
+9 -1
View File
@@ -1,10 +1,18 @@
# Changelog<br>
<a name="mongodb-0.0.2"></a>
### [mongodb-0.0.2](https://github.com/truecharts/apps/compare/mongodb-0.0.1...mongodb-0.0.2) (2022-03-28)
#### Feat
* expose root password field on gui ([#2327](https://github.com/truecharts/apps/issues/2327))
<a name="mongodb-0.0.1"></a>
### mongodb-0.0.1 (2022-03-28)
#### Feat
* add-mongodb ([#2307](https://github.com/truecharts/apps/issues/2307))
+2 -2
View File
@@ -26,8 +26,8 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.MONGODB_ROOT_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/mongodb"` | |
| image.tag | string | `"4.4.13@sha256:c78b3d35adaae2efe74aa75be9ca31a9825bf43fd88ae50a674d8cf9915f4a45"` | |
| image.repository | string | `"ghcr.io/truecharts/mongodb"` | |
| image.tag | string | `"v5.0.6@sha256:c2c4d2883d1c90032e5990229a558d13ff1a0ab1854901442e0bb44a0e9b899c"` | |
| mongodbDatabase | string | `"test"` | |
| mongodbPassword | string | `"testpass"` | |
| mongodbRootPassword | string | `"testroot"` | |
+1 -1
View File
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 9.1.15 |
| https://library-charts.truecharts.org | common | 9.2.0 |
## Installing the Chart
File diff suppressed because one or more lines are too long
@@ -1,6 +1,15 @@
# Changelog<br>
<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)
#### Feat
* expose root password field on gui ([#2327](https://github.com/truecharts/apps/issues/2327))
<a name="postgresql-7.0.13"></a>
### [postgresql-7.0.13](https://github.com/truecharts/apps/compare/postgresql-7.0.12...postgresql-7.0.13) (2022-03-28)
File diff suppressed because one or more lines are too long
+78 -7
View File
@@ -1,5 +1,42 @@
apiVersion: v1
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"
@@ -7,15 +44,15 @@ entries:
- database
truecharts.org/grade: U
apiVersion: v2
appVersion: 4.4.13
created: "2022-03-28T11:25:10.771447538Z"
appVersion: 5.0.6
created: "2022-03-28T17:13:57.984342221Z"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.1.15
version: 9.2.0
description: Fast, reliable, scalable, and easy to use open-source no-sql database
system.
digest: c189c12f91066656c7f5d3d4091e1a84f65585984a566a5f90127b648f795530
digest: a8722fc42c495d8d491f783c1db6791649809958fbf9dfa4839239ea972151b5
home: https://github.com/truecharts/apps/tree/master/stable/mongodb
icon: https://truecharts.org/_static/img/appicons/mongodb.png
keywords:
@@ -34,6 +71,40 @@ entries:
- https://www.mongodb.com
type: application
urls:
- https://github.com/truecharts/apps/releases/download/mongodb-0.0.1/mongodb-0.0.1.tgz
version: 0.0.1
generated: "2022-03-28T11:25:10.771464338Z"
- https://github.com/truecharts/apps/releases/download/mongodb-0.0.2/mongodb-0.0.2.tgz
version: 0.0.2
postgresql:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
truecharts.org/grade: U
apiVersion: v2
appVersion: 14.2.0
created: "2022-03-28T17:13:58.145588483Z"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.1.15
description: PostgresSQL
digest: 5acf9db846278288d8b01697bd8ff5d654b1dbaef9d927ed159c21efba59fa96
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: https://truecharts.org
name: postgresql
sources:
- https://www.postgresql.org/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/postgresql-7.0.14/postgresql-7.0.14.tgz
version: 7.0.14
generated: "2022-03-28T17:13:58.145601083Z"