Skip to content

Commit

Permalink
Use etcd-backup built from etcdadm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed May 8, 2021
1 parent c1dd7e7 commit 305e4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/components/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"k8s.io/kops/upup/pkg/fi/loader"
)

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

// EtcdOptionsBuilder adds options for etcd to the model
type EtcdOptionsBuilder struct {
Expand Down

0 comments on commit 305e4bb

Please sign in to comment.