apply traefik emergency fix
This commit is contained in:
parent
e8cc2d7f3b
commit
fe242b8d03
|
@ -26,4 +26,4 @@ sources:
|
|||
- https://traefik.io/
|
||||
type: application
|
||||
upstream_version: v9.19.2
|
||||
version: 6.13.11
|
||||
version: 6.13.12
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
image:
|
||||
repository: traefik
|
||||
# defaults to appVersion
|
||||
tag: v2.5
|
||||
tag: v2.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
#
|
||||
|
|
|
@ -21,6 +21,7 @@ rules:
|
|||
- watch
|
||||
- apiGroups:
|
||||
- extensions
|
||||
- networking.k8s.io
|
||||
resources:
|
||||
- ingresses
|
||||
verbs:
|
||||
|
@ -29,6 +30,7 @@ rules:
|
|||
- watch
|
||||
- apiGroups:
|
||||
- extensions
|
||||
- networking.k8s.io
|
||||
resources:
|
||||
- ingresses/status
|
||||
verbs:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
image:
|
||||
repository: traefik
|
||||
# defaults to appVersion
|
||||
tag: v2.5
|
||||
tag: v2.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue