Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-01-13 10:47:23 +00:00
parent 9ee0dfe403
commit f861eb9eaf
4 changed files with 33 additions and 7408 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="common-8.12.2"></a>
### [common-8.12.2](https://github.com/truecharts/apps/compare/common-8.12.1...common-8.12.2) (2022-01-13)
#### Feat
* properly setup extra-args support ([#1708](https://github.com/truecharts/apps/issues/1708))
<a name="common-8.12.1"></a>
### [common-8.12.1](https://github.com/truecharts/apps/compare/common-8.12.0...common-8.12.1) (2022-01-12)

View File

@ -80,6 +80,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| envTpl | object | `{}` | |
| envValueFrom | object | `{}` | |
| externalInterfaces | list | `[]` | Use this directly attach a pod to a SCALE interface. Please be aware: This bypasses k8s services |
| extraArgs | list | `[]` | Add args in addition to the arguments set by default. Primarily for the SCALE GUI |
| global.fullnameOverride | string | `nil` | Set the entire name definition |
| global.isSCALE | bool | `false` | |
| global.nameOverride | string | `nil` | Set an override for the prefix of the fullname |

View File

@ -80,6 +80,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| envTpl | object | `{}` | |
| envValueFrom | object | `{}` | |
| externalInterfaces | list | `[]` | Use this directly attach a pod to a SCALE interface. Please be aware: This bypasses k8s services |
| extraArgs | list | `[]` | Add args in addition to the arguments set by default. Primarily for the SCALE GUI |
| global.fullnameOverride | string | `nil` | Set the entire name definition |
| global.isSCALE | bool | `false` | |
| global.nameOverride | string | `nil` | Set an override for the prefix of the fullname |

File diff suppressed because it is too large Load Diff