Skip to content

Commit

Permalink
Fix Update role.yaml to solve issue 581 (jaegertracing#592)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kravec <kravciak@gmail.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
  • Loading branch information
kravciak authored and mehul committed Nov 1, 2024
1 parent b4eba18 commit 5bf976f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/jaeger-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: jaeger-operator Helm chart for Kubernetes
name: jaeger-operator
version: 2.55.0
version: 2.56.0
appVersion: 1.57.0
home: https://www.jaegertracing.io/
icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
Expand Down
8 changes: 7 additions & 1 deletion charts/jaeger-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ rules:
- extensions
resources:
- ingresses
- ingressclasses
verbs:
- create
- delete
Expand Down Expand Up @@ -234,6 +233,13 @@ rules:
- patch
- update
- watch
- apiGroups:
- networking.k8s.io
resources:
- ingressclasses
verbs:
- list
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down

0 comments on commit 5bf976f

Please sign in to comment.