Skip to content

Commit

Permalink
chore: fix set tidb helper image error
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Aug 29, 2024
1 parent 4693c7a commit 55211e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/tidb/templates/clusterversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ spec:
image: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.tidb.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
imagePullPolicy: {{ default "IfNotPresent" .Values.image.pullPolicy }}
- name: slowlog
image: {{ .Values.image.helper.registry | default ( .Values.image.registry | default "docker.io" ) }}/{{ .Values.image.helper.repository }}/{{ .Values.image.helper.tag }}
image: {{ .Values.image.helper.registry | default ( .Values.image.registry | default "docker.io" ) }}/{{ .Values.image.helper.repository }}:{{ .Values.image.helper.tag }}
imagePullPolicy: {{ default .Values.image.helper.pullPolicy "IfNotPresent" }}

0 comments on commit 55211e2

Please sign in to comment.