Merge pull request #7713 from justinsb/update_etcd_manager_backup

Update etcd-manager backup image
This commit is contained in:
Kubernetes Prow Robot 2019-09-30 12:45:01 -07:00 committed by GitHub
commit 5700b98bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {