Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Bump etcd used in tests to v3.3.15
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Crone <[email protected]>
  • Loading branch information
chris-crone authored and silvin-lubecki committed Nov 7, 2019
1 parent 33c88dd commit f86fc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/safe.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func applyEtcdOptions(pod *corev1types.PodSpec, opts *EtcdOptions) {
pod.Containers[0].Args = append(pod.Containers[0].Args, "--etcd-servers=http://127.0.0.1:2379")
pod.Containers = append(pod.Containers, corev1types.Container{
Name: "etcd",
Image: "quay.io/coreos/etcd:v3.2.9",
Image: "quay.io/coreos/etcd:v3.3.15",
ImagePullPolicy: corev1types.PullAlways,
Args: []string{
"/usr/local/bin/etcd",
Expand Down

0 comments on commit f86fc74

Please sign in to comment.