Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="common-test-3.2.0"></a>
|
||||
### [common-test-3.2.0](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-test-3.2.0) (2021-09-28)
|
||||
|
||||
|
||||
|
||||
<a name="common-test-3.1.5"></a>
|
||||
### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28)
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
|
||||
<a name="common-test-3.1.5"></a>
|
||||
### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||
<a name="common-test-3.2.0"></a>
|
||||
### [common-test-3.2.0](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-test-3.2.0) (2021-09-28)
|
||||
|
||||
@@ -11,8 +11,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| args[0] | string | `"--port"` | |
|
||||
| args[1] | string | `"8080"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"traefik/whoami"` | |
|
||||
| image.tag | string | `"v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917"` | |
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="common-8.0.9"></a>
|
||||
### [common-8.0.9](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-8.0.9) (2021-09-28)
|
||||
|
||||
|
||||
|
||||
<a name="common-8.0.8"></a>
|
||||
### [common-8.0.8](https://github.com/truecharts/apps/compare/common-8.0.7...common-8.0.8) (2021-09-26)
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
<a name="common-8.0.8"></a>
|
||||
### [common-8.0.8](https://github.com/truecharts/apps/compare/common-8.0.7...common-8.0.8) (2021-09-26)
|
||||
<a name="common-8.0.9"></a>
|
||||
### [common-8.0.9](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-8.0.9) (2021-09-28)
|
||||
|
||||
@@ -171,7 +171,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
||||
| rbac.enabled | bool | `false` | Enables or disables the ClusterRole and ClusterRoleBinding |
|
||||
| rbac.rules | object | `{}` | Set Rules on the ClusterRole |
|
||||
| rbac.subjects | object | `{}` | Add subjects to the ClusterRoleBinding. includes the above created serviceaccount |
|
||||
| resources | object | `{"limits":{"cpu":"2000m","memory":"2Gi"},"requests":{"cpu":"10m","memory":"50Mi"}}` | Set the resource requests / limits for the main container. |
|
||||
| resources | object | `{"limits":{"cpu":"4000m","memory":"8Gi"},"requests":{"cpu":"10m","memory":"50Mi"}}` | Set the resource requests / limits for the main container. |
|
||||
| schedulerName | string | `nil` | Allows specifying a custom scheduler name |
|
||||
| secret | object | `{}` | Use this to populate a secret with the values you specify. Be aware that these values are not encrypted by default, and could therefore visible to anybody with access to the values.yaml file. |
|
||||
| securityContext | object | `{"allowPrivilegeEscalation":false,"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":true}` | Configure the Security Context for the main container |
|
||||
|
||||
Reference in New Issue
Block a user