mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
fix: migrate job image pull policy set from values
This commit is contained in:
parent
a77d2608bc
commit
9edc4cfbf8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ spec:
|
|||
- name: erpnext
|
||||
image: "{{ .Values.pythonImage.repository }}:{{ .Values.pythonImage.tag }}"
|
||||
args: ["migrate"]
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: {{ .Values.pythonImage.pullPolicy }}
|
||||
volumeMounts:
|
||||
- name: sites-dir
|
||||
mountPath: /home/frappe/frappe-bench/sites
|
||||
|
|
|
|||
Loading…
Reference in a new issue