From 46930fcd06d2eafa7b066cdd35821133ba8e2736 Mon Sep 17 00:00:00 2001 From: "Kabanov, Dmitrii" Date: Thu, 21 May 2020 17:52:39 -0700 Subject: [PATCH] [Ceph] Upgrade Ceph from 14.2.8 to 14.2.9 version The PS upgrades Ceph to 14.2.9 version. Change-Id: I72a2e39a7b4294ac8fd42b1dbc78579c2c0ae791 --- ceph-client/values.yaml | 10 +++++----- ceph-mon/values.yaml | 8 ++++---- ceph-osd/values.yaml | 6 +++--- ceph-provisioners/values.yaml | 8 ++++---- ceph-rgw/values.yaml | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/ceph-client/values.yaml b/ceph-client/values.yaml index 534fb1314..c049db65c 100644 --- a/ceph-client/values.yaml +++ b/ceph-client/values.yaml @@ -23,11 +23,11 @@ release_group: null images: pull_policy: IfNotPresent tags: - ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200416' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200416' - ceph_mds: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200416' - ceph_mgr: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200416' - ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200416' + ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200521' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200521' + ceph_mds: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200521' + ceph_mgr: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200521' + ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200521' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' image_repo_sync: 'docker.io/docker:17.07.0' local_registry: diff --git a/ceph-mon/values.yaml b/ceph-mon/values.yaml index e07d1a19f..5dc6f79ce 100644 --- a/ceph-mon/values.yaml +++ b/ceph-mon/values.yaml @@ -22,10 +22,10 @@ deployment: images: pull_policy: IfNotPresent tags: - ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200416' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200416' - ceph_mon: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200416' - ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200416' + ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200521' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200521' + ceph_mon: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200521' + ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200521' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' image_repo_sync: 'docker.io/docker:17.07.0' local_registry: diff --git a/ceph-osd/values.yaml b/ceph-osd/values.yaml index a9545da8b..2d9353be8 100644 --- a/ceph-osd/values.yaml +++ b/ceph-osd/values.yaml @@ -18,9 +18,9 @@ images: pull_policy: IfNotPresent tags: - ceph_osd: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200416' - ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200416' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200416' + ceph_osd: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200521' + ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200521' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200521' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' image_repo_sync: 'docker.io/docker:17.07.0' local_registry: diff --git a/ceph-provisioners/values.yaml b/ceph-provisioners/values.yaml index ec1c258bd..deb24430d 100644 --- a/ceph-provisioners/values.yaml +++ b/ceph-provisioners/values.yaml @@ -26,10 +26,10 @@ release_group: null images: pull_policy: IfNotPresent tags: - ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200416' - ceph_cephfs_provisioner: 'docker.io/openstackhelm/ceph-cephfs-provisioner:ubuntu_bionic-20200416' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200416' - ceph_rbd_provisioner: 'docker.io/openstackhelm/ceph-rbd-provisioner:ubuntu_bionic-20200416' + ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200521' + ceph_cephfs_provisioner: 'docker.io/openstackhelm/ceph-cephfs-provisioner:ubuntu_bionic-20200521' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200521' + ceph_rbd_provisioner: 'docker.io/openstackhelm/ceph-rbd-provisioner:ubuntu_bionic-20200521' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' image_repo_sync: 'docker.io/docker:17.07.0' local_registry: diff --git a/ceph-rgw/values.yaml b/ceph-rgw/values.yaml index 5176c1ec9..434cab54d 100644 --- a/ceph-rgw/values.yaml +++ b/ceph-rgw/values.yaml @@ -23,12 +23,12 @@ release_group: null images: pull_policy: IfNotPresent tags: - ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200416' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200416' - ceph_rgw: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200416' + ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200521' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200521' + ceph_rgw: 'docker.io/openstackhelm/ceph-daemon:ubuntu_bionic-20200521' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' image_repo_sync: 'docker.io/docker:17.07.0' - rgw_s3_admin: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200416' + rgw_s3_admin: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200521' ks_endpoints: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial' ks_service: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial' ks_user: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial'