diff --git a/charts/library/common-test/CHANGELOG.md b/charts/library/common-test/CHANGELOG.md
index 39096dadb8d..f6d522eb0e1 100644
--- a/charts/library/common-test/CHANGELOG.md
+++ b/charts/library/common-test/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [common-test-3.2.0](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-test-3.2.0) (2021-09-28)
+
+
+
### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28)
diff --git a/charts/library/common-test/SCALE/CHANGELOG.md b/charts/library/common-test/SCALE/CHANGELOG.md
index 52397b9a014..c1f60ca87f1 100644
--- a/charts/library/common-test/SCALE/CHANGELOG.md
+++ b/charts/library/common-test/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [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))
+
+### [common-test-3.2.0](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-test-3.2.0) (2021-09-28)
diff --git a/charts/library/common-test/helm-values.md b/charts/library/common-test/helm-values.md
index a71a2708711..9931f4b3be6 100644
--- a/charts/library/common-test/helm-values.md
+++ b/charts/library/common-test/helm-values.md
@@ -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"` | |
diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md
index 1b099778496..c8e71f022e0 100644
--- a/charts/library/common/CHANGELOG.md
+++ b/charts/library/common/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [common-8.0.9](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-8.0.9) (2021-09-28)
+
+
+
### [common-8.0.8](https://github.com/truecharts/apps/compare/common-8.0.7...common-8.0.8) (2021-09-26)
diff --git a/charts/library/common/SCALE/CHANGELOG.md b/charts/library/common/SCALE/CHANGELOG.md
index 5e083e0030e..b5d5f64307a 100644
--- a/charts/library/common/SCALE/CHANGELOG.md
+++ b/charts/library/common/SCALE/CHANGELOG.md
@@ -1,3 +1,3 @@
-
-### [common-8.0.8](https://github.com/truecharts/apps/compare/common-8.0.7...common-8.0.8) (2021-09-26)
+
+### [common-8.0.9](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-8.0.9) (2021-09-28)
diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md
index f8e2a17b188..2708b301cbd 100644
--- a/charts/library/common/helm-values.md
+++ b/charts/library/common/helm-values.md
@@ -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 |
diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md
index f8e2a17b188..2708b301cbd 100644
--- a/docs/apps/common/helm-values.md
+++ b/docs/apps/common/helm-values.md
@@ -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 |
diff --git a/docs/apps/library/common-test/CHANGELOG.md b/docs/apps/library/common-test/CHANGELOG.md
index 39096dadb8d..f6d522eb0e1 100644
--- a/docs/apps/library/common-test/CHANGELOG.md
+++ b/docs/apps/library/common-test/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [common-test-3.2.0](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-test-3.2.0) (2021-09-28)
+
+
+
### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28)
diff --git a/docs/apps/library/common-test/helm-values.md b/docs/apps/library/common-test/helm-values.md
index a71a2708711..9931f4b3be6 100644
--- a/docs/apps/library/common-test/helm-values.md
+++ b/docs/apps/library/common-test/helm-values.md
@@ -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"` | |
diff --git a/docs/index.yaml b/docs/index.yaml
index c7f12bde500..5905c3cb4eb 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -18216,6 +18216,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-28T22:15:22.022932403Z"
+ description: Function library for TrueCharts
+ digest: 0a17ad300f8e83c5fbba92225d6e50c1289a2e74238f4d9e9915ddc0b603bb69
+ 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.9/common-8.0.9.tgz
+ version: 8.0.9
- apiVersion: v2
appVersion: latest
created: "2021-09-26T20:41:18.39990236Z"
@@ -20920,6 +20941,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/common-2.0.2/common-2.0.2.tgz
version: 2.0.2
common-test:
+ - apiVersion: v2
+ appVersion: 1.6.1
+ created: "2021-09-28T22:15:22.223296577Z"
+ dependencies:
+ - name: common
+ repository: file://../common
+ version: latest
+ description: Helper chart to test different use cases of the common library
+ digest: 51f48b1cfe3211c76bc102613e305028e062fb75473649062592189dac806fd2
+ home: https://github.com/truecharts/apps/tree/master/charts/library/common-test
+ icon: https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png
+ keywords:
+ - common-test
+ - truecharts
+ - common
+ - test
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: common-test
+ sources:
+ - https://github.com/truecharts/apps/tree/master/charts/library/common-test
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/common-test-3.2.0/common-test-3.2.0.tgz
+ version: 3.2.0
- apiVersion: v2
appVersion: 1.6.1
created: "2021-09-28T06:41:58.059502549Z"
@@ -192217,4 +192266,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-28T08:36:25.589778851Z"
+generated: "2021-09-28T22:15:22.291422876Z"