diff --git a/cinder/Chart.yaml b/cinder/Chart.yaml index e58c2e266d..435b975c9a 100644 --- a/cinder/Chart.yaml +++ b/cinder/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Cinder name: cinder -version: 0.3.0 +version: 0.3.1 home: https://docs.openstack.org/cinder/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png sources: diff --git a/cinder/values.yaml b/cinder/values.yaml index bfe4b2f2dc..1036f4d22a 100644 --- a/cinder/values.yaml +++ b/cinder/values.yaml @@ -55,9 +55,9 @@ images: cinder_scheduler: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal cinder_volume: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal cinder_volume_usage_audit: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal - cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal + cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic cinder_backup: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal - cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal + cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 image_repo_sync: docker.io/docker:17.07.0 pull_policy: "IfNotPresent" diff --git a/doc/source/testing/ceph-upgrade.rst b/doc/source/testing/ceph-upgrade.rst index cc646a481e..9c24a56565 100644 --- a/doc/source/testing/ceph-upgrade.rst +++ b/doc/source/testing/ceph-upgrade.rst @@ -74,9 +74,9 @@ Steps: images: tags: ceph_bootstrap: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal' - ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal' - ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic' + ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic' + ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic' ceph_mon: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64' ceph_osd: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64' ceph_mds: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64' @@ -215,7 +215,7 @@ Steps: Containers: ceph-mon: Container ID: docker://d5a3396f99704038ab8ef6bfe329013ed46472ebb8e26dddc140b621329f0f92 - Image: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal + Image: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic 6) Install Openstack charts @@ -326,9 +326,9 @@ Update, image section in new overrides ``ceph-update.yaml`` as shown below images: tags: ceph_bootstrap: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal' - ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal' - ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic' + ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic' + ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic' ceph_mon: 'docker.io/ceph/daemon:master-a8d20ed-luminous-ubuntu-16.04-x86_64' ceph_osd: 'docker.io/ceph/daemon:master-a8d20ed-luminous-ubuntu-16.04-x86_64' ceph_mds: 'docker.io/ceph/daemon:master-a8d20ed-luminous-ubuntu-16.04-x86_64' @@ -574,7 +574,7 @@ pods are running. No interruption to OSH pods. Containers: ceph-mon: Container ID: docker://d5a3396f99704038ab8ef6bfe329013ed46472ebb8e26dddc140b621329f0f92 - Image: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal + Image: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic Conclusion: =========== diff --git a/releasenotes/notes/cinder.yaml b/releasenotes/notes/cinder.yaml index 9d4a43658d..ed15dd28b2 100644 --- a/releasenotes/notes/cinder.yaml +++ b/releasenotes/notes/cinder.yaml @@ -50,4 +50,5 @@ cinder: - 0.2.31 Remove fixed node name from default values and add service cleaner cronjob - 0.2.32 Revert "Remove fixed node name from default values and add service cleaner cronjob" - 0.3.0 Remove support for Train and Ussuri + - 0.3.1 Change ceph-config-helper image tag ...