apply traefik emergency fix
This commit is contained in:
parent
e8cc2d7f3b
commit
fe242b8d03
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue