IfNotPresent to Always

This commit is contained in:
“Forest-L 2020-06-22 17:25:39 +08:00
parent 7fa4bade46
commit d65f5f50f7
2 changed files with 2 additions and 1 deletions

1
go.mod
View File

@ -12,6 +12,7 @@ require (
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/objx v0.1.1 // indirect
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
golang.org/x/crypto v0.0.0-20200602180216-279210d13fed
gopkg.in/yaml.v2 v2.3.0

View File

@ -377,7 +377,7 @@ spec:
containers:
- name: installer
image: {{ .Repo }}/ks-installer:{{ .Tag }}
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
`)))
)