From c0aa278e278a5aae0eca23bcccaa055dabc8b7c5 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 25 Sep 2021 10:16:43 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/library/common/CHANGELOG.md | 5 +++++ charts/library/common/SCALE/CHANGELOG.md | 8 ++------ charts/library/common/helm-values.md | 4 ++-- docs/apps/common/helm-values.md | 4 ++-- docs/index.yaml | 23 ++++++++++++++++++++++- 5 files changed, 33 insertions(+), 11 deletions(-) diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md index 592e641be22..1ca20a2985c 100644 --- a/charts/library/common/CHANGELOG.md +++ b/charts/library/common/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [common-8.0.0](https://github.com/truecharts/apps/compare/common-test-3.1.3...common-8.0.0) (2021-09-25) + + + ### [common-7.0.14](https://github.com/truecharts/apps/compare/common-7.0.13...common-7.0.14) (2021-09-14) diff --git a/charts/library/common/SCALE/CHANGELOG.md b/charts/library/common/SCALE/CHANGELOG.md index a5056de39a5..25f50143024 100644 --- a/charts/library/common/SCALE/CHANGELOG.md +++ b/charts/library/common/SCALE/CHANGELOG.md @@ -1,7 +1,3 @@ - -### [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)) + +### [common-8.0.0](https://github.com/truecharts/apps/compare/common-test-3.1.3...common-8.0.0) (2021-09-25) diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md index d9cb26409db..e37c42d71a8 100644 --- a/charts/library/common/helm-values.md +++ b/charts/library/common/helm-values.md @@ -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 | diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md index d9cb26409db..e37c42d71a8 100644 --- a/docs/apps/common/helm-values.md +++ b/docs/apps/common/helm-values.md @@ -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 | diff --git a/docs/index.yaml b/docs/index.yaml index f6fdabe04d3..009aef6a3fc 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -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"