Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
483d29ee0e
commit
c0aa278e27
|
@ -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 |
|
||||
|
|
|
@ -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 |
|
||||
|
|
|
@ -17445,6 +17445,27 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
common:
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-09-25T10:16:42.19037302Z"
|
||||
description: Function library for TrueCharts
|
||||
digest: 20c913ac265f83172eb0137d2975d92517802a1993d95a507c067d750b5357d9
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/common
|
||||
icon: https://avatars.githubusercontent.com/u/76400755
|
||||
keywords:
|
||||
- truecharts
|
||||
- library-chart
|
||||
- common
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: common
|
||||
type: library
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/common-8.0.0/common-8.0.0.tgz
|
||||
version: 8.0.0
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-09-14T22:02:09.079911293Z"
|
||||
|
@ -184804,4 +184825,4 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
generated: "2021-09-21T11:06:19.579673534Z"
|
||||
generated: "2021-09-25T10:16:42.240438766Z"
|
||||
|
|
Loading…
Reference in New Issue