Skip to content

Commit 804192a

Browse files
authored
Upgrade Oxia to 0.15.1 (#641)
* Upgrade Oxia to 0.15.1 * Add access to coordination k8s api
1 parent 75b0505 commit 804192a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/pulsar/templates/oxia-coordinator-role.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ rules:
3030
- apiGroups: [ "" ]
3131
resources: [ "configmaps" ]
3232
verbs: [ "*" ]
33+
- apiGroups: ["coordination.k8s.io"]
34+
resources: ["leases"]
35+
verbs: ["get", "create", "update"]
3336
{{- end }}

charts/pulsar/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ images:
217217
pullPolicy:
218218
oxia:
219219
repository: oxia/oxia
220-
tag: 0.14.4
220+
tag: 0.15.1
221221
pullPolicy:
222222

223223
## TLS

0 commit comments

Comments
 (0)