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-8.0.0"></a>
|
||||
### [common-8.0.0](https://github.com/truecharts/apps/compare/common-test-3.1.3...common-8.0.0) (2021-09-25)
|
||||
|
||||
|
||||
|
||||
<a name="common-7.0.14"></a>
|
||||
### [common-7.0.14](https://github.com/truecharts/apps/compare/common-7.0.13...common-7.0.14) (2021-09-14)
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
|
||||
<a name="common-7.0.14"></a>
|
||||
### [common-7.0.14](https://github.com/truecharts/apps/compare/common-7.0.13...common-7.0.14) (2021-09-14)
|
||||
|
||||
#### Fix
|
||||
|
||||
* make sure autopermissions sets the group owner correctly ([#994](https://github.com/truecharts/apps/issues/994))
|
||||
<a name="common-8.0.0"></a>
|
||||
### [common-8.0.0](https://github.com/truecharts/apps/compare/common-test-3.1.3...common-8.0.0) (2021-09-25)
|
||||
|
||||
@@ -137,7 +137,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
||||
| podAnnotationsList | list | `[]` | Set additional annotations on the pod |
|
||||
| podLabels | object | `{}` | Set labels on the pod |
|
||||
| podLabelsList | list | `[]` | Set additional labels on the pod |
|
||||
| podSecurityContext | object | `{}` | Configure the Security Context for the Pod |
|
||||
| podSecurityContext | object | `{"fsGroup":568,"fsGroupChangePolicy":"OnRootMismatch","runAsGroup":568,"runAsUser":568,"supplementalGroups":[]}` | Configure the Security Context for the Pod |
|
||||
| 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 |
|
||||
@@ -172,7 +172,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
||||
| resources | object | `{"limits":{"cpu":"2000m","memory":"2Gi"},"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":true,"privileged":false,"readOnlyRootFilesystem":false}` | Configure the Security Context for the main container |
|
||||
| securityContext | object | `{"allowPrivilegeEscalation":false,"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":true}` | Configure the Security Context for the main container |
|
||||
| service | object | See below | Configure the services for the chart here. Additional services can be added by adding a dictionary key similar to the 'main' service. |
|
||||
| service.main.enabled | bool | `true` | Enables or disables the service |
|
||||
| service.main.nameOverride | string | `nil` | Override the name suffix that is used for this service |
|
||||
|
||||
Reference in New Issue
Block a user