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:
Justin SB 2019-09-30 13:39:50 -04:00
parent 32715d3822
commit 025fd44827
No known key found for this signature in database
GPG Key ID: 8DEC5C8217494E37
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
"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
type EtcdOptionsBuilder struct {