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.16.0"></a>
|
||||
### [common-8.16.0](https://github.com/truecharts/apps/compare/common-8.15.4...common-8.16.0) (2022-02-21)
|
||||
|
||||
#### Feat
|
||||
|
||||
* add autolinking opion to ingress ([#1922](https://github.com/truecharts/apps/issues/1922))
|
||||
|
||||
|
||||
|
||||
<a name="common-8.15.4"></a>
|
||||
### [common-8.15.4](https://github.com/truecharts/apps/compare/common-8.15.3...common-8.15.4) (2022-02-14)
|
||||
|
||||
|
||||
@@ -95,6 +95,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
||||
| imageSelector | string | `"image"` | Image Selector allows for easy picking a different image dict, important for the SCALE GUI |
|
||||
| ingress | object | See below | Configure the ingresses for the chart here. Additional ingresses can be added by adding a dictionary key similar to the 'main' ingress. |
|
||||
| ingress.main.annotations | object | `{}` | Provide additional annotations which may be required. |
|
||||
| ingress.main.autoLink | bool | `false` | Autolink the ingress to a service and port, both with the same name as the ingress. |
|
||||
| ingress.main.enableFixedMiddlewares | bool | `true` | disable to ignore any default middlwares |
|
||||
| ingress.main.enabled | bool | `false` | Enables or disables the ingress |
|
||||
| ingress.main.fixedMiddlewares | list | `["chain-basic"]` | List of middlewares in the traefikmiddlewares k8s namespace to add automatically Creates an annotation with the middlewares and appends k8s and traefik namespaces to the middleware names Primarily used for TrueNAS SCALE to add additional (seperate) middlewares without exposing them to the end-user |
|
||||
|
||||
@@ -95,6 +95,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
||||
| imageSelector | string | `"image"` | Image Selector allows for easy picking a different image dict, important for the SCALE GUI |
|
||||
| ingress | object | See below | Configure the ingresses for the chart here. Additional ingresses can be added by adding a dictionary key similar to the 'main' ingress. |
|
||||
| ingress.main.annotations | object | `{}` | Provide additional annotations which may be required. |
|
||||
| ingress.main.autoLink | bool | `false` | Autolink the ingress to a service and port, both with the same name as the ingress. |
|
||||
| ingress.main.enableFixedMiddlewares | bool | `true` | disable to ignore any default middlwares |
|
||||
| ingress.main.enabled | bool | `false` | Enables or disables the ingress |
|
||||
| ingress.main.fixedMiddlewares | list | `["chain-basic"]` | List of middlewares in the traefikmiddlewares k8s namespace to add automatically Creates an annotation with the middlewares and appends k8s and traefik namespaces to the middleware names Primarily used for TrueNAS SCALE to add additional (seperate) middlewares without exposing them to the end-user |
|
||||
|
||||
@@ -5582,6 +5582,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-02-21T16:21:41.388256198Z"
|
||||
description: Function library for TrueCharts
|
||||
digest: a63f4504605cfac97119f3c0c34da4675c34bf68a63013cbe613d0ea53681a12
|
||||
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.16.0/common-8.16.0.tgz
|
||||
version: 8.16.0
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2022-02-14T11:51:33.458163788Z"
|
||||
@@ -62057,4 +62078,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-02-21T15:35:28.791610235Z"
|
||||
generated: "2022-02-21T16:21:41.394673275Z"
|
||||
|
||||
Reference in New Issue
Block a user