From 60bba2eafd6d865a9a4350824b87a2f7eab8dfbc Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Wed, 20 Apr 2022 14:22:25 -0500 Subject: [PATCH] Change image default version to wallaby This change updates the default version of openstack to wallaby for the glance chart. Change-Id: I05167916a1191128e0455e88b8aa3f1e421c544a --- glance/Chart.yaml | 2 +- glance/values.yaml | 18 +++++++++--------- releasenotes/notes/glance.yaml | 1 + 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/glance/Chart.yaml b/glance/Chart.yaml index f3ff93a202..00f9677e6d 100644 --- a/glance/Chart.yaml +++ b/glance/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Glance name: glance -version: 0.3.3 +version: 0.3.4 home: https://docs.openstack.org/glance/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png sources: diff --git a/glance/values.yaml b/glance/values.yaml index f90f242ccc..6d4dcf4a98 100644 --- a/glance/values.yaml +++ b/glance/values.yaml @@ -36,17 +36,17 @@ images: tags: test: docker.io/xrally/xrally-openstack:2.0.0 glance_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial - glance_metadefs_load: docker.io/openstackhelm/glance:stein-ubuntu_bionic - db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic - glance_db_sync: docker.io/openstackhelm/glance:stein-ubuntu_bionic - db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic - ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic - ks_service: docker.io/openstackhelm/heat:stein-ubuntu_bionic - ks_endpoints: docker.io/openstackhelm/heat:stein-ubuntu_bionic + glance_metadefs_load: docker.io/openstackhelm/glance:wallaby-ubuntu_focal + db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + glance_db_sync: docker.io/openstackhelm/glance:wallaby-ubuntu_focal + db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal rabbit_init: docker.io/rabbitmq:3.7-management - glance_api: docker.io/openstackhelm/glance:stein-ubuntu_bionic + glance_api: docker.io/openstackhelm/glance:wallaby-ubuntu_focal # Bootstrap image requires curl - bootstrap: docker.io/openstackhelm/heat:stein-ubuntu_bionic + bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal 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/releasenotes/notes/glance.yaml b/releasenotes/notes/glance.yaml index bda942fba0..59af7be02a 100644 --- a/releasenotes/notes/glance.yaml +++ b/releasenotes/notes/glance.yaml @@ -24,4 +24,5 @@ glance: - 0.3.1 Enable taint toleration for Openstack services - 0.3.2 Decrease terminationGracePeriodSeconds on glance-api - 0.3.3 Update naming for subchart compatibility + - 0.3.4 Change image default version to wallaby ...