helm: use values in test connection pod image (#1536)

Co-authored-by: heihutu <[email protected]>
Co-authored-by: houseme <[email protected]>
This commit is contained in:
Michele Zanotti
2026-01-17 21:14:55 +08:00
committed by GitHub
co-authored by heihutu houseme
parent 3012119b81
commit 28e2af0829
@@ -9,7 +9,8 @@ metadata:
spec:
containers:
- name: wget
image: busybox
image: "{{ .Values.initStep.image.repository }}:{{ .Values.initStep.image.tag }}"
imagePullPolicy: {{ .Values.initStep.image.pullPolicy }}
command: ['wget']
args: ['-O', '/dev/null', '{{ include "rustfs.fullname" . }}-svc:{{ .Values.service.endpoint.port }}/health']
restartPolicy: Never