configure image pulling policy to always

This commit is contained in:
c9s 2020-12-17 18:19:08 +08:00
parent 8c77e38ac9
commit 44b0e3924e
2 changed files with 2 additions and 3 deletions

View File

@ -51,12 +51,10 @@ spec:
- name: config-volume
mountPath: /config
{{- if .Values.dotenv.secret }}
# the "env" entries will override the environment variables from envFrom.
envFrom:
- secretRef:
name: {{ .Values.dotenv.secret | default .Release.Name }}
{{- end }}
volumes:
- name: config-volume

View File

@ -6,7 +6,8 @@ replicaCount: 1
image:
repository: yoanlin/bbgo
pullPolicy: IfNotPresent
# pullPolicy: IfNotPresent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: ""