From 79edaad3bfe16aa26eec09b3473e660dd8309ea6 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Mon, 29 Apr 2024 21:40:13 -0500 Subject: [PATCH] Update default images wherever possible - In some charts third party images are used. Need inspection which of them can be updated. - For some charts we don't build images. For this case let's build images for active projects and probably retire charts for retired or inactive projects. Change-Id: Ic9e634806d40595992d68c1fc3cd54b655ca5d02 --- README.rst | 1 + aodh/Chart.yaml | 2 +- aodh/values.yaml | 14 +++---- barbican/Chart.yaml | 2 +- barbican/values.yaml | 20 +++++----- ceilometer/Chart.yaml | 2 +- ceilometer/values.yaml | 8 ++-- cinder/Chart.yaml | 2 +- cinder/values.yaml | 26 ++++++------ cyborg/Chart.yaml | 2 +- cyborg/values.yaml | 20 +++++----- designate/Chart.yaml | 2 +- designate/values.yaml | 28 ++++++------- glance/Chart.yaml | 2 +- glance/values.yaml | 20 +++++----- heat/Chart.yaml | 2 +- heat/values.yaml | 28 ++++++------- horizon/Chart.yaml | 2 +- horizon/values.yaml | 10 ++--- ironic/Chart.yaml | 2 +- ironic/values.yaml | 30 +++++++------- keystone/Chart.yaml | 2 +- keystone/values.yaml | 26 ++++++------ magnum/Chart.yaml | 2 +- magnum/values.yaml | 20 +++++----- manila/Chart.yaml | 2 +- manila/values.yaml | 24 +++++------ .../values_overrides/2023.1-ubuntu_focal.yaml | 2 - .../values_overrides/2023.1-ubuntu_jammy.yaml | 2 - .../values_overrides/2023.2-ubuntu_jammy.yaml | 2 - .../values_overrides/2024.1-ubuntu_jammy.yaml | 2 - .../values_overrides/xena-ubuntu_focal.yaml | 2 - .../values_overrides/yoga-ubuntu_focal.yaml | 2 - manila/values_overrides/zed-ubuntu_focal.yaml | 2 - manila/values_overrides/zed-ubuntu_jammy.yaml | 2 - masakari/Chart.yaml | 2 +- masakari/values.yaml | 24 +++++------ mistral/Chart.yaml | 2 +- mistral/values.yaml | 14 +++---- monasca/Chart.yaml | 2 +- monasca/values.yaml | 10 ++--- neutron/Chart.yaml | 2 +- neutron/values.yaml | 40 +++++++++---------- nova/Chart.yaml | 2 +- nova/values.yaml | 38 +++++++++--------- octavia/Chart.yaml | 2 +- octavia/values.yaml | 14 +++---- placement/Chart.yaml | 2 +- placement/values.yaml | 14 +++---- rally/Chart.yaml | 2 +- rally/values.yaml | 6 +-- releasenotes/notes/aodh.yaml | 1 + releasenotes/notes/barbican.yaml | 1 + releasenotes/notes/ceilometer.yaml | 1 + releasenotes/notes/cinder.yaml | 1 + releasenotes/notes/cyborg.yaml | 1 + releasenotes/notes/designate.yaml | 1 + releasenotes/notes/glance.yaml | 1 + releasenotes/notes/heat.yaml | 1 + releasenotes/notes/horizon.yaml | 1 + releasenotes/notes/ironic.yaml | 1 + releasenotes/notes/keystone.yaml | 1 + releasenotes/notes/magnum.yaml | 1 + releasenotes/notes/manila.yaml | 1 + releasenotes/notes/masakari.yaml | 1 + releasenotes/notes/mistral.yaml | 1 + releasenotes/notes/monasca.yaml | 1 + releasenotes/notes/neutron.yaml | 1 + releasenotes/notes/nova.yaml | 1 + releasenotes/notes/octavia.yaml | 1 + releasenotes/notes/placement.yaml | 1 + releasenotes/notes/rally.yaml | 1 + releasenotes/notes/senlin.yaml | 1 + releasenotes/notes/tacker.yaml | 1 + releasenotes/notes/tempest.yaml | 1 + senlin/Chart.yaml | 2 +- senlin/values.yaml | 16 ++++---- tacker/Chart.yaml | 2 +- tacker/values.yaml | 18 ++++----- .../values_overrides/2023.1-ubuntu_focal.yaml | 2 - .../values_overrides/2023.1-ubuntu_jammy.yaml | 2 - .../values_overrides/2023.2-ubuntu_jammy.yaml | 2 - .../values_overrides/2024.1-ubuntu_jammy.yaml | 2 - tacker/values_overrides/zed-ubuntu_focal.yaml | 2 - tacker/values_overrides/zed-ubuntu_jammy.yaml | 2 - tempest/Chart.yaml | 2 +- tempest/values.yaml | 2 +- 87 files changed, 284 insertions(+), 287 deletions(-) diff --git a/README.rst b/README.rst index 1b10f659b3..b9a9167313 100644 --- a/README.rst +++ b/README.rst @@ -89,6 +89,7 @@ Our repositories: * OpenStack charts `openstack-helm `_ * Infra charts `openstack-helm-infra `_ +* OpenStack-Helm plugin `openstack-helm-plugin `_ * Building images `openstack-helm-images `_ * Building Openstack images framework `loci `_ diff --git a/aodh/Chart.yaml b/aodh/Chart.yaml index 2fc7412d17..7292ee7b38 100644 --- a/aodh/Chart.yaml +++ b/aodh/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v1 appVersion: v1.0.0 description: Openstack-Helm Aodh name: aodh -version: 0.2.10 +version: 0.2.11 home: https://docs.openstack.org/aodh/latest/ sources: - https://opendev.org/openstack/aodh diff --git a/aodh/values.yaml b/aodh/values.yaml index 660bc26ff9..fa6555909d 100644 --- a/aodh/values.yaml +++ b/aodh/values.yaml @@ -43,14 +43,14 @@ labels: images: tags: - bootstrap: docker.io/openstackhelm/heat:ocata-ubuntu_xenial - db_init: docker.io/openstackhelm/heat:ocata-ubuntu_xenial - db_drop: docker.io/openstackhelm/heat:ocata-ubuntu_xenial - rabbit_init: docker.io/rabbitmq:3.7-management + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management aodh_db_sync: docker.io/kolla/ubuntu-source-aodh-api:ocata - ks_user: docker.io/openstackhelm/heat:ocata-ubuntu_xenial - ks_service: docker.io/openstackhelm/heat:ocata-ubuntu_xenial - ks_endpoints: docker.io/openstackhelm/heat:ocata-ubuntu_xenial + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy aodh_api: docker.io/kolla/ubuntu-source-aodh-api:ocata aodh_evaluator: docker.io/kolla/ubuntu-source-aodh-evaluator:ocata aodh_listener: docker.io/kolla/ubuntu-source-aodh-listener:ocata diff --git a/barbican/Chart.yaml b/barbican/Chart.yaml index feb5fb13e6..84cd84df49 100644 --- a/barbican/Chart.yaml +++ b/barbican/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Barbican name: barbican -version: 0.3.11 +version: 0.3.12 home: https://docs.openstack.org/barbican/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Barbican/OpenStack_Project_Barbican_vertical.png sources: diff --git a/barbican/values.yaml b/barbican/values.yaml index 9e6f4064b3..ed7bb06a30 100644 --- a/barbican/values.yaml +++ b/barbican/values.yaml @@ -35,17 +35,17 @@ helm3_hook: true images: tags: - bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 - scripted_test: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - barbican_db_sync: docker.io/openstackhelm/barbican: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 - barbican_api: docker.io/openstackhelm/barbican:wallaby-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management + scripted_test: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + barbican_db_sync: docker.io/openstackhelm/barbican:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + barbican_api: docker.io/openstackhelm/barbican:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management image_repo_sync: docker.io/docker:17.07.0 pull_policy: "IfNotPresent" local_registry: diff --git a/ceilometer/Chart.yaml b/ceilometer/Chart.yaml index 9ed312deaa..5eae1da524 100644 --- a/ceilometer/Chart.yaml +++ b/ceilometer/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceilometer name: ceilometer -version: 0.2.10 +version: 0.2.11 home: https://docs.openstack.org/ceilometer/latest/ sources: - https://opendev.org/openstack/ceilometer diff --git a/ceilometer/values.yaml b/ceilometer/values.yaml index 23df30e238..3bc5bd0e7f 100644 --- a/ceilometer/values.yaml +++ b/ceilometer/values.yaml @@ -50,10 +50,10 @@ images: db_init_mongodb: docker.io/mongo:3.4.9-jessie db_init: docker.io/kolla/ubuntu-source-ceilometer-api:wallaby ceilometer_db_sync: docker.io/kolla/ubuntu-source-ceilometer-api:wallaby - rabbit_init: docker.io/rabbitmq:3.7-management - 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.13-management + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy ceilometer_api: docker.io/kolla/ubuntu-source-ceilometer-api:wallaby ceilometer_central: docker.io/kolla/ubuntu-source-ceilometer-central:wallaby ceilometer_collector: docker.io/kolla/ubuntu-source-ceilometer-collector:wallaby diff --git a/cinder/Chart.yaml b/cinder/Chart.yaml index 67d7486d79..e149cf6a31 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.21 +version: 0.3.22 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 266c80f622..c4fe3d9368 100644 --- a/cinder/values.yaml +++ b/cinder/values.yaml @@ -43,20 +43,20 @@ release_group: null images: tags: test: docker.io/xrally/xrally-openstack:2.0.0 - db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - cinder_db_sync: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal - db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - 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 - cinder_api: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal - bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - 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 + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + cinder_db_sync: docker.io/openstackhelm/cinder:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + cinder_api: docker.io/openstackhelm/cinder:2024.1-ubuntu_jammy + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + cinder_scheduler: docker.io/openstackhelm/cinder:2024.1-ubuntu_jammy + cinder_volume: docker.io/openstackhelm/cinder:2024.1-ubuntu_jammy + cinder_volume_usage_audit: docker.io/openstackhelm/cinder:2024.1-ubuntu_jammy cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy - cinder_backup: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal + cinder_backup: docker.io/openstackhelm/cinder:2024.1-ubuntu_jammy cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 image_repo_sync: docker.io/docker:17.07.0 diff --git a/cyborg/Chart.yaml b/cyborg/Chart.yaml index ed365cfdff..e606020125 100644 --- a/cyborg/Chart.yaml +++ b/cyborg/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Cyborg name: cyborg -version: 0.1.5 +version: 0.1.6 home: https://docs.openstack.org/cyborg icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cyborg/OpenStack_Project_Cyborg_vertical.png sources: diff --git a/cyborg/values.yaml b/cyborg/values.yaml index 563f2d0402..e03210222d 100644 --- a/cyborg/values.yaml +++ b/cyborg/values.yaml @@ -13,16 +13,16 @@ --- images: tags: - db_init: docker.io/openstackhelm/heat:master-ubuntu_focal - cyborg_db_sync: docker.io/openstackhelm/cyborg:wallaby - db_drop: docker.io/openstackhelm/heat:master-ubuntu_focal - ks_endpoints: docker.io/openstackhelm/heat:master-ubuntu_focal - ks_service: docker.io/openstackhelm/heat:master-ubuntu_focal - ks_user: docker.io/openstackhelm/heat:master-ubuntu_focal - cyborg_api: docker.io/openstackhelm/cyborg:master-ubuntu_focal - cyborg_conductor: docker.io/openstackhelm/cyborg:master-ubuntu_focal - cyborg_agent: docker.io/openstackhelm/cyborg:focal - rabbit_init: docker.io/rabbitmq:3.7-management + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + cyborg_db_sync: docker.io/openstackhelm/cyborg:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + cyborg_api: docker.io/openstackhelm/cyborg:2024.1-ubuntu_jammy + cyborg_conductor: docker.io/openstackhelm/cyborg:2024.1-ubuntu_jammy + cyborg_agent: docker.io/openstackhelm/cyborg:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' pull_policy: "IfNotPresent" local_registry: diff --git a/designate/Chart.yaml b/designate/Chart.yaml index 8524c69851..6999d698c8 100644 --- a/designate/Chart.yaml +++ b/designate/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Designate name: designate -version: 0.2.12 +version: 0.2.13 home: https://docs.openstack.org/designate/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Designate/OpenStack_Project_Designate_vertical.jpg sources: diff --git a/designate/values.yaml b/designate/values.yaml index 80051e752d..38079bb5a0 100644 --- a/designate/values.yaml +++ b/designate/values.yaml @@ -43,21 +43,21 @@ labels: images: tags: - bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - 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 + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 - designate_db_sync: docker.io/openstackhelm/designate:wallaby-ubuntu_focal - designate_api: docker.io/openstackhelm/designate:wallaby-ubuntu_focal - designate_central: docker.io/openstackhelm/designate:wallaby-ubuntu_focal - designate_mdns: docker.io/openstackhelm/designate:wallaby-ubuntu_focal - designate_worker: docker.io/openstackhelm/designate:wallaby-ubuntu_focal - designate_producer: docker.io/openstackhelm/designate:wallaby-ubuntu_focal - designate_sink: docker.io/openstackhelm/designate:wallaby-ubuntu_focal + designate_db_sync: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy + designate_api: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy + designate_central: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy + designate_mdns: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy + designate_worker: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy + designate_producer: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy + designate_sink: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy pull_policy: "IfNotPresent" local_registry: active: false diff --git a/glance/Chart.yaml b/glance/Chart.yaml index 0bf1440787..c5adfefad9 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.4.22 +version: 0.4.23 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 d2c3f50415..4f09b467a0 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: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:wallaby-ubuntu_focal + glance_metadefs_load: docker.io/openstackhelm/glance:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + glance_db_sync: docker.io/openstackhelm/glance:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + glance_api: docker.io/openstackhelm/glance:2024.1-ubuntu_jammy # Bootstrap image requires curl - bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy 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/heat/Chart.yaml b/heat/Chart.yaml index 4f56689480..4893eca4fe 100644 --- a/heat/Chart.yaml +++ b/heat/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Heat name: heat -version: 0.3.13 +version: 0.3.14 home: https://docs.openstack.org/heat/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Heat/OpenStack_Project_Heat_vertical.png sources: diff --git a/heat/values.yaml b/heat/values.yaml index c9b8cdd952..1808e9813f 100644 --- a/heat/values.yaml +++ b/heat/values.yaml @@ -41,20 +41,20 @@ labels: images: tags: test: docker.io/xrally/xrally-openstack:2.0.0 - bootstrap: docker.io/openstackhelm/heat:stein-ubuntu_bionic - db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic - heat_db_sync: docker.io/openstackhelm/heat:stein-ubuntu_bionic - db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic - rabbit_init: docker.io/rabbitmq:3.7-management - 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 - heat_api: docker.io/openstackhelm/heat:stein-ubuntu_bionic - heat_cfn: docker.io/openstackhelm/heat:stein-ubuntu_bionic - heat_cloudwatch: docker.io/openstackhelm/heat:stein-ubuntu_bionic - heat_engine: docker.io/openstackhelm/heat:stein-ubuntu_bionic - heat_engine_cleaner: docker.io/openstackhelm/heat:stein-ubuntu_bionic - heat_purge_deleted: docker.io/openstackhelm/heat:stein-ubuntu_bionic + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + heat_db_sync: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + heat_api: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + heat_cfn: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + heat_cloudwatch: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + heat_engine: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + heat_engine_cleaner: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + heat_purge_deleted: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy 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/horizon/Chart.yaml b/horizon/Chart.yaml index a646c1cd4a..3c3712ef74 100644 --- a/horizon/Chart.yaml +++ b/horizon/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Horizon name: horizon -version: 0.3.20 +version: 0.3.21 home: https://docs.openstack.org/horizon/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png sources: diff --git a/horizon/values.yaml b/horizon/values.yaml index 81459dfb09..69fe497ca3 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -18,11 +18,11 @@ --- images: tags: - db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic - horizon_db_sync: docker.io/openstackhelm/horizon:stein-ubuntu_bionic - db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic - horizon: docker.io/openstackhelm/horizon:stein-ubuntu_bionic - test: docker.io/openstackhelm/osh-selenium:latest-ubuntu_focal + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + horizon_db_sync: docker.io/openstackhelm/horizon:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + horizon: docker.io/openstackhelm/horizon:2024.1-ubuntu_jammy + test: docker.io/openstackhelm/osh-selenium:latest-ubuntu_jammy 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/ironic/Chart.yaml b/ironic/Chart.yaml index 92791a4706..573a815926 100644 --- a/ironic/Chart.yaml +++ b/ironic/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ironic name: ironic -version: 0.2.13 +version: 0.2.14 home: https://docs.openstack.org/ironic/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Ironic/OpenStack_Project_Ironic_vertical.png sources: diff --git a/ironic/values.yaml b/ironic/values.yaml index 89fe1aecd0..2a78b866c2 100644 --- a/ironic/values.yaml +++ b/ironic/values.yaml @@ -33,22 +33,22 @@ labels: images: tags: - ironic_manage_cleaning_network: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - ironic_retrive_cleaning_network: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - ironic_retrive_swift_config: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + ironic_manage_cleaning_network: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ironic_retrive_cleaning_network: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ironic_retrive_swift_config: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy # Bootstrap image requires curl - bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - ironic_db_sync: docker.io/openstackhelm/ironic: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 - ironic_api: docker.io/openstackhelm/ironic:wallaby-ubuntu_focal - ironic_conductor: docker.io/openstackhelm/ironic:wallaby-ubuntu_focal - ironic_pxe: docker.io/openstackhelm/ironic:wallaby-ubuntu_focal - ironic_pxe_init: docker.io/openstackhelm/ironic:wallaby-ubuntu_focal + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ironic_db_sync: docker.io/openstackhelm/ironic:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + ironic_api: docker.io/openstackhelm/ironic:2024.1-ubuntu_jammy + ironic_conductor: docker.io/openstackhelm/ironic:2024.1-ubuntu_jammy + ironic_pxe: docker.io/openstackhelm/ironic:2024.1-ubuntu_jammy + ironic_pxe_init: docker.io/openstackhelm/ironic:2024.1-ubuntu_jammy ironic_pxe_http: docker.io/nginx:1.13.3 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 image_repo_sync: docker.io/docker:17.07.0 diff --git a/keystone/Chart.yaml b/keystone/Chart.yaml index cb5db9edba..ae2dc6e412 100644 --- a/keystone/Chart.yaml +++ b/keystone/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Keystone name: keystone -version: 0.3.12 +version: 0.3.13 home: https://docs.openstack.org/keystone/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Keystone/OpenStack_Project_Keystone_vertical.png sources: diff --git a/keystone/values.yaml b/keystone/values.yaml index 2b5caaf700..c99f1d83c5 100644 --- a/keystone/values.yaml +++ b/keystone/values.yaml @@ -35,20 +35,20 @@ helm3_hook: true images: tags: - bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy test: docker.io/xrally/xrally-openstack:2.0.0 - db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - keystone_db_sync: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal - db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - keystone_fernet_setup: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal - keystone_fernet_rotate: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal - keystone_credential_setup: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal - keystone_credential_rotate: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal - keystone_credential_cleanup: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - keystone_api: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal - keystone_domain_manage: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + keystone_db_sync: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + keystone_fernet_setup: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy + keystone_fernet_rotate: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy + keystone_credential_setup: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy + keystone_credential_rotate: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy + keystone_credential_cleanup: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + keystone_api: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy + keystone_domain_manage: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy 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/magnum/Chart.yaml b/magnum/Chart.yaml index baf4abc00e..66a7196bd8 100644 --- a/magnum/Chart.yaml +++ b/magnum/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Magnum name: magnum -version: 0.2.12 +version: 0.2.13 home: https://docs.openstack.org/magnum/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Magnum/OpenStack_Project_Magnum_vertical.png sources: diff --git a/magnum/values.yaml b/magnum/values.yaml index 56232eb84a..3ee9e18aa9 100644 --- a/magnum/values.yaml +++ b/magnum/values.yaml @@ -31,16 +31,16 @@ labels: images: tags: - bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - magnum_db_sync: docker.io/openstackhelm/magnum:wallaby-ubuntu_focal - db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - 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 - magnum_api: docker.io/openstackhelm/magnum:wallaby-ubuntu_focal - magnum_conductor: docker.io/openstackhelm/magnum:wallaby-ubuntu_focal + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + magnum_db_sync: docker.io/openstackhelm/magnum:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + magnum_api: docker.io/openstackhelm/magnum:2024.1-ubuntu_jammy + magnum_conductor: docker.io/openstackhelm/magnum:2024.1-ubuntu_jammy 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/manila/Chart.yaml b/manila/Chart.yaml index db7e6109f9..6bfce0a446 100644 --- a/manila/Chart.yaml +++ b/manila/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Manila name: manila -version: 0.1.11 +version: 0.1.12 home: https://docs.openstack.org/manila/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Manila/OpenStack_Project_Manila_vertical.png sources: diff --git a/manila/values.yaml b/manila/values.yaml index 01a52ce892..2bd0b13f68 100644 --- a/manila/values.yaml +++ b/manila/values.yaml @@ -44,19 +44,19 @@ helm3_hook: true images: tags: - bootstrap: docker.io/openstackhelm/heat:xena-ubuntu_focal + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 - db_init: docker.io/openstackhelm/heat:xena-ubuntu_focal - manila_db_sync: docker.io/openstackhelm/manila:xena-ubuntu_focal - db_drop: docker.io/openstackhelm/heat:xena-ubuntu_focal - ks_user: docker.io/openstackhelm/heat:xena-ubuntu_focal - ks_service: docker.io/openstackhelm/heat:xena-ubuntu_focal - ks_endpoints: docker.io/openstackhelm/heat:xena-ubuntu_focal - manila_api: docker.io/openstackhelm/manila:xena-ubuntu_focal - manila_data: docker.io/openstackhelm/manila:xena-ubuntu_focal - manila_scheduler: docker.io/openstackhelm/manila:xena-ubuntu_focal - manila_share: docker.io/openstackhelm/manila:xena-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + manila_db_sync: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + manila_api: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy + manila_data: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy + manila_scheduler: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy + manila_share: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management image_repo_sync: docker.io/docker:17.07.0 pull_policy: "IfNotPresent" local_registry: diff --git a/manila/values_overrides/2023.1-ubuntu_focal.yaml b/manila/values_overrides/2023.1-ubuntu_focal.yaml index 488d285c50..2f6367a83a 100644 --- a/manila/values_overrides/2023.1-ubuntu_focal.yaml +++ b/manila/values_overrides/2023.1-ubuntu_focal.yaml @@ -13,6 +13,4 @@ images: manila_data: docker.io/openstackhelm/manila:2023.1-ubuntu_focal manila_scheduler: docker.io/openstackhelm/manila:2023.1-ubuntu_focal manila_share: docker.io/openstackhelm/manila:2023.1-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - image_repo_sync: docker.io/docker:17.07.0 ... diff --git a/manila/values_overrides/2023.1-ubuntu_jammy.yaml b/manila/values_overrides/2023.1-ubuntu_jammy.yaml index ee7b7e86a8..213e9af315 100644 --- a/manila/values_overrides/2023.1-ubuntu_jammy.yaml +++ b/manila/values_overrides/2023.1-ubuntu_jammy.yaml @@ -13,6 +13,4 @@ images: manila_data: docker.io/openstackhelm/manila:2023.1-ubuntu_jammy manila_scheduler: docker.io/openstackhelm/manila:2023.1-ubuntu_jammy manila_share: docker.io/openstackhelm/manila:2023.1-ubuntu_jammy - rabbit_init: docker.io/rabbitmq:3.7-management - image_repo_sync: docker.io/docker:17.07.0 ... diff --git a/manila/values_overrides/2023.2-ubuntu_jammy.yaml b/manila/values_overrides/2023.2-ubuntu_jammy.yaml index a33b71f15d..7f6f6113c2 100644 --- a/manila/values_overrides/2023.2-ubuntu_jammy.yaml +++ b/manila/values_overrides/2023.2-ubuntu_jammy.yaml @@ -13,6 +13,4 @@ images: manila_data: docker.io/openstackhelm/manila:2023.2-ubuntu_jammy manila_scheduler: docker.io/openstackhelm/manila:2023.2-ubuntu_jammy manila_share: docker.io/openstackhelm/manila:2023.2-ubuntu_jammy - rabbit_init: docker.io/rabbitmq:3.7-management - image_repo_sync: docker.io/docker:17.07.0 ... diff --git a/manila/values_overrides/2024.1-ubuntu_jammy.yaml b/manila/values_overrides/2024.1-ubuntu_jammy.yaml index b87d3e0dc2..ae14a8f930 100644 --- a/manila/values_overrides/2024.1-ubuntu_jammy.yaml +++ b/manila/values_overrides/2024.1-ubuntu_jammy.yaml @@ -13,6 +13,4 @@ images: manila_data: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy manila_scheduler: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy manila_share: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy - rabbit_init: docker.io/rabbitmq:3.7-management - image_repo_sync: docker.io/docker:17.07.0 ... diff --git a/manila/values_overrides/xena-ubuntu_focal.yaml b/manila/values_overrides/xena-ubuntu_focal.yaml index 38c8ff040c..b4c158bd53 100644 --- a/manila/values_overrides/xena-ubuntu_focal.yaml +++ b/manila/values_overrides/xena-ubuntu_focal.yaml @@ -13,6 +13,4 @@ images: manila_data: docker.io/openstackhelm/manila:xena-ubuntu_focal manila_scheduler: docker.io/openstackhelm/manila:xena-ubuntu_focal manila_share: docker.io/openstackhelm/manila:xena-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - image_repo_sync: docker.io/docker:17.07.0 ... diff --git a/manila/values_overrides/yoga-ubuntu_focal.yaml b/manila/values_overrides/yoga-ubuntu_focal.yaml index a867a10279..925320e6cb 100644 --- a/manila/values_overrides/yoga-ubuntu_focal.yaml +++ b/manila/values_overrides/yoga-ubuntu_focal.yaml @@ -13,6 +13,4 @@ images: manila_data: docker.io/openstackhelm/manila:yoga-ubuntu_focal manila_scheduler: docker.io/openstackhelm/manila:yoga-ubuntu_focal manila_share: docker.io/openstackhelm/manila:yoga-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - image_repo_sync: docker.io/docker:17.07.0 ... diff --git a/manila/values_overrides/zed-ubuntu_focal.yaml b/manila/values_overrides/zed-ubuntu_focal.yaml index cb1263e9b7..494cab283e 100644 --- a/manila/values_overrides/zed-ubuntu_focal.yaml +++ b/manila/values_overrides/zed-ubuntu_focal.yaml @@ -13,6 +13,4 @@ images: manila_data: docker.io/openstackhelm/manila:zed-ubuntu_focal manila_scheduler: docker.io/openstackhelm/manila:zed-ubuntu_focal manila_share: docker.io/openstackhelm/manila:zed-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - image_repo_sync: docker.io/docker:17.07.0 ... diff --git a/manila/values_overrides/zed-ubuntu_jammy.yaml b/manila/values_overrides/zed-ubuntu_jammy.yaml index 7a9e6e273b..c383e1f514 100644 --- a/manila/values_overrides/zed-ubuntu_jammy.yaml +++ b/manila/values_overrides/zed-ubuntu_jammy.yaml @@ -13,6 +13,4 @@ images: manila_data: docker.io/openstackhelm/manila:zed-ubuntu_jammy manila_scheduler: docker.io/openstackhelm/manila:zed-ubuntu_jammy manila_share: docker.io/openstackhelm/manila:zed-ubuntu_jammy - rabbit_init: docker.io/rabbitmq:3.7-management - image_repo_sync: docker.io/docker:17.07.0 ... diff --git a/masakari/Chart.yaml b/masakari/Chart.yaml index 8571f24da3..1aa542f594 100644 --- a/masakari/Chart.yaml +++ b/masakari/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Masakari name: masakari -version: 0.1.11 +version: 0.1.12 home: https://docs.openstack.org/developer/masakari icon: https://www.openstack.org/themes/openstack/images/project-mascots/Masakari/OpenStack_Project_masakari_vertical.png sources: diff --git a/masakari/values.yaml b/masakari/values.yaml index b61379eca7..2d126ff9a5 100644 --- a/masakari/values.yaml +++ b/masakari/values.yaml @@ -13,18 +13,18 @@ --- images: tags: - db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic - db_sync: docker.io/xuxant/masakari:wallaby - db_drop: quay.io/vexxhost/heat:ussuri - ks_endpoints: quay.io/vexxhost/heat:wallaby - ks_service: quay.io/vexxhost/heat:wallaby - ks_user: quay.io/vexxhost/heat:wallaby - masakari_api: docker.io/openstackhelm/masakari:master-ubuntu_focal - masakari_engine: docker.io/openstackhelm/masakari:master-ubuntu_focal - masakari_host_monitor: docker.io/xuxant/masakari-monitors:focal - masakari_process_monitor: docker.io/xuxant/masakari-monitors:focal - masakari_instance_monitor: docker.io/xuxant/masakari-monitors:focal - rabbit_init: docker.io/rabbitmq:3.7-management + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_sync: docker.io/openstackhelm/masakari:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + masakari_api: docker.io/openstackhelm/masakari:2024.1-ubuntu_jammy + masakari_engine: docker.io/openstackhelm/masakari:2024.1-ubuntu_jammy + masakari_host_monitor: docker.io/openstackhelm/masakari-monitors:2024.1-ubuntu_jammy + masakari_process_monitor: docker.io/openstackhelm/masakari-monitors:2024.1-ubuntu_jammy + masakari_instance_monitor: docker.io/openstackhelm/masakari-monitors:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 pull_policy: "IfNotPresent" local_registry: diff --git a/mistral/Chart.yaml b/mistral/Chart.yaml index 50f704073a..7ff635d7fe 100644 --- a/mistral/Chart.yaml +++ b/mistral/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Mistral name: mistral -version: 0.2.9 +version: 0.2.10 home: https://docs.openstack.org/mistral/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Mistral/OpenStack_Project_Mistral_vertical.png sources: diff --git a/mistral/values.yaml b/mistral/values.yaml index e22e2530a7..cbb2b7c9b9 100644 --- a/mistral/values.yaml +++ b/mistral/values.yaml @@ -41,15 +41,15 @@ release_group: null images: tags: test: docker.io/xrally/xrally-openstack:2.0.0 - bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 - db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy mistral_db_sync: docker.io/kolla/ubuntu-source-mistral-api:wallaby - db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - 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 + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy mistral_api: docker.io/kolla/ubuntu-source-mistral-api:wallaby mistral_engine: docker.io/kolla/ubuntu-source-mistral-engine:wallaby mistral_event_engine: docker.io/kolla/ubuntu-source-mistral-engine:wallaby diff --git a/monasca/Chart.yaml b/monasca/Chart.yaml index b788393f53..1b52cb233a 100644 --- a/monasca/Chart.yaml +++ b/monasca/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Monasca API name: monasca -version: 0.1.3 +version: 0.1.4 home: https://docs.openstack.org/monasca/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Monasca/OpenStack_Project_Monasca_vertical.png sources: diff --git a/monasca/values.yaml b/monasca/values.yaml index 383e3e2928..a28bbd099f 100644 --- a/monasca/values.yaml +++ b/monasca/values.yaml @@ -18,13 +18,13 @@ --- images: tags: - 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 + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy influxdb_init: radial/busyboxplus:curl - db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy monasca_db_sync: docker.io/openstackhelm/monasca:stein-ubuntu_bionic - db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy monasca_api: docker.io/openstackhelm/monasca_api:stein-ubuntu_bionic monasca_collector: docker.io/openstackhelm/monasca_agent:stein-ubuntu_bionic monasca_forwarder: docker.io/openstackhelm/monasca_forwarder:stein-ubuntu_bionic diff --git a/neutron/Chart.yaml b/neutron/Chart.yaml index b29aa8702b..648fd481ef 100644 --- a/neutron/Chart.yaml +++ b/neutron/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Neutron name: neutron -version: 0.3.41 +version: 0.3.42 home: https://docs.openstack.org/neutron/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png sources: diff --git a/neutron/values.yaml b/neutron/values.yaml index 747baa53e1..abc1f23d5a 100644 --- a/neutron/values.yaml +++ b/neutron/values.yaml @@ -20,31 +20,31 @@ release_group: null images: tags: - bootstrap: docker.io/openstackhelm/heat:stein-ubuntu_bionic + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy test: docker.io/xrally/xrally-openstack:2.0.0 purge_test: docker.io/openstackhelm/ospurge:latest - db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic - neutron_db_sync: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic - rabbit_init: docker.io/rabbitmq:3.7-management - 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 + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + neutron_db_sync: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy netoffload: ghcr.io/vexxhost/netoffload:v1.0.1 - neutron_server: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - neutron_dhcp: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - neutron_metadata: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - neutron_ovn_metadata: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - neutron_l3: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - neutron_l2gw: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - neutron_openvswitch_agent: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - neutron_linuxbridge_agent: docker.io/openstackhelm/neutron:stein-ubuntu_bionic + neutron_server: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + neutron_dhcp: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + neutron_metadata: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + neutron_ovn_metadata: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + neutron_l3: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + neutron_l2gw: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + neutron_openvswitch_agent: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + neutron_linuxbridge_agent: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy neutron_sriov_agent: docker.io/openstackhelm/neutron:stein-18.04-sriov neutron_sriov_agent_init: docker.io/openstackhelm/neutron:stein-18.04-sriov - neutron_bagpipe_bgp: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - neutron_bgp_dragent: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - neutron_ironic_agent: docker.io/openstackhelm/neutron:stein-ubuntu_bionic - neutron_netns_cleanup_cron: docker.io/openstackhelm/neutron:stein-ubuntu_bionic + neutron_bagpipe_bgp: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + neutron_bgp_dragent: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + neutron_ironic_agent: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy + neutron_netns_cleanup_cron: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy 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/nova/Chart.yaml b/nova/Chart.yaml index c58f9fda90..b79f472e00 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.3.41 +version: 0.3.42 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 f3ce2e6031..e6393f0b9d 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -54,32 +54,32 @@ labels: images: pull_policy: IfNotPresent tags: - bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' - rabbit_init: docker.io/rabbitmq:3.7-management - ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - nova_archive_deleted_rows: docker.io/openstackhelm/nova:wallaby-ubuntu_focal - ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - nova_api: docker.io/openstackhelm/nova:wallaby-ubuntu_focal - nova_cell_setup: docker.io/openstackhelm/nova:wallaby-ubuntu_focal - nova_cell_setup_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - nova_compute: docker.io/openstackhelm/nova:wallaby-ubuntu_focal + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + nova_archive_deleted_rows: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + nova_api: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy + nova_cell_setup: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy + nova_cell_setup_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + nova_compute: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:wallaby' - nova_compute_ssh: docker.io/openstackhelm/nova:wallaby-ubuntu_focal - nova_conductor: docker.io/openstackhelm/nova:wallaby-ubuntu_focal - nova_db_sync: docker.io/openstackhelm/nova:wallaby-ubuntu_focal - nova_novncproxy: docker.io/openstackhelm/nova:wallaby-ubuntu_focal + nova_compute_ssh: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy + nova_conductor: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy + nova_db_sync: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy + nova_novncproxy: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy nova_novncproxy_assets: 'docker.io/kolla/ubuntu-source-nova-novncproxy:wallaby' - nova_scheduler: docker.io/openstackhelm/nova:wallaby-ubuntu_focal + nova_scheduler: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy nova_storage_init: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy' # 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_jammy' - nova_spiceproxy: docker.io/openstackhelm/nova:wallaby-ubuntu_focal - nova_spiceproxy_assets: docker.io/openstackhelm/nova:wallaby-ubuntu_focal + nova_spiceproxy: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy + nova_spiceproxy_assets: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy test: docker.io/xrally/xrally-openstack:2.0.0 image_repo_sync: docker.io/docker:17.07.0 nova_wait_for_computes_init: gcr.io/google_containers/hyperkube-amd64:v1.11.6 diff --git a/octavia/Chart.yaml b/octavia/Chart.yaml index ff8f476530..11559039ca 100644 --- a/octavia/Chart.yaml +++ b/octavia/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Octavia name: octavia -version: 0.2.13 +version: 0.2.14 home: https://docs.openstack.org/octavia/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Octavia/OpenStack_Project_Octavia_vertical.png sources: diff --git a/octavia/values.yaml b/octavia/values.yaml index 699aa05df7..7e73136a42 100644 --- a/octavia/values.yaml +++ b/octavia/values.yaml @@ -40,14 +40,14 @@ labels: images: tags: test: docker.io/xrally/xrally-openstack:2.0.0 - bootstrap: docker.io/openstackhelm/heat:ocata - db_init: docker.io/openstackhelm/heat:ocata + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy octavia_db_sync: docker.io/loci/octavia:master-ubuntu - db_drop: docker.io/openstackhelm/heat:ocata - rabbit_init: docker.io/rabbitmq:3.7-management - ks_user: docker.io/openstackhelm/heat:ocata - ks_service: docker.io/openstackhelm/heat:ocata - ks_endpoints: docker.io/openstackhelm/heat:ocata + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 image_repo_sync: docker.io/docker:17.07.0 octavia_api: docker.io/loci/octavia:master-ubuntu diff --git a/placement/Chart.yaml b/placement/Chart.yaml index c7e40b53df..38b9668338 100644 --- a/placement/Chart.yaml +++ b/placement/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Placement name: placement -version: 0.3.13 +version: 0.3.14 home: https://docs.openstack.org/placement/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Placement/OpenStack_Project_Placement_vertical.png sources: diff --git a/placement/values.yaml b/placement/values.yaml index 4a702ace29..a411250c0d 100644 --- a/placement/values.yaml +++ b/placement/values.yaml @@ -30,13 +30,13 @@ labels: images: pull_policy: IfNotPresent tags: - placement: docker.io/openstackhelm/placement: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 - db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic - db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic - placement_db_sync: docker.io/openstackhelm/placement:stein-ubuntu_bionic + placement: docker.io/openstackhelm/placement:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + placement_db_sync: docker.io/openstackhelm/placement:2024.1-ubuntu_jammy dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 image_repo_sync: docker.io/docker:17.07.0 local_registry: diff --git a/rally/Chart.yaml b/rally/Chart.yaml index 990b5bc01d..6f14a4922c 100644 --- a/rally/Chart.yaml +++ b/rally/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm rally name: rally -version: 0.2.9 +version: 0.2.10 home: https://docs.openstack.org/developer/rally icon: https://www.openstack.org/themes/openstack/images/project-mascots/rally/OpenStack_Project_rally_vertical.png sources: diff --git a/rally/values.yaml b/rally/values.yaml index 669fb65a9c..fbfc627936 100644 --- a/rally/values.yaml +++ b/rally/values.yaml @@ -30,9 +30,9 @@ images: db_init: docker.io/xrally/xrally-openstack:2.0.0 rally_db_sync: docker.io/xrally/xrally-openstack:2.0.0 run_task: docker.io/xrally/xrally-openstack:2.0.0 - 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 + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy image_repo_sync: docker.io/docker:17.07.0 pull_policy: "IfNotPresent" local_registry: diff --git a/releasenotes/notes/aodh.yaml b/releasenotes/notes/aodh.yaml index 1c0d905935..f8c29dac8e 100644 --- a/releasenotes/notes/aodh.yaml +++ b/releasenotes/notes/aodh.yaml @@ -13,4 +13,5 @@ aodh: - 0.2.8 Define service_type in keystone_authtoken to support application credentials with access rules - 0.2.9 Enable custom annotations for Openstack pods - 0.2.10 Enable custom annotations for Openstack secrets + - 0.2.11 Update images used by default ... diff --git a/releasenotes/notes/barbican.yaml b/releasenotes/notes/barbican.yaml index 83ca5f31ea..cd60c3d8eb 100644 --- a/releasenotes/notes/barbican.yaml +++ b/releasenotes/notes/barbican.yaml @@ -35,4 +35,5 @@ barbican: - 0.3.9 Enable custom annotations for Openstack pods - 0.3.10 Add 2024.1 overrides - 0.3.11 Enable custom annotations for Openstack secrets + - 0.3.12 Update images used by default ... diff --git a/releasenotes/notes/ceilometer.yaml b/releasenotes/notes/ceilometer.yaml index 516534a1ed..8f5ead7fe1 100644 --- a/releasenotes/notes/ceilometer.yaml +++ b/releasenotes/notes/ceilometer.yaml @@ -13,4 +13,5 @@ ceilometer: - 0.2.8 Replace node-role.kubernetes.io/master with control-plane - 0.2.9 Enable custom annotations for Openstack pods - 0.2.10 Enable custom annotations for Openstack secrets + - 0.2.11 Update images used by default ... diff --git a/releasenotes/notes/cinder.yaml b/releasenotes/notes/cinder.yaml index 71d1570cc7..dc5efb8151 100644 --- a/releasenotes/notes/cinder.yaml +++ b/releasenotes/notes/cinder.yaml @@ -71,4 +71,5 @@ cinder: - 0.3.19 Add 2024.1 overrides - 0.3.20 Add readiness probe initial delay - 0.3.21 Enable custom annotations for Openstack secrets + - 0.3.22 Update images used by default ... diff --git a/releasenotes/notes/cyborg.yaml b/releasenotes/notes/cyborg.yaml index 9c41a051ae..e0f9e25e0c 100644 --- a/releasenotes/notes/cyborg.yaml +++ b/releasenotes/notes/cyborg.yaml @@ -6,4 +6,5 @@ cyborg: - 0.1.3 Define service_type in keystone_authtoken to support application credentials with access rules - 0.1.4 Enable custom annotations for Openstack pods - 0.1.5 Enable custom annotations for Openstack secrets + - 0.1.6 Update images used by default ... diff --git a/releasenotes/notes/designate.yaml b/releasenotes/notes/designate.yaml index b497f16d8a..9d83a36f1f 100644 --- a/releasenotes/notes/designate.yaml +++ b/releasenotes/notes/designate.yaml @@ -16,4 +16,5 @@ designate: - 0.2.10 Uses uWSGI for API service - 0.2.11 Enable custom annotations for Openstack pods - 0.2.12 Enable custom annotations for Openstack secrets + - 0.2.13 Update images used by default ... diff --git a/releasenotes/notes/glance.yaml b/releasenotes/notes/glance.yaml index 1610ab7278..3456e15c7d 100644 --- a/releasenotes/notes/glance.yaml +++ b/releasenotes/notes/glance.yaml @@ -56,4 +56,5 @@ glance: - 0.4.20 Add readiness probe initial delay - 0.4.21 Use uWSGI - 0.4.22 Enable custom annotations for Openstack secrets + - 0.4.23 Update images used by default ... diff --git a/releasenotes/notes/heat.yaml b/releasenotes/notes/heat.yaml index b5f24ce966..e6b48fcfa0 100644 --- a/releasenotes/notes/heat.yaml +++ b/releasenotes/notes/heat.yaml @@ -39,4 +39,5 @@ heat: - 0.3.11 Add 2024.1 overrides - 0.3.12 Add readiness probe initial delay - 0.3.13 Enable custom annotations for Openstack secrets + - 0.3.14 Update images used by default ... diff --git a/releasenotes/notes/horizon.yaml b/releasenotes/notes/horizon.yaml index 6d4c8cdf7d..83785a3ffd 100644 --- a/releasenotes/notes/horizon.yaml +++ b/releasenotes/notes/horizon.yaml @@ -57,4 +57,5 @@ horizon: - 0.3.18 Enable custom annotations for Openstack pods - 0.3.19 Add 2024.1 overrides - 0.3.20 Enable custom annotations for Openstack secrets + - 0.3.21 Update images used by default ... diff --git a/releasenotes/notes/ironic.yaml b/releasenotes/notes/ironic.yaml index 2a1c665a9a..60c942afd0 100644 --- a/releasenotes/notes/ironic.yaml +++ b/releasenotes/notes/ironic.yaml @@ -17,4 +17,5 @@ ironic: - 0.2.11 Enable custom annotations for Openstack pods - 0.2.12 allow custom annotations on jobs - 0.2.13 Enable custom annotations for Openstack secrets + - 0.2.14 Update images used by default ... diff --git a/releasenotes/notes/keystone.yaml b/releasenotes/notes/keystone.yaml index 0a11972048..129abc0fbc 100644 --- a/releasenotes/notes/keystone.yaml +++ b/releasenotes/notes/keystone.yaml @@ -59,4 +59,5 @@ keystone: - 0.3.10 Allow custom annotations on jobs - 0.3.11 Fix custom annotations when helm3_hook is disabled - 0.3.12 Enable custom annotations for Openstack secrets + - 0.3.13 Update images used by default ... diff --git a/releasenotes/notes/magnum.yaml b/releasenotes/notes/magnum.yaml index afd66e2e1b..10709975d2 100644 --- a/releasenotes/notes/magnum.yaml +++ b/releasenotes/notes/magnum.yaml @@ -16,4 +16,5 @@ magnum: - 0.2.10 Uses uWSGI for API service - 0.2.11 Enable custom annotations for Openstack pods - 0.2.12 Enable custom annotations for Openstack secrets + - 0.2.13 Update images used by default ... diff --git a/releasenotes/notes/manila.yaml b/releasenotes/notes/manila.yaml index ddc015ce7c..3b771b15e8 100644 --- a/releasenotes/notes/manila.yaml +++ b/releasenotes/notes/manila.yaml @@ -12,4 +12,5 @@ manila: - 0.1.9 Enable custom annotations for Openstack pods - 0.1.10 Add 2024.1 overrides - 0.1.11 Enable custom annotations for Openstack secrets + - 0.1.12 Update images used by default ... diff --git a/releasenotes/notes/masakari.yaml b/releasenotes/notes/masakari.yaml index c68e39f28b..d99b6e0a02 100644 --- a/releasenotes/notes/masakari.yaml +++ b/releasenotes/notes/masakari.yaml @@ -12,4 +12,5 @@ masakari: - 0.1.9 Enable custom annotations for Openstack pods - 0.1.10 Enable custom annotations for Openstack secrets - 0.1.11 Move api_paste_config value to wsgi + - 0.1.12 Update images used by default ... diff --git a/releasenotes/notes/mistral.yaml b/releasenotes/notes/mistral.yaml index 8534978ad0..baf662ca8b 100644 --- a/releasenotes/notes/mistral.yaml +++ b/releasenotes/notes/mistral.yaml @@ -13,4 +13,5 @@ mistral: - 0.2.7 Remove default policy rules - 0.2.8 Enable custom annotations for Openstack pods - 0.2.9 Enable custom annotations for Openstack secrets + - 0.2.10 Update images used by default ... diff --git a/releasenotes/notes/monasca.yaml b/releasenotes/notes/monasca.yaml index 99f19a1c8f..8fd5b175dd 100644 --- a/releasenotes/notes/monasca.yaml +++ b/releasenotes/notes/monasca.yaml @@ -4,4 +4,5 @@ monasca: - 0.1.1 Update osh-selenium image used by default - 0.1.2 Enable custom annotations for Openstack pods - 0.1.3 Enable custom annotations for Openstack secrets + - 0.1.4 Update images used by default ... diff --git a/releasenotes/notes/neutron.yaml b/releasenotes/notes/neutron.yaml index 08a69cd33d..3f82b58af3 100644 --- a/releasenotes/notes/neutron.yaml +++ b/releasenotes/notes/neutron.yaml @@ -83,4 +83,5 @@ neutron: - 0.3.39 Ensure that the script handles cases where the PID file exists but is empty or does not contain the expected data structure. - 0.3.40 Fix ovs bridge creation in mappings for DPDK - 0.3.41 Enable custom annotations for Openstack secrets + - 0.3.42 Update images used by default ... diff --git a/releasenotes/notes/nova.yaml b/releasenotes/notes/nova.yaml index 7e3a134110..cdef62255c 100644 --- a/releasenotes/notes/nova.yaml +++ b/releasenotes/notes/nova.yaml @@ -110,4 +110,5 @@ nova: - 0.3.39 Enable custom annotations for Openstack pods - 0.3.40 Add 2024.1 overrides - 0.3.41 Enable custom annotations for Openstack secrets + - 0.3.42 Update images used by default ... diff --git a/releasenotes/notes/octavia.yaml b/releasenotes/notes/octavia.yaml index 088e24067f..94033dedda 100644 --- a/releasenotes/notes/octavia.yaml +++ b/releasenotes/notes/octavia.yaml @@ -17,4 +17,5 @@ octavia: - 0.2.11 Uses uWSGI for API service - 0.2.12 Enable custom annotations for Openstack pods - 0.2.13 Enable custom annotations for Openstack secrets + - 0.2.14 Update images used by default ... diff --git a/releasenotes/notes/placement.yaml b/releasenotes/notes/placement.yaml index 3cbcbc02e3..d62862f45d 100644 --- a/releasenotes/notes/placement.yaml +++ b/releasenotes/notes/placement.yaml @@ -36,4 +36,5 @@ placement: - 0.3.11 Enable custom annotations for Openstack pods - 0.3.12 Add 2024.1 overrides - 0.3.13 Enable custom annotations for Openstack secrets + - 0.3.14 Update images used by default ... diff --git a/releasenotes/notes/rally.yaml b/releasenotes/notes/rally.yaml index f4df8bfaa0..70ce70c8f4 100644 --- a/releasenotes/notes/rally.yaml +++ b/releasenotes/notes/rally.yaml @@ -12,4 +12,5 @@ rally: - 0.2.7 Support TLS for identity endpoint - 0.2.8 Bump Cirros version to 0.6.2 - 0.2.9 Enable custom annotations for Openstack secrets + - 0.2.10 Update images used by default ... diff --git a/releasenotes/notes/senlin.yaml b/releasenotes/notes/senlin.yaml index 474a37f9cc..48132f0cb5 100644 --- a/releasenotes/notes/senlin.yaml +++ b/releasenotes/notes/senlin.yaml @@ -15,4 +15,5 @@ senlin: - 0.2.10 Uses uWSGI for API - 0.2.11 Enable custom annotations for Openstack pods - 0.2.12 Enable custom annotations for Openstack secrets + - 0.2.13 Update images used by default ... diff --git a/releasenotes/notes/tacker.yaml b/releasenotes/notes/tacker.yaml index 90f17003fc..0d8993faee 100644 --- a/releasenotes/notes/tacker.yaml +++ b/releasenotes/notes/tacker.yaml @@ -5,4 +5,5 @@ tacker: - 0.1.2 Add 2023.2 Ubuntu Jammy overrides - 0.1.3 Add 2024.1 overrides - 0.1.4 Enable custom annotations for Openstack secrets + - 0.1.5 Update images used by default ... diff --git a/releasenotes/notes/tempest.yaml b/releasenotes/notes/tempest.yaml index 54cc01cbdd..e4cefc7731 100644 --- a/releasenotes/notes/tempest.yaml +++ b/releasenotes/notes/tempest.yaml @@ -12,4 +12,5 @@ tempest: - 0.2.7 Add configuration for heat-tempest-plugin - 0.2.8 Bump Cirros version to 0.6.2 - 0.2.9 Enable custom annotations for Openstack secrets + - 0.2.10 Update images used by default ... diff --git a/senlin/Chart.yaml b/senlin/Chart.yaml index 62724a359c..e7faec8b6f 100644 --- a/senlin/Chart.yaml +++ b/senlin/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Senlin name: senlin -version: 0.2.12 +version: 0.2.13 home: https://docs.openstack.org/senlin/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Senlin/OpenStack_Project_Senlin_vertical.png sources: diff --git a/senlin/values.yaml b/senlin/values.yaml index d4f724833d..31ff995ea9 100644 --- a/senlin/values.yaml +++ b/senlin/values.yaml @@ -40,15 +40,15 @@ release_group: null images: tags: - scripted_test: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + scripted_test: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy senlin_db_sync: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal - db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - 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 + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy senlin_api: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal senlin_conductor: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal senlin_engine: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal diff --git a/tacker/Chart.yaml b/tacker/Chart.yaml index dcf6b2aacb..f0b6e7b12c 100644 --- a/tacker/Chart.yaml +++ b/tacker/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Tacker name: tacker -version: 0.1.4 +version: 0.1.5 home: https://docs.openstack.org/tacker/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Tacker/OpenStack_Project_Tacker_vertical.png sources: diff --git a/tacker/values.yaml b/tacker/values.yaml index 90702f95b4..b82a536c0e 100644 --- a/tacker/values.yaml +++ b/tacker/values.yaml @@ -28,15 +28,15 @@ labels: images: pull_policy: IfNotPresent tags: - tacker_server: docker.io/openstackhelm/tacker:2023.1-ubuntu_focal - tacker_conductor: docker.io/openstackhelm/tacker:2023.1-ubuntu_focal - db_init: docker.io/openstackhelm/heat:2023.1-ubuntu_focal - db_drop: docker.io/openstackhelm/heat:2023.1-ubuntu_focal - tacker_db_sync: docker.io/openstackhelm/tacker:2023.1-ubuntu_focal - ks_endpoints: docker.io/openstackhelm/heat:2023.1-ubuntu_focal - ks_service: docker.io/openstackhelm/heat:2023.1-ubuntu_focal - ks_user: docker.io/openstackhelm/heat:2023.1-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management + tacker_server: docker.io/openstackhelm/tacker:2024.1-ubuntu_jammy + tacker_conductor: docker.io/openstackhelm/tacker:2024.1-ubuntu_jammy + db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + tacker_db_sync: docker.io/openstackhelm/tacker:2024.1-ubuntu_jammy + ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbit_init: docker.io/rabbitmq:3.13-management dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 local_registry: active: false diff --git a/tacker/values_overrides/2023.1-ubuntu_focal.yaml b/tacker/values_overrides/2023.1-ubuntu_focal.yaml index 0d5d6d15ea..143f5ae71e 100644 --- a/tacker/values_overrides/2023.1-ubuntu_focal.yaml +++ b/tacker/values_overrides/2023.1-ubuntu_focal.yaml @@ -12,5 +12,3 @@ images: ks_endpoints: docker.io/openstackhelm/heat:2023.1-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2023.1-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2023.1-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 diff --git a/tacker/values_overrides/2023.1-ubuntu_jammy.yaml b/tacker/values_overrides/2023.1-ubuntu_jammy.yaml index 8c1f705360..838a1fd78b 100644 --- a/tacker/values_overrides/2023.1-ubuntu_jammy.yaml +++ b/tacker/values_overrides/2023.1-ubuntu_jammy.yaml @@ -12,5 +12,3 @@ images: ks_endpoints: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy ks_service: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy ks_user: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy - rabbit_init: docker.io/rabbitmq:3.7-management - dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 diff --git a/tacker/values_overrides/2023.2-ubuntu_jammy.yaml b/tacker/values_overrides/2023.2-ubuntu_jammy.yaml index 7ec07575f0..263474fbb7 100644 --- a/tacker/values_overrides/2023.2-ubuntu_jammy.yaml +++ b/tacker/values_overrides/2023.2-ubuntu_jammy.yaml @@ -12,5 +12,3 @@ images: ks_endpoints: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy ks_service: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy ks_user: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy - rabbit_init: docker.io/rabbitmq:3.7-management - dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 diff --git a/tacker/values_overrides/2024.1-ubuntu_jammy.yaml b/tacker/values_overrides/2024.1-ubuntu_jammy.yaml index 0bc8b3c2ac..d65d814f3c 100644 --- a/tacker/values_overrides/2024.1-ubuntu_jammy.yaml +++ b/tacker/values_overrides/2024.1-ubuntu_jammy.yaml @@ -12,5 +12,3 @@ images: ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy - rabbit_init: docker.io/rabbitmq:3.7-management - dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 diff --git a/tacker/values_overrides/zed-ubuntu_focal.yaml b/tacker/values_overrides/zed-ubuntu_focal.yaml index cab8d2c40f..69e4fc8af3 100644 --- a/tacker/values_overrides/zed-ubuntu_focal.yaml +++ b/tacker/values_overrides/zed-ubuntu_focal.yaml @@ -12,8 +12,6 @@ images: ks_endpoints: docker.io/openstackhelm/heat:zed-ubuntu_focal ks_service: docker.io/openstackhelm/heat:zed-ubuntu_focal ks_user: docker.io/openstackhelm/heat:zed-ubuntu_focal - rabbit_init: docker.io/rabbitmq:3.7-management - dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 conf: paste: diff --git a/tacker/values_overrides/zed-ubuntu_jammy.yaml b/tacker/values_overrides/zed-ubuntu_jammy.yaml index 6198eb9869..081c5a9b8c 100644 --- a/tacker/values_overrides/zed-ubuntu_jammy.yaml +++ b/tacker/values_overrides/zed-ubuntu_jammy.yaml @@ -12,8 +12,6 @@ images: ks_endpoints: docker.io/openstackhelm/heat:zed-ubuntu_jammy ks_service: docker.io/openstackhelm/heat:zed-ubuntu_jammy ks_user: docker.io/openstackhelm/heat:zed-ubuntu_jammy - rabbit_init: docker.io/rabbitmq:3.7-management - dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 conf: paste: diff --git a/tempest/Chart.yaml b/tempest/Chart.yaml index 6a6f90871e..6db8c3ea7c 100644 --- a/tempest/Chart.yaml +++ b/tempest/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Tempest name: tempest -version: 0.2.9 +version: 0.2.10 home: https://docs.openstack.org/tempest/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/tempest/OpenStack_Project_tempest_vertical.png sources: diff --git a/tempest/values.yaml b/tempest/values.yaml index 742ec5c324..279ae43e08 100644 --- a/tempest/values.yaml +++ b/tempest/values.yaml @@ -25,7 +25,7 @@ images: tags: dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 tempest_run_tests: docker.io/openstackhelm/tempest:latest-ubuntu_focal - ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy image_repo_sync: docker.io/docker:17.07.0 pull_policy: "IfNotPresent" local_registry: