mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
IfNotPresent to Always
This commit is contained in:
parent
7fa4bade46
commit
d65f5f50f7
1
go.mod
1
go.mod
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -377,7 +377,7 @@ spec:
|
|||
containers:
|
||||
- name: installer
|
||||
image: {{ .Repo }}/ks-installer:{{ .Tag }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
`)))
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue