Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-01 11:04:05 +00:00
parent ec16d20472
commit 26b1cd0343
17 changed files with 198 additions and 10 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="mariadb-1.0.18"></a>
### [mariadb-1.0.18](https://github.com/truecharts/apps/compare/mariadb-1.0.17...mariadb-1.0.18) (2021-12-01)
#### Chore
* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443))
<a name="mariadb-1.0.17"></a>
### [mariadb-1.0.17](https://github.com/truecharts/apps/compare/mariadb-1.0.16...mariadb-1.0.17) (2021-11-30)
+1 -1
View File
@@ -27,7 +27,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/mariadb"` | |
| image.tag | string | `"10.6.5@sha256:913ce8cd2369bc396f7285c2890120b2dba9e54c4caf788267d9c595ec9b8791"` | |
| image.tag | string | `"10.6.5@sha256:eaf86b454e10783feaffe7743f7564bf570d2da3652a8627e3220cfe38fdddb2"` | |
| mariadbDatabase | string | `"test"` | |
| mariadbPassword | string | `"testpass"` | |
| mariadbRootPassword | string | `"testroot"` | |
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-6.0.16"></a>
### [postgresql-6.0.16](https://github.com/truecharts/apps/compare/postgresql-6.0.15...postgresql-6.0.16) (2021-12-01)
#### Chore
* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443))
<a name="postgresql-6.0.15"></a>
### [postgresql-6.0.15](https://github.com/truecharts/apps/compare/postgresql-6.0.14...postgresql-6.0.15) (2021-11-30)
+1 -1
View File
@@ -28,7 +28,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.1.0@sha256:bdfeb12b5f8ae8dedfc2f7cb18a0ba48959c4dacc19176292a2fffd0abacdebe"` | |
| image.tag | string | `"14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| postgrespassword | string | `"testroot"` | |
| postgresqlDatabase | string | `"test"` | |
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="redis-1.0.20"></a>
### [redis-1.0.20](https://github.com/truecharts/apps/compare/redis-1.0.19...redis-1.0.20) (2021-12-01)
#### Chore
* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443))
<a name="redis-1.0.19"></a>
### [redis-1.0.19](https://github.com/truecharts/apps/compare/redis-1.0.18...redis-1.0.19) (2021-11-30)
+1 -1
View File
@@ -28,7 +28,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/redis"` | |
| image.tag | string | `"6.2.6@sha256:61237e1fb2fbc54ad58141057591538d9563d992ba09cf789766a314e9433c07"` | |
| image.tag | string | `"6.2.6@sha256:5c14298baea515f4317aa2ab85eaadf119cc49c17e0ad2e1e87aeab87a4431d2"` | |
| persistence.redis-health | object | See below | redis-health configmap mount |
| persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
| persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="common-8.9.8"></a>
### [common-8.9.8](https://github.com/truecharts/apps/compare/common-8.9.7...common-8.9.8) (2021-12-01)
#### Chore
* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443))
<a name="common-8.9.7"></a>
### [common-8.9.7](https://github.com/truecharts/apps/compare/common-8.9.6...common-8.9.7) (2021-11-30)
+1 -1
View File
@@ -182,7 +182,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| postgresqlImage | object | See below | postgresql specific configuration |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | Specify the postgresql image |
| postgresqlImage.tag | string | `"14.1.0@sha256:bdfeb12b5f8ae8dedfc2f7cb18a0ba48959c4dacc19176292a2fffd0abacdebe"` | Specify the postgresql image tag |
| postgresqlImage.tag | string | `"14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e"` | Specify the postgresql image tag |
| priorityClassName | string | `nil` | |
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes.liveness | object | See below | Liveness probe configuration |
+1 -1
View File
@@ -182,7 +182,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| postgresqlImage | object | See below | postgresql specific configuration |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | Specify the postgresql image |
| postgresqlImage.tag | string | `"14.1.0@sha256:bdfeb12b5f8ae8dedfc2f7cb18a0ba48959c4dacc19176292a2fffd0abacdebe"` | Specify the postgresql image tag |
| postgresqlImage.tag | string | `"14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e"` | Specify the postgresql image tag |
| priorityClassName | string | `nil` | |
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes.liveness | object | See below | Liveness probe configuration |
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="mariadb-1.0.18"></a>
### [mariadb-1.0.18](https://github.com/truecharts/apps/compare/mariadb-1.0.17...mariadb-1.0.18) (2021-12-01)
#### Chore
* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443))
<a name="mariadb-1.0.17"></a>
### [mariadb-1.0.17](https://github.com/truecharts/apps/compare/mariadb-1.0.16...mariadb-1.0.17) (2021-11-30)
+1 -1
View File
@@ -27,7 +27,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/mariadb"` | |
| image.tag | string | `"10.6.5@sha256:913ce8cd2369bc396f7285c2890120b2dba9e54c4caf788267d9c595ec9b8791"` | |
| image.tag | string | `"10.6.5@sha256:eaf86b454e10783feaffe7743f7564bf570d2da3652a8627e3220cfe38fdddb2"` | |
| mariadbDatabase | string | `"test"` | |
| mariadbPassword | string | `"testpass"` | |
| mariadbRootPassword | string | `"testroot"` | |
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-6.0.16"></a>
### [postgresql-6.0.16](https://github.com/truecharts/apps/compare/postgresql-6.0.15...postgresql-6.0.16) (2021-12-01)
#### Chore
* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443))
<a name="postgresql-6.0.15"></a>
### [postgresql-6.0.15](https://github.com/truecharts/apps/compare/postgresql-6.0.14...postgresql-6.0.15) (2021-11-30)
@@ -28,7 +28,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.1.0@sha256:bdfeb12b5f8ae8dedfc2f7cb18a0ba48959c4dacc19176292a2fffd0abacdebe"` | |
| image.tag | string | `"14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| postgrespassword | string | `"testroot"` | |
| postgresqlDatabase | string | `"test"` | |
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="redis-1.0.20"></a>
### [redis-1.0.20](https://github.com/truecharts/apps/compare/redis-1.0.19...redis-1.0.20) (2021-12-01)
#### Chore
* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443))
<a name="redis-1.0.19"></a>
### [redis-1.0.19](https://github.com/truecharts/apps/compare/redis-1.0.18...redis-1.0.19) (2021-11-30)
+1 -1
View File
@@ -28,7 +28,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/redis"` | |
| image.tag | string | `"6.2.6@sha256:61237e1fb2fbc54ad58141057591538d9563d992ba09cf789766a314e9433c07"` | |
| image.tag | string | `"6.2.6@sha256:5c14298baea515f4317aa2ab85eaadf119cc49c17e0ad2e1e87aeab87a4431d2"` | |
| persistence.redis-health | object | See below | redis-health configmap mount |
| persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
| persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |
+2 -1
View File
@@ -142,7 +142,7 @@ A lot of our work is based on the great effort of others. We would love to exten
## Contributors ✨
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=for-the-badge)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-24-orange.svg?style=for-the-badge)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -182,6 +182,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center"><a href="https://github.com/alex171"><img src="https://avatars.githubusercontent.com/u/28484494?v=4?s=100" width="100px;" alt=""/><br /><sub><b>alex171</b></sub></a><br /><a href="https://github.com/truecharts/apps/commits?author=alex171" title="Documentation">📖</a></td>
<td align="center"><a href="https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A"><img src="https://avatars.githubusercontent.com/u/1322205?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Techno Tim</b></sub></a><br /><a href="https://github.com/truecharts/apps/commits?author=timothystewart6" title="Documentation">📖</a></td>
<td align="center"><a href="http://mingyaoliu.com"><img src="https://avatars.githubusercontent.com/u/3460335?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mingyao Liu</b></sub></a><br /><a href="https://github.com/truecharts/apps/commits?author=MingyaoLiu" title="Code">💻</a></td>
</tr>
</table>
+125 -1
View File
@@ -24951,6 +24951,27 @@ entries:
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
version: 3.1.5
common:
- apiVersion: v2
appVersion: latest
created: "2021-12-01T11:04:01.967712002Z"
description: Function library for TrueCharts
digest: 195a4ec416383f73cf8f58697846c6bbb8f2ac30e9329533c9e859409c09d5d9
home: https://github.com/truecharts/apps/tree/master/charts/common
icon: https://avatars.githubusercontent.com/u/76400755
keywords:
- truecharts
- library-chart
- common
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: common
type: library
urls:
- https://github.com/truecharts/apps/releases/download/common-8.9.8/common-8.9.8.tgz
version: 8.9.8
- apiVersion: v2
appVersion: latest
created: "2021-11-30T09:09:27.063612615Z"
@@ -117931,6 +117952,42 @@ entries:
- https://github.com/truecharts/apps/releases/download/lychee-3.1.5/lychee-3.1.5.tgz
version: 3.1.5
mariadb:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
truecharts.org/grade: U
apiVersion: v2
appVersion: 10.6.5
created: "2021-12-01T11:04:02.22253935Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.7
description: Fast, reliable, scalable, and easy to use open-source relational
database system.
digest: e57cb6e21a51c2cd3fb313669c9b0a96e1744090ee4237f3ebc031343dffd9d0
home: https://github.com/truecharts/apps/tree/master/stable/mariadb
icon: https://bitnami.com/assets/stacks/mariadb/img/mariadb-stack-220x234.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-1.0.18/mariadb-1.0.18.tgz
version: 1.0.18
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -178196,6 +178253,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz
version: 0.0.1
postgresql:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
truecharts.org/grade: U
apiVersion: v2
appVersion: 14.1.0
created: "2021-12-01T11:04:02.529857368Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.7
description: PostgresSQL
digest: dcf879d941914517d360ab0d1ee3cc75069b8583e7f05ea95adf43db4319a81a
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-6.0.16/postgresql-6.0.16.tgz
version: 6.0.16
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -201694,6 +201784,40 @@ entries:
- https://github.com/truecharts/apps/releases/download/recipes-0.0.1/recipes-0.0.1.tgz
version: 0.0.1
redis:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
- cache
truecharts.org/grade: U
apiVersion: v2
appVersion: 6.2.6
created: "2021-12-01T11:04:02.79518885Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.7
description: Open source, advanced key-value store.
digest: b88759ede816e816e32f40b7a42d5838f498d541be87dbb5ec3a8f696529e850
home: https://github.com/truecharts/apps/tree/master/stable/redis
icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
keywords:
- redis
- keyvalue
- database
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: redis
sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/redis-1.0.20/redis-1.0.20.tgz
version: 1.0.20
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -259862,4 +259986,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
generated: "2021-11-30T21:41:17.334909791Z"
generated: "2021-12-01T11:04:02.867045666Z"