Skip to content

Commit 9eda840

Browse files
committed
Use etcd-backup built from etcdadm repo
1 parent 2a64e9f commit 9eda840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/model/components/etcd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"k8s.io/kops/upup/pkg/fi/loader"
2525
)
2626

27-
const DefaultBackupImage = "kopeio/etcd-backup:3.0.20210122"
27+
const DefaultBackupImage = "k8s.gcr.io/etcdadm/etcd-backup:3.0.20210430"
2828

2929
// EtcdOptionsBuilder adds options for etcd to the model
3030
type EtcdOptionsBuilder struct {

0 commit comments

Comments
 (0)