Skip to content

Commit

Permalink
Update imagePullPolicy information in helm
Browse files Browse the repository at this point in the history
Signed-off-by: wangyang <[email protected]>
  • Loading branch information
wangyang0616 committed Mar 5, 2023
1 parent 3b49bb3 commit 69a2d90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions installer/helm/chart/volcano/templates/admission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
- -v=4
- 2>&1
image: {{.Values.basic.admission_image_name}}:{{.Values.basic.image_tag_version}}
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: admission
volumeMounts:
- mountPath: /admission.local.config/certificates
Expand Down Expand Up @@ -153,7 +153,7 @@ spec:
containers:
- name: main
image: {{.Values.basic.admission_image_name}}:{{.Values.basic.image_tag_version}}
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command: ["./gen-admission-secret.sh", "--service", "{{ .Release.Name }}-admission-service", "--namespace",
"{{ .Release.Namespace }}", "--secret", "{{.Values.basic.admission_secret_name}}"]
{{- end }}
2 changes: 1 addition & 1 deletion installer/helm/chart/volcano/templates/controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ spec:
- --enable-healthz=true
- -v=4
- 2>&1
imagePullPolicy: "IfNotPresent"
imagePullPolicy: "Always"
{{- end }}
2 changes: 1 addition & 1 deletion installer/helm/chart/volcano/templates/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
- --enable-metrics=true
- -v=3
- 2>&1
imagePullPolicy: "IfNotPresent"
imagePullPolicy: "Always"
volumeMounts:
- name: scheduler-config
mountPath: /volcano.scheduler
Expand Down

0 comments on commit 69a2d90

Please sign in to comment.