From 3f7cc0d8bd84259b4305b675d324e8334aa99edb Mon Sep 17 00:00:00 2001 From: darkobas Date: Wed, 12 Aug 2026 09:58:38 +0200 Subject: [PATCH] fix(beekeeper): grant RBAC on traefik.io api group for traefik v3 --- charts/beekeeper/Chart.yaml | 2 +- charts/beekeeper/templates/clusterrole.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/beekeeper/Chart.yaml b/charts/beekeeper/Chart.yaml index 49ba8dd..8889dcc 100644 --- a/charts/beekeeper/Chart.yaml +++ b/charts/beekeeper/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: latest name: beekeeper -version: 0.4.12 +version: 0.4.13 description: Ethereum Swarm Beekeeper Helm chart for Kubernetes home: https://www.ethswarm.org icon: https://docs.ethswarm.org/img/swarm-logo-2.svg diff --git a/charts/beekeeper/templates/clusterrole.yaml b/charts/beekeeper/templates/clusterrole.yaml index 53340a8..63ad63d 100644 --- a/charts/beekeeper/templates/clusterrole.yaml +++ b/charts/beekeeper/templates/clusterrole.yaml @@ -46,7 +46,7 @@ rules: - apiGroups: ["networking.k8s.io"] resources: ["ingresses","ingressroutes"] verbs: ["get", "list", "watch"] -- apiGroups: ["traefik.containo.us"] +- apiGroups: ["traefik.containo.us", "traefik.io"] resources: ["ingresses","ingressroutes"] verbs: ["get", "list", "watch"]