mirror of https://github.com/kubernetes/kops.git
Update etcd-manager backup image
Should be no changes in the backup image (so no need to backport), but just want to sync up the versions so I don't forget it again!
This commit is contained in:
parent
32715d3822
commit
025fd44827
|
@ -24,7 +24,7 @@ import (
|
||||||
"k8s.io/kops/upup/pkg/fi/loader"
|
"k8s.io/kops/upup/pkg/fi/loader"
|
||||||
)
|
)
|
||||||
|
|
||||||
const DefaultBackupImage = "kopeio/etcd-backup:3.0.20190816"
|
const DefaultBackupImage = "kopeio/etcd-backup:3.0.20190930"
|
||||||
|
|
||||||
// EtcdOptionsBuilder adds options for etcd to the model
|
// EtcdOptionsBuilder adds options for etcd to the model
|
||||||
type EtcdOptionsBuilder struct {
|
type EtcdOptionsBuilder struct {
|
||||||
|
|
Loading…
Reference in New Issue