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 14:47:53 +00:00
parent 0341e24c6f
commit f1d221b354
8 changed files with 58 additions and 7 deletions
+10
View File
@@ -1,6 +1,16 @@
# Changelog<br>
<a name="traefik-7.1.2"></a>
### [traefik-7.1.2](https://github.com/truecharts/apps/compare/traefik-7.1.1...traefik-7.1.2) (2021-09-08)
#### Fix
* only release when version is bumped
* use fixed version for traefik container for consistency
<a name="traefik-7.1.1"></a>
### [traefik-7.1.1](https://github.com/truecharts/apps/compare/traefik-7.1.0...traefik-7.1.1) (2021-09-08)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.5
appVersion: 2.5.2
dependencies:
- name: common
repository: https://truecharts.org/
+4 -3
View File
@@ -1,7 +1,8 @@
<a name="traefik-7.1.1"></a>
### [traefik-7.1.1](https://github.com/truecharts/apps/compare/traefik-7.1.0...traefik-7.1.1) (2021-09-08)
<a name="traefik-7.1.2"></a>
### [traefik-7.1.2](https://github.com/truecharts/apps/compare/traefik-7.1.1...traefik-7.1.2) (2021-09-08)
#### Fix
* fix release pipeline picking wrong file for appversion generation
* only release when version is bumped
* use fixed version for traefik container for consistency
+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"` | |
| image.tag | string | `"v2.5.2"` | |
| 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/ |