Upgrade Oxia to 0.11.15 (#600)

This commit is contained in:
Lari Hotari 2025-04-15 10:50:32 +03:00 committed by GitHub
parent 8d889eb971
commit b703761a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ spec:
- command: - command:
{{- include "oxia.coordinator.entrypoint" . | nindent 12 }} {{- include "oxia.coordinator.entrypoint" . | nindent 12 }}
image: "{{ .Values.images.oxia.repository }}:{{ .Values.images.oxia.tag }}" 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 name: coordinator
ports: ports:
{{- range $key, $value := .Values.oxia.coordinator.ports }} {{- range $key, $value := .Values.oxia.coordinator.ports }}

View File

@ -114,8 +114,8 @@ spec:
{{- if .Values.oxia.pprofEnabled }} {{- if .Values.oxia.pprofEnabled }}
- "--profile" - "--profile"
{{- end}} {{- end}}
image: "{{ .Values.images.oxia.repository }}:{{ .Values.images.oxia.tag | default .Chart.AppVersion }}" 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: server name: server
ports: ports:
{{- range $key, $value := .Values.oxia.server.ports }} {{- range $key, $value := .Values.oxia.server.ports }}

View File

@ -210,8 +210,8 @@ images:
hasCommand: false hasCommand: false
oxia: oxia:
repository: streamnative/oxia repository: streamnative/oxia
tag: 0.11.9 tag: 0.11.15
pullPolicy: Always pullPolicy:
## TLS ## TLS
## templates/tls-certs.yaml ## templates/tls-certs.yaml