Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="traefik-7.1.0"></a>
|
||||||
|
### [traefik-7.1.0](https://github.com/truecharts/apps/compare/traefik-7.0.11...traefik-7.1.0) (2021-09-08)
|
||||||
|
|
||||||
|
#### Feat
|
||||||
|
|
||||||
|
* Add IPWhitelist, redirectRegex and (internal) nextcloud middlewares ([#929](https://github.com/truecharts/apps/issues/929))
|
||||||
|
* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926))
|
||||||
|
|
||||||
<a name="traefik-7.0.11"></a>
|
<a name="traefik-7.0.11"></a>
|
||||||
## [traefik-7.0.11](https://github.com/truecharts/apps/compare/traefik-7.0.10...traefik-7.0.11) (2021-09-08)
|
## [traefik-7.0.11](https://github.com/truecharts/apps/compare/traefik-7.0.10...traefik-7.0.11) (2021-09-08)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: '2.4'
|
appVersion: auto
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
|
||||||
<a name="traefik-7.0.11"></a>
|
<a name="traefik-7.1.0"></a>
|
||||||
## [traefik-7.0.11](https://github.com/truecharts/apps/compare/traefik-7.0.10...traefik-7.0.11) (2021-09-08)
|
### [traefik-7.1.0](https://github.com/truecharts/apps/compare/traefik-7.0.11...traefik-7.1.0) (2021-09-08)
|
||||||
|
|
||||||
|
#### Feat
|
||||||
|
|
||||||
|
* Add IPWhitelist, redirectRegex and (internal) nextcloud middlewares ([#929](https://github.com/truecharts/apps/issues/929))
|
||||||
|
* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926))
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| ingressRoute | object | `{"dashboard":{"annotations":{},"enabled":true,"labels":{}}}` | Create an IngressRoute for the dashboard |
|
| ingressRoute | object | `{"dashboard":{"annotations":{},"enabled":true,"labels":{}}}` | Create an IngressRoute for the dashboard |
|
||||||
| logs | object | `{"access":{"enabled":false,"fields":{"general":{"defaultmode":"keep","names":{}},"headers":{"defaultmode":"drop","names":{}}},"filters":{}},"general":{"level":"ERROR"}}` | Logs https://docs.traefik.io/observability/logs/ |
|
| logs | object | `{"access":{"enabled":false,"fields":{"general":{"defaultmode":"keep","names":{}},"headers":{"defaultmode":"drop","names":{}}},"filters":{}},"general":{"level":"ERROR"}}` | Logs https://docs.traefik.io/observability/logs/ |
|
||||||
| metrics.prometheus.entryPoint | string | `"metrics"` | |
|
| metrics.prometheus.entryPoint | string | `"metrics"` | |
|
||||||
| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"rateLimit":[],"redirectScheme":[]}` | SCALE Middleware Handlers |
|
| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"ipWhiteList":[],"rateLimit":[],"redirectRegex":[],"redirectScheme":[]}` | SCALE Middleware Handlers |
|
||||||
| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration |
|
| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration |
|
||||||
| podSecurityContext.fsGroup | int | `568` | |
|
| podSecurityContext.fsGroup | int | `568` | |
|
||||||
| portalhook.enabled | bool | `true` | |
|
| portalhook.enabled | bool | `true` | |
|
||||||
|
|||||||
@@ -1,3 +1,13 @@
|
|||||||
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="traefik-7.1.0"></a>
|
||||||
|
### [traefik-7.1.0](https://github.com/truecharts/apps/compare/traefik-7.0.11...traefik-7.1.0) (2021-09-08)
|
||||||
|
|
||||||
|
#### Feat
|
||||||
|
|
||||||
|
* Add IPWhitelist, redirectRegex and (internal) nextcloud middlewares ([#929](https://github.com/truecharts/apps/issues/929))
|
||||||
|
* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926))
|
||||||
|
|
||||||
<a name="traefik-7.0.11"></a>
|
<a name="traefik-7.0.11"></a>
|
||||||
## [traefik-7.0.11](https://github.com/truecharts/apps/compare/traefik-7.0.10...traefik-7.0.11) (2021-09-08)
|
## [traefik-7.0.11](https://github.com/truecharts/apps/compare/traefik-7.0.10...traefik-7.0.11) (2021-09-08)
|
||||||
|
|||||||
@@ -26,6 +26,8 @@
|
|||||||
|
|
||||||
# License<br>
|
# License<br>
|
||||||
|
|
||||||
|
# License<br>
|
||||||
|
|
||||||
# License<br>
|
# License<br>
|
||||||
|
|
||||||
Apache License
|
Apache License
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| ingressRoute | object | `{"dashboard":{"annotations":{},"enabled":true,"labels":{}}}` | Create an IngressRoute for the dashboard |
|
| ingressRoute | object | `{"dashboard":{"annotations":{},"enabled":true,"labels":{}}}` | Create an IngressRoute for the dashboard |
|
||||||
| logs | object | `{"access":{"enabled":false,"fields":{"general":{"defaultmode":"keep","names":{}},"headers":{"defaultmode":"drop","names":{}}},"filters":{}},"general":{"level":"ERROR"}}` | Logs https://docs.traefik.io/observability/logs/ |
|
| logs | object | `{"access":{"enabled":false,"fields":{"general":{"defaultmode":"keep","names":{}},"headers":{"defaultmode":"drop","names":{}}},"filters":{}},"general":{"level":"ERROR"}}` | Logs https://docs.traefik.io/observability/logs/ |
|
||||||
| metrics.prometheus.entryPoint | string | `"metrics"` | |
|
| metrics.prometheus.entryPoint | string | `"metrics"` | |
|
||||||
| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"rateLimit":[],"redirectScheme":[]}` | SCALE Middleware Handlers |
|
| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"ipWhiteList":[],"rateLimit":[],"redirectRegex":[],"redirectScheme":[]}` | SCALE Middleware Handlers |
|
||||||
| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration |
|
| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration |
|
||||||
| podSecurityContext.fsGroup | int | `568` | |
|
| podSecurityContext.fsGroup | int | `568` | |
|
||||||
| portalhook.enabled | bool | `true` | |
|
| portalhook.enabled | bool | `true` | |
|
||||||
|
|||||||
+29
-1
@@ -154490,6 +154490,34 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz
|
- https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
traefik:
|
traefik:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: auto
|
||||||
|
created: "2021-09-08T13:40:06.374330078Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.13.8
|
||||||
|
description: Test App for Traefik
|
||||||
|
digest: 39c7e1861be860cca2ecf156cb4f9705df6975bd8ede3d5547ccd875f674ca35
|
||||||
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
|
||||||
|
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
|
||||||
|
keywords:
|
||||||
|
- traefik
|
||||||
|
- ingress
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: truecharts.org
|
||||||
|
name: traefik
|
||||||
|
sources:
|
||||||
|
- https://github.com/traefik/traefik
|
||||||
|
- https://github.com/traefik/traefik-helm-chart
|
||||||
|
- https://traefik.io/
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/traefik-7.1.0/traefik-7.1.0.tgz
|
||||||
|
version: 7.1.0
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: "2.4"
|
appVersion: "2.4"
|
||||||
created: "2021-09-08T03:33:37.001342265Z"
|
created: "2021-09-08T03:33:37.001342265Z"
|
||||||
@@ -177582,4 +177610,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
generated: "2021-09-08T08:14:12.303400779Z"
|
generated: "2021-09-08T13:40:06.421541287Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user