Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit a6c3956

Browse files
committed
etcd_operator: bump image and vendor version to 0.2.4
1 parent 8ac1d4a commit a6c3956

File tree

5 files changed

+60
-9
lines changed

5 files changed

+60
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ conformance-%: clean all
5555
# This will naively try and create a vendor dir from a k8s release
5656
# USE: make vendor VENDOR_VERSION=vX.Y.Z
5757
VENDOR_VERSION = v1.5.4+coreos.0
58-
ETCD_OPERATOR_VERSION = v0.2.1
58+
ETCD_OPERATOR_VERSION = v0.2.4
5959
vendor:
6060
@echo "Creating k8s vendor for: $(VENDOR_VERSION)"
6161
@rm -rf vendor

pkg/asset/internal/templates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ spec:
601601
spec:
602602
containers:
603603
- name: etcd-operator
604-
image: quay.io/coreos/etcd-operator:v0.2.3
604+
image: quay.io/coreos/etcd-operator:v0.2.4
605605
env:
606606
- name: MY_POD_NAMESPACE
607607
valueFrom:

vendor/github.com/coreos/etcd-operator/pkg/spec/backup.go

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coreos/etcd-operator/pkg/spec/cluster.go

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coreos/etcd-operator/pkg/spec/cluster_tls.go

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)