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-15 15:31:02 +00:00
parent 596fb9f935
commit f4c461e2ee
292 changed files with 6478 additions and 5161 deletions
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="mariadb-2.0.3"></a>
### [mariadb-2.0.3](https://github.com/truecharts/apps/compare/mariadb-2.0.2...mariadb-2.0.3) (2022-03-15)
#### Chore
* update docker general non-major ([#2175](https://github.com/truecharts/apps/issues/2175))
<a name="mariadb-2.0.2"></a>
### [mariadb-2.0.2](https://github.com/truecharts/apps/compare/mariadb-2.0.1...mariadb-2.0.2) (2022-03-07)
+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 | `"ghcr.io/truecharts/mariadb"` | |
| image.tag | string | `"v10.6.7@sha256:534fb95db986ef4799df0b9734883f63a45c66f63ba077ac2d6a002f4d91dbb8"` | |
| image.tag | string | `"v10.6.7@sha256:4508adf3b6eb7e64ee8823b0e5579a3639eff07b92b4f516f71506ae8dbbfe87"` | |
| mariadbDatabase | string | `"test"` | |
| mariadbPassword | string | `"testpass"` | |
| mariadbRootPassword | string | `"testroot"` | |
File diff suppressed because one or more lines are too long
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="memcached-2.0.3"></a>
### [memcached-2.0.3](https://github.com/truecharts/apps/compare/memcached-2.0.2...memcached-2.0.3) (2022-03-15)
#### Chore
* update docker general non-major ([#2175](https://github.com/truecharts/apps/issues/2175))
<a name="memcached-2.0.2"></a>
### [memcached-2.0.2](https://github.com/truecharts/apps/compare/memcached-2.0.1...memcached-2.0.2) (2022-03-07)
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/memcached"` | |
| image.tag | string | `"v1.6.14@sha256:7f77eb0c310f1f45fcceec3e0cf92cecd0d23a650e8cfd12f1e9ecb24591e900"` | |
| image.tag | string | `"v1.6.14@sha256:55f8e7c710f1496fe6b848981f46a4665808ec19a983986a8dc4f97080675e26"` | |
| service.main.ports.main.port | int | `11211` | |
| service.main.ports.main.targetPort | int | `11211` | |
File diff suppressed because one or more lines are too long
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-7.0.3"></a>
### [postgresql-7.0.3](https://github.com/truecharts/apps/compare/postgresql-7.0.2...postgresql-7.0.3) (2022-03-15)
#### Chore
* update docker general non-major ([#2175](https://github.com/truecharts/apps/issues/2175))
<a name="postgresql-7.0.2"></a>
### [postgresql-7.0.2](https://github.com/truecharts/apps/compare/postgresql-7.0.1...postgresql-7.0.2) (2022-03-07)
@@ -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 | `"ghcr.io/truecharts/postgresql"` | |
| image.tag | string | `"v14.2.0@sha256:d197a9691ce5d949504dabaa75459448f643950a71c1c16b2fcadbaed2d06772"` | |
| image.tag | string | `"v14.2.0@sha256:049f50be357425653422a2d790efa90ae82ad5e4df2eb974308a5bcbd41e6605"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| postgrespassword | string | `"testroot"` | |
| postgresqlDatabase | string | `"test"` | |
File diff suppressed because one or more lines are too long
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="redis-2.0.3"></a>
### [redis-2.0.3](https://github.com/truecharts/apps/compare/redis-2.0.2...redis-2.0.3) (2022-03-15)
#### Chore
* update docker general non-major ([#2175](https://github.com/truecharts/apps/issues/2175))
<a name="redis-2.0.2"></a>
### [redis-2.0.2](https://github.com/truecharts/apps/compare/redis-2.0.1...redis-2.0.2) (2022-03-07)
+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 | `"ghcr.io/truecharts/redis"` | |
| image.tag | string | `"v6.2.6@sha256:ff9e9a91c1a1d12b5d39660b66ef235535528883004af1d8dfd4047c2d9943a3"` | |
| image.tag | string | `"v6.2.6@sha256:0800060245b18936c783f2c6c927abfc884f1ef42f61cedfb8c93797987ee891"` | |
| 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. |
File diff suppressed because one or more lines are too long