diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md index 4fcc43a9955..a114602abea 100644 --- a/charts/library/common/CHANGELOG.md +++ b/charts/library/common/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [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)) + + + ### [common-8.15.4](https://github.com/truecharts/apps/compare/common-8.15.3...common-8.15.4) (2022-02-14) diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md index 1c50df1383c..a5922a35ae5 100644 --- a/charts/library/common/helm-values.md +++ b/charts/library/common/helm-values.md @@ -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 | diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md index 1c50df1383c..a5922a35ae5 100644 --- a/docs/apps/common/helm-values.md +++ b/docs/apps/common/helm-values.md @@ -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 | diff --git a/docs/index.yaml b/docs/index.yaml index 93f67aca009..4e45af6a2cc 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -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"