diff --git a/charts/premium/traefik/Chart.yaml b/charts/premium/traefik/Chart.yaml index 0cc66655f35..2831e11ee48 100644 --- a/charts/premium/traefik/Chart.yaml +++ b/charts/premium/traefik/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/containers/tree/master/apps/traefik - https://traefik.io/ type: application -version: 29.2.0 +version: 29.2.1 diff --git a/charts/premium/traefik/values.yaml b/charts/premium/traefik/values.yaml index a82378c30a4..7728e465482 100644 --- a/charts/premium/traefik/values.yaml +++ b/charts/premium/traefik/values.yaml @@ -316,6 +316,22 @@ rbac: - get - list - watch + - apiGroups: + - "" + resources: + - nodes + verbs: + - get + - list + - watch + - apiGroups: + - discovery.k8s.io + resources: + - endpointslices + verbs: + - get + - list + - watch # -- The service account the pods will use to interact with the Kubernetes API serviceAccount: main: