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-21 08:50:15 +00:00
parent d976ce2065
commit 87e3219b6f
176 changed files with 1563 additions and 362 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="traefik-8.0.3"></a>
### [traefik-8.0.3](https://github.com/truecharts/apps/compare/traefik-8.0.2...traefik-8.0.3) (2021-09-21)
#### Chore
* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013))
<a name="traefik-8.0.2"></a>
### [traefik-8.0.2](https://github.com/truecharts/apps/compare/traefik-8.0.1...traefik-8.0.2) (2021-09-16)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.5.2
appVersion: "2.5.3"
dependencies:
- name: common
repository: https://truecharts.org/
+4 -4
View File
@@ -1,7 +1,7 @@
<a name="traefik-8.0.2"></a>
### [traefik-8.0.2](https://github.com/truecharts/apps/compare/traefik-8.0.1...traefik-8.0.2) (2021-09-16)
<a name="traefik-8.0.3"></a>
### [traefik-8.0.3](https://github.com/truecharts/apps/compare/traefik-8.0.2...traefik-8.0.3) (2021-09-21)
#### Fix
#### Chore
* ensure traefik TLSOPtions get rendered correctly
* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013))
+1 -1
View File
@@ -18,7 +18,7 @@ You will, however, be able to use all values referenced in the common chart here
| globalArguments[0] | string | `"--global.checknewversion"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"traefik"` | |
| image.tag | string | `"v2.5.2@sha256:b8802f19de00e344ae5f87d8dde9ff17360a10cf0d5e85949a065de89e69bbe3"` | |
| image.tag | string | `"v2.5.3@sha256:f40028d9771cb29a35392b4cbdd655625596a319b915061e306c503059d0b6f4"` | |
| ingressClass | object | `{"enabled":false,"fallbackApiVersion":"","isDefaultClass":false}` | Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x |
| 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/ |