Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -7,4 +7,3 @@
|
||||
#### Add
|
||||
|
||||
* Add Loki ([#1367](https://github.com/truecharts/apps/issues/1367))
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="common-8.8.0"></a>
|
||||
### [common-8.8.0](https://github.com/truecharts/apps/compare/common-8.7.1...common-8.8.0) (2021-11-21)
|
||||
|
||||
#### Feat
|
||||
|
||||
* allow for custom selector labels on services. ([#1374](https://github.com/truecharts/apps/issues/1374))
|
||||
|
||||
|
||||
|
||||
<a name="common-8.7.1"></a>
|
||||
### [common-8.7.1](https://github.com/truecharts/apps/compare/common-8.7.0...common-8.7.1) (2021-11-21)
|
||||
|
||||
|
||||
@@ -233,6 +233,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.selector | object | `{}` | Override default selector |
|
||||
| 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 |
|
||||
|
||||
@@ -233,6 +233,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.selector | object | `{}` | Override default selector |
|
||||
| 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 |
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
#### Add
|
||||
|
||||
* Add Loki ([#1367](https://github.com/truecharts/apps/issues/1367))
|
||||
|
||||
|
||||
+22
-1
@@ -23834,6 +23834,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-21T23:38:27.62337592Z"
|
||||
description: Function library for TrueCharts
|
||||
digest: 419c58e874758f985a6ecdb5bf017f2c1551220d1808a6c2d0be60046aeeb18c
|
||||
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-8.8.0/common-8.8.0.tgz
|
||||
version: 8.8.0
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-11-21T19:23:31.090677748Z"
|
||||
@@ -248396,4 +248417,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-21T20:56:32.38646276Z"
|
||||
generated: "2021-11-21T23:38:27.707332683Z"
|
||||
|
||||
Reference in New Issue
Block a user