소스 검색

The next registry.access.redhat.com/rhel7/etcd image will be 3.0.15

Scott Dodson 8 년 전
부모
커밋
62a1367b61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/etcd/upgrade.yml

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/etcd/upgrade.yml

@@ -75,7 +75,7 @@
   hosts: etcd_hosts_to_upgrade
   serial: 1
   vars:
-    upgrade_version: 3.0.14
+    upgrade_version: 3.0.15
   tasks:
   - include: containerized_tasks.yml
     when: etcd_container_version.stdout | default('99') | version_compare('3.0','<') and openshift.common.is_containerized | bool