Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-08 13:40:08 +00:00
parent f39c7e968f
commit a31b4f1b72
8 changed files with 61 additions and 6 deletions
+10
View File
@@ -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>
## [traefik-7.0.11](https://github.com/truecharts/apps/compare/traefik-7.0.10...traefik-7.0.11) (2021-09-08)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: '2.4'
appVersion: auto
dependencies:
- name: common
repository: https://truecharts.org/
+7 -2
View File
@@ -1,3 +1,8 @@
<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)
<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))
+1 -1
View File
@@ -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 |
| 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"` | |
| 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 |
| podSecurityContext.fsGroup | int | `568` | |
| portalhook.enabled | bool | `true` | |
+10
View File
@@ -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>
## [traefik-7.0.11](https://github.com/truecharts/apps/compare/traefik-7.0.10...traefik-7.0.11) (2021-09-08)
+2
View File
@@ -26,6 +26,8 @@
# License<br>
# License<br>
# License<br>
Apache License
+1 -1
View File
@@ -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 |
| 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"` | |
| 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 |
| podSecurityContext.fsGroup | int | `568` | |
| portalhook.enabled | bool | `true` | |
+29 -1
View File
@@ -154490,6 +154490,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz
version: 1.0.0
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
appVersion: "2.4"
created: "2021-09-08T03:33:37.001342265Z"
@@ -177582,4 +177610,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-09-08T08:14:12.303400779Z"
generated: "2021-09-08T13:40:06.421541287Z"