Skip to content

Commit

Permalink
Merge pull request #511 from hexfusion/tx_etcd
Browse files Browse the repository at this point in the history
install: use origin-v4.0 etcd image
  • Loading branch information
openshift-merge-robot committed Mar 1, 2019
2 parents fdf41be + 1f2d50b commit 806113d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
"machineConfigController": "docker.io/openshift/origin-machine-config-controller:v4.0.0",
"machineConfigDaemon": "docker.io/openshift/origin-machine-config-daemon:v4.0.0",
"machineConfigServer": "docker.io/openshift/origin-machine-config-server:v4.0.0",
"etcd": "quay.io/coreos/etcd:v3.3.10",
"etcd": "registry.svc.ci.openshift.org/openshift/origin-v4.0:etcd",
"setupEtcdEnv": "registry.svc.ci.openshift.org/openshift/origin-v4.0:setup-etcd-environment",
"dummyImage": "quay.io/tectonicshift/pod:42",
"infraImage": "quay.io/openshift/origin-pod:v4.0"
Expand Down
2 changes: 1 addition & 1 deletion install/image-references
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: etcd
from:
kind: DockerImage
name: quay.io/coreos/etcd:v3.3.10
name: registry.svc.ci.openshift.org/openshift/origin-v4.0:etcd
- name: pod
from:
kind: DockerImage
Expand Down

0 comments on commit 806113d

Please sign in to comment.