From d65f5f50f796dc68b0249340b34604d9aba141cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CForest-L?= Date: Mon, 22 Jun 2020 17:25:39 +0800 Subject: [PATCH] IfNotPresent to Always --- go.mod | 1 + pkg/kubesphere/manifests.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 02046bb4..9a689edd 100644 --- a/go.mod +++ b/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 diff --git a/pkg/kubesphere/manifests.go b/pkg/kubesphere/manifests.go index fa3547ee..c739bb0f 100644 --- a/pkg/kubesphere/manifests.go +++ b/pkg/kubesphere/manifests.go @@ -377,7 +377,7 @@ spec: containers: - name: installer image: {{ .Repo }}/ks-installer:{{ .Tag }} - imagePullPolicy: IfNotPresent + imagePullPolicy: Always `))) )