apply traefik emergency fix

This commit is contained in:
kjeld Schouten-Lebbing 2021-09-01 02:08:59 +02:00
parent e8cc2d7f3b
commit fe242b8d03
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
4 changed files with 5 additions and 3 deletions

View File

@ -26,4 +26,4 @@ sources:
- https://traefik.io/ - https://traefik.io/
type: application type: application
upstream_version: v9.19.2 upstream_version: v9.19.2
version: 6.13.11 version: 6.13.12

View File

@ -2,7 +2,7 @@
image: image:
repository: traefik repository: traefik
# defaults to appVersion # defaults to appVersion
tag: v2.5 tag: v2.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# #

View File

@ -21,6 +21,7 @@ rules:
- watch - watch
- apiGroups: - apiGroups:
- extensions - extensions
- networking.k8s.io
resources: resources:
- ingresses - ingresses
verbs: verbs:
@ -29,6 +30,7 @@ rules:
- watch - watch
- apiGroups: - apiGroups:
- extensions - extensions
- networking.k8s.io
resources: resources:
- ingresses/status - ingresses/status
verbs: verbs:

View File

@ -2,7 +2,7 @@
image: image:
repository: traefik repository: traefik
# defaults to appVersion # defaults to appVersion
tag: v2.5 tag: v2.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# #