Przeglądaj źródła

etcd: use Fedora /latest/ instead of hardcoding the version

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Giuseppe Scrivano 7 lat temu
rodzic
commit
8537a9a56e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      roles/etcd/defaults/main.yaml

+ 1 - 1
roles/etcd/defaults/main.yaml

@@ -10,7 +10,7 @@ r_etcd_common_embedded_etcd: false
 
 osm_etcd_image: 'registry.access.redhat.com/rhel7/etcd'
 etcd_image_dict:
-  origin: "registry.fedoraproject.org/f26/etcd"
+  origin: "registry.fedoraproject.org/latest/etcd"
   openshift-enterprise: "{{ osm_etcd_image }}"
 etcd_image: "{{ etcd_image_dict[openshift_deployment_type | default('origin')] }}"