Skip to content

Commit

Permalink
fix: imagePullPolicy for csiResizer, nodeInitImage, and nodeDriverReg…
Browse files Browse the repository at this point in the history
…istrar not being respect

Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com>
  • Loading branch information
zyue110026 committed Jul 30, 2024
1 parent a9d7ae5 commit 985c9e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/templates/csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
securityContext:
privileged: true
image: {{ $initiMage }}
imagePullPolicy: {{ .Values.image.nodeInitImage.pullPolicy }}
command:
- sh
- -c
Expand Down Expand Up @@ -110,6 +111,7 @@ spec:
{{- else }}
image: "{{ .Values.image.nodeDriverRegistrar.repository }}:{{ .Values.image.nodeDriverRegistrar.tag }}"
{{- end }}
imagePullPolicy: {{ .Values.image.nodeDriverRegistrar.pullPolicy }}
args:
- --csi-address=$(ADDRESS)
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
Expand Down

0 comments on commit 985c9e6

Please sign in to comment.