diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md index f0a19ae2fdf..a43a162439e 100644 --- a/charts/library/common/CHANGELOG.md +++ b/charts/library/common/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [common-9.0.0](https://github.com/truecharts/apps/compare/common-8.17.3...common-9.0.0) (2022-03-03) + +#### Fix + +* BREAKING CHANGE Move some env-vars outside of env section ([#2010](https://github.com/truecharts/apps/issues/2010)) + + + ### [common-8.17.3](https://github.com/truecharts/apps/compare/common-8.17.2...common-8.17.3) (2022-03-03) diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md index 76786ed013c..ab04f5cc2a0 100644 --- a/charts/library/common/helm-values.md +++ b/charts/library/common/helm-values.md @@ -8,6 +8,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | Key | Type | Default | Description | |-----|------|---------|-------------| +| TZ | string | `"UTC"` | Set Container Timezone | | additionalContainers | object | `{}` | Specify any additional containers here as dictionary items. Each additional container should have its own key. Helm templates can be used. | | addons | object | See below | The common chart supports several add-ons. These can be configured under this key. | | addons.codeserver | object | See values.yaml | The common library supports adding a code-server add-on to access files. It can be configured under this key. For more info, check out [our docs](http://docs.k8s-at-home.com/our-helm-charts/common-library-add-ons/#code-server) | @@ -240,6 +241,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | 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. | +| security | object | `{"PUID":568,"UMASK":2}` | Set the Process User ID (PUID) env-var seperately | | securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"add":[],"drop":[]},"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.annotations | object | `{}` | Provide additional annotations which may be required. | diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md index 76786ed013c..ab04f5cc2a0 100644 --- a/docs/apps/common/helm-values.md +++ b/docs/apps/common/helm-values.md @@ -8,6 +8,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | Key | Type | Default | Description | |-----|------|---------|-------------| +| TZ | string | `"UTC"` | Set Container Timezone | | additionalContainers | object | `{}` | Specify any additional containers here as dictionary items. Each additional container should have its own key. Helm templates can be used. | | addons | object | See below | The common chart supports several add-ons. These can be configured under this key. | | addons.codeserver | object | See values.yaml | The common library supports adding a code-server add-on to access files. It can be configured under this key. For more info, check out [our docs](http://docs.k8s-at-home.com/our-helm-charts/common-library-add-ons/#code-server) | @@ -240,6 +241,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | 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. | +| security | object | `{"PUID":568,"UMASK":2}` | Set the Process User ID (PUID) env-var seperately | | securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"add":[],"drop":[]},"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.annotations | object | `{}` | Provide additional annotations which may be required. | diff --git a/docs/index.yaml b/docs/index.yaml index f458b12c782..27e99e6f7a0 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -6081,6 +6081,27 @@ entries: - https://github.com/truecharts/apps/releases/download/collabora-online-9.0.20/collabora-online-9.0.20.tgz version: 9.0.20 common: + - apiVersion: v2 + appVersion: latest + created: "2022-03-03T14:39:18.98831079Z" + description: Function library for TrueCharts + digest: 9acb3bacbae9a90f6e62c0a7aa8c0af3777b197e9164c071612f7f1f38233069 + 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: https://truecharts.org + name: common + type: library + urls: + - https://github.com/truecharts/apps/releases/download/common-9.0.0/common-9.0.0.tgz + version: 9.0.0 - apiVersion: v2 appVersion: latest created: "2022-03-03T11:15:24.123860999Z" @@ -67180,4 +67201,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz version: 9.0.24 -generated: "2022-03-03T12:59:56.720249524Z" +generated: "2022-03-03T14:39:18.996800758Z"