diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md
index fddc1d5498a..596223866ab 100644
--- a/charts/library/common/CHANGELOG.md
+++ b/charts/library/common/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [common-8.4.0](https://github.com/truecharts/apps/compare/common-8.3.19...common-8.4.0) (2021-11-06)
+
+#### Feat
+
+* Add simple servicetype as a LoadBalancer Alias ([#1284](https://github.com/truecharts/apps/issues/1284))
+
+
+
### [common-8.3.19](https://github.com/truecharts/apps/compare/common-8.3.18...common-8.3.19) (2021-11-02)
diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md
index d8a46cab83e..ce19bedd702 100644
--- a/charts/library/common/helm-values.md
+++ b/charts/library/common/helm-values.md
@@ -207,7 +207,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| service.main.ports.main.targetPort | string | `nil` | Specify a service targetPort if you wish to differ the service port from the application port. If `targetPort` is specified, this port number is used in the container definition instead of the `port` value. Therefore named ports are not supported for this field. |
| service.main.portsList | list | See below | Configure additional Service port information here. |
| service.main.primary | bool | `true` | Make this the primary service (used in probes, notes, etc...). If there is more than 1 service, make sure that only 1 service is marked as primary. |
-| service.main.type | string | `"ClusterIP"` | Set the service type |
+| service.main.type | string | `"ClusterIP"` | Set the service type Options: Simple(Loadbalancer), LoadBalancer, ClusterIP, NodePort |
| serviceAccount | object | See below | Create serviceaccount |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| serviceAccount.create | bool | `false` | Specifies whether a service account should be created |
diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md
index d8a46cab83e..ce19bedd702 100644
--- a/docs/apps/common/helm-values.md
+++ b/docs/apps/common/helm-values.md
@@ -207,7 +207,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| service.main.ports.main.targetPort | string | `nil` | Specify a service targetPort if you wish to differ the service port from the application port. If `targetPort` is specified, this port number is used in the container definition instead of the `port` value. Therefore named ports are not supported for this field. |
| service.main.portsList | list | See below | Configure additional Service port information here. |
| service.main.primary | bool | `true` | Make this the primary service (used in probes, notes, etc...). If there is more than 1 service, make sure that only 1 service is marked as primary. |
-| service.main.type | string | `"ClusterIP"` | Set the service type |
+| service.main.type | string | `"ClusterIP"` | Set the service type Options: Simple(Loadbalancer), LoadBalancer, ClusterIP, NodePort |
| serviceAccount | object | See below | Create serviceaccount |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| serviceAccount.create | bool | `false` | Specifies whether a service account should be created |
diff --git a/docs/index.yaml b/docs/index.yaml
index a11a8ffaed9..505b099bfc9 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -23334,6 +23334,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-11-06T10:33:25.754556162Z"
+ description: Function library for TrueCharts
+ digest: 65afd2291312ddaa0770141502f6ca86f789bd8243ce9b49ff6ab95eff8b96c9
+ 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.4.0/common-8.4.0.tgz
+ version: 8.4.0
- apiVersion: v2
appVersion: latest
created: "2021-11-02T10:33:46.325520759Z"
@@ -241845,4 +241866,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-11-04T20:41:40.322429914Z"
+generated: "2021-11-06T10:33:25.825171754Z"