We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a64e9f commit 9eda840Copy full SHA for 9eda840
pkg/model/components/etcd.go
@@ -24,7 +24,7 @@ import (
24
"k8s.io/kops/upup/pkg/fi/loader"
25
)
26
27
-const DefaultBackupImage = "kopeio/etcd-backup:3.0.20210122"
+const DefaultBackupImage = "k8s.gcr.io/etcdadm/etcd-backup:3.0.20210430"
28
29
// EtcdOptionsBuilder adds options for etcd to the model
30
type EtcdOptionsBuilder struct {
0 commit comments