Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="mariadb-1.0.19"></a>
|
||||
### [mariadb-1.0.19](https://github.com/truecharts/apps/compare/mariadb-1.0.18...mariadb-1.0.19) (2021-12-03)
|
||||
|
||||
#### Chore
|
||||
|
||||
* ensure container references are prefixed with v
|
||||
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
|
||||
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
|
||||
|
||||
|
||||
|
||||
<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)
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| envValueFrom.MARIADB_ROOT_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
|
||||
| existingSecret | string | `""` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"bitnami/mariadb"` | |
|
||||
| image.tag | string | `"10.6.5@sha256:eaf86b454e10783feaffe7743f7564bf570d2da3652a8627e3220cfe38fdddb2"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/mariadb"` | |
|
||||
| image.tag | string | `"v10.6.5@sha256:ca5dcc0667f4ee5accc91f159f13a2bf764678d4dfeab3d1421fce1d2095f2a0"` | |
|
||||
| mariadbDatabase | string | `"test"` | |
|
||||
| mariadbPassword | string | `"testpass"` | |
|
||||
| mariadbRootPassword | string | `"testroot"` | |
|
||||
@@ -49,6 +49,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| service.main.ports.main.port | int | `3306` | |
|
||||
| service.main.ports.main.targetPort | int | `3306` | |
|
||||
| volumeClaimTemplates.data.enabled | bool | `true` | |
|
||||
| volumeClaimTemplates.data.mountPath | string | `"/bitnami/mariadb"` | |
|
||||
| volumeClaimTemplates.data.mountPath | string | `"/tccr.io/truecharts/mariadb"` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -1,6 +1,17 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="memcached-1.0.19"></a>
|
||||
### [memcached-1.0.19](https://github.com/truecharts/apps/compare/memcached-1.0.18...memcached-1.0.19) (2021-12-03)
|
||||
|
||||
#### Chore
|
||||
|
||||
* ensure container references are prefixed with v
|
||||
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
|
||||
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
|
||||
|
||||
|
||||
|
||||
<a name="memcached-1.0.18"></a>
|
||||
### [memcached-1.0.18](https://github.com/truecharts/apps/compare/memcached-1.0.17...memcached-1.0.18) (2021-11-30)
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"bitnami/memcached"` | |
|
||||
| image.tag | string | `"1.6.12@sha256:f51ee966f6589fa947a47c2d811f7691c7d944a4a83dcc41beca84f806981667"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/memcached"` | |
|
||||
| image.tag | string | `"v1.6.12@sha256:90da9d23e5c448d44ee3c1aa2af4c868ab5a3f8042a4000851fe55355db7c569"` | |
|
||||
| service.main.ports.main.port | int | `11211` | |
|
||||
| service.main.ports.main.targetPort | int | `11211` | |
|
||||
|
||||
|
||||
@@ -1,6 +1,17 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="postgresql-6.0.17"></a>
|
||||
### [postgresql-6.0.17](https://github.com/truecharts/apps/compare/postgresql-6.0.16...postgresql-6.0.17) (2021-12-03)
|
||||
|
||||
#### Chore
|
||||
|
||||
* ensure container references are prefixed with v
|
||||
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
|
||||
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
|
||||
|
||||
|
||||
|
||||
<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)
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
|
||||
| existingSecret | string | `""` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"bitnami/postgresql"` | |
|
||||
| image.tag | string | `"14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/postgresql"` | |
|
||||
| image.tag | string | `"v14.1.0@sha256:3b1df1487f9bd1bb3ee6a2b5e90e655b2ea5d9cdc3148826dc813bbcea3969c4"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| postgrespassword | string | `"testroot"` | |
|
||||
| postgresqlDatabase | string | `"test"` | |
|
||||
@@ -38,6 +38,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| service.main.ports.main.port | int | `5432` | |
|
||||
| service.main.ports.main.targetPort | int | `5432` | |
|
||||
| volumeClaimTemplates.db.enabled | bool | `true` | |
|
||||
| volumeClaimTemplates.db.mountPath | string | `"/bitnami/postgresql"` | |
|
||||
| volumeClaimTemplates.db.mountPath | string | `"/tccr.io/truecharts/postgresql"` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -1,6 +1,17 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="promtail-1.0.5"></a>
|
||||
### [promtail-1.0.5](https://github.com/truecharts/apps/compare/promtail-1.0.4...promtail-1.0.5) (2021-12-03)
|
||||
|
||||
#### Chore
|
||||
|
||||
* ensure container references are prefixed with v
|
||||
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
|
||||
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
|
||||
|
||||
|
||||
|
||||
<a name="promtail-1.0.4"></a>
|
||||
### [promtail-1.0.4](https://github.com/truecharts/apps/compare/promtail-1.0.3...promtail-1.0.4) (2021-11-30)
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| config.snippets.extraRelabelConfigs | list | `[]` | You can put here any additional relabel_configs to "kubernetes-pods" job |
|
||||
| config.snippets.extraScrapeConfigs | string | empty | You can put here any additional scrape configs you want to add to the config file. |
|
||||
| envValueFrom.HOSTNAME.fieldRef.fieldPath | string | `"spec.nodeName"` | |
|
||||
| image.repository | string | `"grafana/promtail"` | |
|
||||
| image.tag | string | `"2.4.1@sha256:3b669d95e66f97e1ec3013d248d70a9da9768c1403e36d3bb69f12066cf2821b"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/promtail"` | |
|
||||
| image.tag | string | `"v2.4.1@sha256:83bceed26a638b211d65b6e80d4a33d01dc82b81e630d57e883b490ac0c57ef4"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/etc/promtail"` | |
|
||||
| persistence.config.objectName | string | `"promtail-config"` | |
|
||||
|
||||
@@ -1,6 +1,17 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="redis-1.0.21"></a>
|
||||
### [redis-1.0.21](https://github.com/truecharts/apps/compare/redis-1.0.20...redis-1.0.21) (2021-12-03)
|
||||
|
||||
#### Chore
|
||||
|
||||
* ensure container references are prefixed with v
|
||||
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
|
||||
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
|
||||
|
||||
|
||||
|
||||
<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)
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env[1].value | string | `"yes"` | |
|
||||
| existingSecret | string | `""` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"bitnami/redis"` | |
|
||||
| image.tag | string | `"6.2.6@sha256:5c14298baea515f4317aa2ab85eaadf119cc49c17e0ad2e1e87aeab87a4431d2"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/redis"` | |
|
||||
| image.tag | string | `"v6.2.6@sha256:741dc63de7fed6f7f4fff41ac4b23a40f6850e9fb361e35e2959c71d8f10aeae"` | |
|
||||
| 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. |
|
||||
@@ -51,6 +51,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| service.main.ports.main.port | int | `6379` | |
|
||||
| service.main.ports.main.targetPort | int | `6379` | |
|
||||
| volumeClaimTemplates.data.enabled | bool | `true` | |
|
||||
| volumeClaimTemplates.data.mountPath | string | `"/bitnami/redis"` | |
|
||||
| volumeClaimTemplates.data.mountPath | string | `"/tccr.io/truecharts/redis"` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
Reference in New Issue
Block a user