Skip to content

Commit 989072c

Browse files
committed
feat(pxc): update charts to 1.15.2
1 parent 812483c commit 989072c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

charts/percona-xtradb-cluster-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.15.1
17+
version: 1.15.2
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.

charts/percona-xtradb-cluster-operator/templates/02-rbac.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,16 @@ rules:
9090
- patch
9191
- delete
9292
- apiGroups:
93+
- events.k8s.io
9394
- ""
9495
resources:
9596
- events
9697
verbs:
9798
- create
9899
- patch
100+
- get
101+
- list
102+
- watch
99103
- apiGroups:
100104
- certmanager.k8s.io
101105
- cert-manager.io

0 commit comments

Comments
 (0)