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 b703761  Upgrade Oxia to 0.11.15 (#600)
b703761 is described below

commit b703761a52c44056b35b972ee57d11abffb0abec
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Apr 15 10:50:32 2025 +0300

    Upgrade Oxia to 0.11.15 (#600)
---
 charts/pulsar/templates/oxia-coordinator-deployment.yaml | 2 +-
 charts/pulsar/templates/oxia-server-statefulset.yaml     | 4 ++--
 charts/pulsar/values.yaml                                | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/charts/pulsar/templates/oxia-coordinator-deployment.yaml 
b/charts/pulsar/templates/oxia-coordinator-deployment.yaml
index cea19b5..62f74b4 100644
--- a/charts/pulsar/templates/oxia-coordinator-deployment.yaml
+++ b/charts/pulsar/templates/oxia-coordinator-deployment.yaml
@@ -58,7 +58,7 @@ spec:
         - command:
             {{- include "oxia.coordinator.entrypoint" . | nindent 12 }}
           image: "{{ .Values.images.oxia.repository }}:{{ 
.Values.images.oxia.tag }}"
-          imagePullPolicy: {{ .Values.images.oxia.pullPolicy }}
+          imagePullPolicy: "{{ template "pulsar.imagePullPolicy" (dict "image" 
.Values.images.oxia "root" .) }}"
           name: coordinator
           ports:
             {{- range $key, $value := .Values.oxia.coordinator.ports }}
diff --git a/charts/pulsar/templates/oxia-server-statefulset.yaml 
b/charts/pulsar/templates/oxia-server-statefulset.yaml
index 37bdc35..1df5e08 100644
--- a/charts/pulsar/templates/oxia-server-statefulset.yaml
+++ b/charts/pulsar/templates/oxia-server-statefulset.yaml
@@ -114,8 +114,8 @@ spec:
             {{- if .Values.oxia.pprofEnabled }}
             - "--profile"
             {{- end}}
-          image: "{{ .Values.images.oxia.repository }}:{{ 
.Values.images.oxia.tag | default .Chart.AppVersion }}"
-          imagePullPolicy: {{ .Values.images.oxia.pullPolicy }}
+          image: "{{ .Values.images.oxia.repository }}:{{ 
.Values.images.oxia.tag }}"
+          imagePullPolicy: "{{ template "pulsar.imagePullPolicy" (dict "image" 
.Values.images.oxia "root" .) }}"
           name: server
           ports:
             {{- range $key, $value := .Values.oxia.server.ports }}
diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index b4ca8ed..c92eee1 100755
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -210,8 +210,8 @@ images:
     hasCommand: false
   oxia:
     repository: streamnative/oxia
-    tag: 0.11.9
-    pullPolicy: Always
+    tag: 0.11.15
+    pullPolicy:
 
 ## TLS
 ## templates/tls-certs.yaml

Reply via email to