etcd: Update container repo to gcr.io/etcd-development/etcd
Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: etcd
|
||||
image: quay.io/coreos/etcd:v3.0.15
|
||||
image: gcr.io/etcd-development/etcd:v3.0.15
|
||||
command:
|
||||
- "etcd"
|
||||
- "--listen-client-urls=https://0.0.0.0:4001"
|
||||
|
@@ -26,4 +26,4 @@ spec:
|
||||
imagePullPolicy: Never
|
||||
args: [ "--etcd-servers=http://localhost:2379" ]
|
||||
- name: etcd
|
||||
image: quay.io/coreos/etcd:v3.5.3
|
||||
image: gcr.io/etcd-development/etcd:v3.5.3
|
||||
|
Reference in New Issue
Block a user