Skip to content

Commit

Permalink
Merge pull request #7007 from justinsb/bump_etcd_manager
Browse files Browse the repository at this point in the history
etcd-manager: update to 3.0.20190516
  • Loading branch information
k8s-ci-robot committed May 16, 2019
2 parents 8a49508 + b29426e commit 1725c1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.20190513"
const DefaultBackupImage = "kopeio/etcd-backup:3.0.20190516"

// EtcdOptionsBuilder adds options for etcd to the model
type EtcdOptionsBuilder struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/components/etcdmanager/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ metadata:
namespace: kube-system
spec:
containers:
- image: kopeio/etcd-manager:3.0.20190513
- image: kopeio/etcd-manager:3.0.20190516
name: etcd-manager
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions pkg/model/components/etcdmanager/tests/minimal/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Contents:
--v=6 --volume-name-tag=k8s.io/etcd/events --volume-provider=aws --volume-tag=k8s.io/etcd/events
--volume-tag=k8s.io/role/master=1 --volume-tag=kubernetes.io/cluster/minimal.example.com=owned
> /tmp/pipe 2>&1
image: kopeio/etcd-manager:3.0.20190513
image: kopeio/etcd-manager:3.0.20190516
name: etcd-manager
resources:
requests:
Expand Down Expand Up @@ -159,7 +159,7 @@ Contents:
--v=6 --volume-name-tag=k8s.io/etcd/main --volume-provider=aws --volume-tag=k8s.io/etcd/main
--volume-tag=k8s.io/role/master=1 --volume-tag=kubernetes.io/cluster/minimal.example.com=owned
> /tmp/pipe 2>&1
image: kopeio/etcd-manager:3.0.20190513
image: kopeio/etcd-manager:3.0.20190516
name: etcd-manager
resources:
requests:
Expand Down

0 comments on commit 1725c1a

Please sign in to comment.