Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="common-8.4.0"></a>
|
||||
### [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))
|
||||
|
||||
|
||||
|
||||
<a name="common-8.3.19"></a>
|
||||
### [common-8.3.19](https://github.com/truecharts/apps/compare/common-8.3.18...common-8.3.19) (2021-11-02)
|
||||
|
||||
|
||||
@@ -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 |
|
||||
|
||||
@@ -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 |
|
||||
|
||||
+22
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user