diff --git a/nova/Chart.yaml b/nova/Chart.yaml index 4c3fd676f5..323e558244 100644 --- a/nova/Chart.yaml +++ b/nova/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Nova name: nova -version: 0.2.37 +version: 0.2.38 home: https://docs.openstack.org/nova/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png sources: diff --git a/nova/values.yaml b/nova/values.yaml index 712c80980a..a039a01b6d 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -67,16 +67,16 @@ images: nova_cell_setup: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic nova_cell_setup_init: docker.io/openstackhelm/heat:ussuri-ubuntu_bionic nova_compute: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic - nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:ocata' + nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:ussuri' nova_compute_ssh: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic nova_conductor: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic nova_db_sync: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic nova_novncproxy: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic - nova_novncproxy_assets: 'docker.io/kolla/ubuntu-source-nova-novncproxy:ocata' + nova_novncproxy_assets: 'docker.io/kolla/ubuntu-source-nova-novncproxy:ussuri' nova_scheduler: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic # NOTE(portdirect): we simply use the ceph config helper here, # as it has both oscli and jq. - nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' + nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic' nova_spiceproxy: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic nova_spiceproxy_assets: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic test: docker.io/xrally/xrally-openstack:2.0.0 diff --git a/releasenotes/notes/nova.yaml b/releasenotes/notes/nova.yaml index f6dbd784cd..23c61bc225 100644 --- a/releasenotes/notes/nova.yaml +++ b/releasenotes/notes/nova.yaml @@ -58,4 +58,5 @@ nova: - 0.2.35 Enable taint toleration for Openstack services - 0.2.36 Support TLS endpoints - 0.2.37 Remove nova-placement + - 0.2.38 Update nova image defaults ...