Upgrade Oxia to 0.11.15 (#600)
This commit is contained in:
parent
8d889eb971
commit
b703761a52
@ -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 }}
|
||||||
|
|||||||
@ -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 }}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user