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"]