Skip to content

Commit

Permalink
chore: update busybox:latest pullPolicy: Always
Browse files Browse the repository at this point in the history
Signed-off-by: luozhijun <luozhijun@hosecloud.com>
  • Loading branch information
luozhijun committed Sep 12, 2023
1 parent 6e2872f commit cb66e4e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions charts/dragonfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ scheduler:
# -- Init container image tag.
tag: latest
# -- Container image pull policy.
pullPolicy: IfNotPresent
pullPolicy: Always
config:
server:
# -- Advertise ip.
Expand Down Expand Up @@ -548,7 +548,7 @@ seedPeer:
# -- Init container image tag.
tag: latest
# -- Container image pull policy.
pullPolicy: IfNotPresent
pullPolicy: Always
# -- Extra volumes for dfdaemon.
extraVolumes:
- name: logs
Expand Down Expand Up @@ -890,6 +890,7 @@ dfdaemon:
image: busybox
# -- Init container image tag.
tag: latest
pullPolicy: Always
# -- Extra volumes for dfdaemon.
extraVolumes:
- name: logs
Expand Down Expand Up @@ -1246,7 +1247,7 @@ manager:
# -- Init container image tag.
tag: latest
# -- Container image pull policy.
pullPolicy: IfNotPresent
pullPolicy: Always
ingress:
# -- Enable ingress.
enable: false
Expand Down Expand Up @@ -1603,7 +1604,7 @@ trainer:
# -- Init container image tag.
tag: latest
# -- Container image pull policy.
pullPolicy: IfNotPresent
pullPolicy: Always
config:
server:
# -- Advertise ip.
Expand Down

0 comments on commit cb66e4e

Please sign in to comment.