This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 804192a  Upgrade Oxia to 0.15.1 (#641)
804192a is described below

commit 804192a2bd1bad6a6e69f04ec36f9259af2da782
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Dec 15 19:21:39 2025 +0200

    Upgrade Oxia to 0.15.1 (#641)
    
    * Upgrade Oxia to 0.15.1
    
    * Add access to coordination k8s api
---
 charts/pulsar/templates/oxia-coordinator-role.yaml | 3 +++
 charts/pulsar/values.yaml                          | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/charts/pulsar/templates/oxia-coordinator-role.yaml 
b/charts/pulsar/templates/oxia-coordinator-role.yaml
index 39cfbbd..7dea888 100644
--- a/charts/pulsar/templates/oxia-coordinator-role.yaml
+++ b/charts/pulsar/templates/oxia-coordinator-role.yaml
@@ -30,4 +30,7 @@ rules:
   - apiGroups: [ "" ]
     resources: [ "configmaps" ]
     verbs: [ "*" ]
+  - apiGroups: ["coordination.k8s.io"]
+    resources: ["leases"]
+    verbs: ["get", "create", "update"]    
 {{- end }}
\ No newline at end of file
diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index 95f1f73..723a9d9 100755
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -217,7 +217,7 @@ images:
     pullPolicy:
   oxia:
     repository: oxia/oxia
-    tag: 0.14.4
+    tag: 0.15.1
     pullPolicy:
 
 ## TLS

Reply via email to