Merge "Update default images wherever possible"

This commit is contained in:
Zuul 2024-05-02 18:53:41 +00:00 committed by Gerrit Code Review
commit 0516fb92c1
87 changed files with 284 additions and 287 deletions

View File

@ -89,6 +89,7 @@ Our repositories:
* OpenStack charts `openstack-helm <https://opendev.org/openstack/openstack-helm.git>`_ * OpenStack charts `openstack-helm <https://opendev.org/openstack/openstack-helm.git>`_
* Infra charts `openstack-helm-infra <https://opendev.org/openstack/openstack-helm-infra.git>`_ * Infra charts `openstack-helm-infra <https://opendev.org/openstack/openstack-helm-infra.git>`_
* OpenStack-Helm plugin `openstack-helm-plugin <https://opendev.org/openstack/openstack-helm-plugin.git>`_
* Building images `openstack-helm-images <https://opendev.org/openstack/openstack-helm-images.git>`_ * Building images `openstack-helm-images <https://opendev.org/openstack/openstack-helm-images.git>`_
* Building Openstack images framework `loci <https://opendev.org/openstack/loci.git>`_ * Building Openstack images framework `loci <https://opendev.org/openstack/loci.git>`_

View File

@ -16,7 +16,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: Openstack-Helm Aodh description: Openstack-Helm Aodh
name: aodh name: aodh
version: 0.2.10 version: 0.2.11
home: https://docs.openstack.org/aodh/latest/ home: https://docs.openstack.org/aodh/latest/
sources: sources:
- https://opendev.org/openstack/aodh - https://opendev.org/openstack/aodh

View File

@ -43,14 +43,14 @@ labels:
images: images:
tags: tags:
bootstrap: docker.io/openstackhelm/heat:ocata-ubuntu_xenial bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:ocata-ubuntu_xenial db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:ocata-ubuntu_xenial db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
aodh_db_sync: docker.io/kolla/ubuntu-source-aodh-api:ocata aodh_db_sync: docker.io/kolla/ubuntu-source-aodh-api:ocata
ks_user: docker.io/openstackhelm/heat:ocata-ubuntu_xenial ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:ocata-ubuntu_xenial ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:ocata-ubuntu_xenial ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
aodh_api: docker.io/kolla/ubuntu-source-aodh-api:ocata aodh_api: docker.io/kolla/ubuntu-source-aodh-api:ocata
aodh_evaluator: docker.io/kolla/ubuntu-source-aodh-evaluator:ocata aodh_evaluator: docker.io/kolla/ubuntu-source-aodh-evaluator:ocata
aodh_listener: docker.io/kolla/ubuntu-source-aodh-listener:ocata aodh_listener: docker.io/kolla/ubuntu-source-aodh-listener:ocata

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Barbican description: OpenStack-Helm Barbican
name: barbican name: barbican
version: 0.3.11 version: 0.3.12
home: https://docs.openstack.org/barbican/latest/ home: https://docs.openstack.org/barbican/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Barbican/OpenStack_Project_Barbican_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Barbican/OpenStack_Project_Barbican_vertical.png
sources: sources:

View File

@ -35,17 +35,17 @@ helm3_hook: true
images: images:
tags: 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 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
scripted_test: docker.io/openstackhelm/heat:wallaby-ubuntu_focal scripted_test: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
barbican_db_sync: docker.io/openstackhelm/barbican:wallaby-ubuntu_focal barbican_db_sync: docker.io/openstackhelm/barbican:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
barbican_api: docker.io/openstackhelm/barbican:wallaby-ubuntu_focal barbican_api: docker.io/openstackhelm/barbican:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"
local_registry: local_registry:

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Ceilometer description: OpenStack-Helm Ceilometer
name: ceilometer name: ceilometer
version: 0.2.10 version: 0.2.11
home: https://docs.openstack.org/ceilometer/latest/ home: https://docs.openstack.org/ceilometer/latest/
sources: sources:
- https://opendev.org/openstack/ceilometer - https://opendev.org/openstack/ceilometer

View File

@ -50,10 +50,10 @@ images:
db_init_mongodb: docker.io/mongo:3.4.9-jessie db_init_mongodb: docker.io/mongo:3.4.9-jessie
db_init: docker.io/kolla/ubuntu-source-ceilometer-api:wallaby db_init: docker.io/kolla/ubuntu-source-ceilometer-api:wallaby
ceilometer_db_sync: 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 rabbit_init: docker.io/rabbitmq:3.13-management
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ceilometer_api: docker.io/kolla/ubuntu-source-ceilometer-api:wallaby ceilometer_api: docker.io/kolla/ubuntu-source-ceilometer-api:wallaby
ceilometer_central: docker.io/kolla/ubuntu-source-ceilometer-central:wallaby ceilometer_central: docker.io/kolla/ubuntu-source-ceilometer-central:wallaby
ceilometer_collector: docker.io/kolla/ubuntu-source-ceilometer-collector:wallaby ceilometer_collector: docker.io/kolla/ubuntu-source-ceilometer-collector:wallaby

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Cinder description: OpenStack-Helm Cinder
name: cinder name: cinder
version: 0.3.21 version: 0.3.22
home: https://docs.openstack.org/cinder/latest/ home: https://docs.openstack.org/cinder/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png
sources: sources:

View File

@ -43,20 +43,20 @@ release_group: null
images: images:
tags: tags:
test: docker.io/xrally/xrally-openstack:2.0.0 test: docker.io/xrally/xrally-openstack:2.0.0
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
cinder_db_sync: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal cinder_db_sync: docker.io/openstackhelm/cinder:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
cinder_api: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal cinder_api: docker.io/openstackhelm/cinder:2024.1-ubuntu_jammy
bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
cinder_scheduler: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal cinder_scheduler: docker.io/openstackhelm/cinder:2024.1-ubuntu_jammy
cinder_volume: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal cinder_volume: docker.io/openstackhelm/cinder:2024.1-ubuntu_jammy
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal 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_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 cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Cyborg description: OpenStack-Helm Cyborg
name: cyborg name: cyborg
version: 0.1.5 version: 0.1.6
home: https://docs.openstack.org/cyborg home: https://docs.openstack.org/cyborg
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cyborg/OpenStack_Project_Cyborg_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cyborg/OpenStack_Project_Cyborg_vertical.png
sources: sources:

View File

@ -13,16 +13,16 @@
--- ---
images: images:
tags: tags:
db_init: docker.io/openstackhelm/heat:master-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
cyborg_db_sync: docker.io/openstackhelm/cyborg:wallaby cyborg_db_sync: docker.io/openstackhelm/cyborg:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:master-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:master-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:master-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_user: docker.io/openstackhelm/heat:master-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
cyborg_api: docker.io/openstackhelm/cyborg:master-ubuntu_focal cyborg_api: docker.io/openstackhelm/cyborg:2024.1-ubuntu_jammy
cyborg_conductor: docker.io/openstackhelm/cyborg:master-ubuntu_focal cyborg_conductor: docker.io/openstackhelm/cyborg:2024.1-ubuntu_jammy
cyborg_agent: docker.io/openstackhelm/cyborg:focal cyborg_agent: docker.io/openstackhelm/cyborg:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"
local_registry: local_registry:

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Designate description: OpenStack-Helm Designate
name: designate name: designate
version: 0.2.12 version: 0.2.13
home: https://docs.openstack.org/designate/latest/ home: https://docs.openstack.org/designate/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Designate/OpenStack_Project_Designate_vertical.jpg icon: https://www.openstack.org/themes/openstack/images/project-mascots/Designate/OpenStack_Project_Designate_vertical.jpg
sources: sources:

View File

@ -43,21 +43,21 @@ labels:
images: images:
tags: tags:
bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
designate_db_sync: docker.io/openstackhelm/designate:wallaby-ubuntu_focal designate_db_sync: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy
designate_api: docker.io/openstackhelm/designate:wallaby-ubuntu_focal designate_api: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy
designate_central: docker.io/openstackhelm/designate:wallaby-ubuntu_focal designate_central: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy
designate_mdns: docker.io/openstackhelm/designate:wallaby-ubuntu_focal designate_mdns: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy
designate_worker: docker.io/openstackhelm/designate:wallaby-ubuntu_focal designate_worker: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy
designate_producer: docker.io/openstackhelm/designate:wallaby-ubuntu_focal designate_producer: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy
designate_sink: docker.io/openstackhelm/designate:wallaby-ubuntu_focal designate_sink: docker.io/openstackhelm/designate:2024.1-ubuntu_jammy
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"
local_registry: local_registry:
active: false active: false

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Glance description: OpenStack-Helm Glance
name: glance name: glance
version: 0.4.22 version: 0.4.23
home: https://docs.openstack.org/glance/latest/ home: https://docs.openstack.org/glance/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png
sources: sources:

View File

@ -36,17 +36,17 @@ images:
tags: tags:
test: docker.io/xrally/xrally-openstack:2.0.0 test: docker.io/xrally/xrally-openstack:2.0.0
glance_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial glance_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
glance_metadefs_load: docker.io/openstackhelm/glance:wallaby-ubuntu_focal glance_metadefs_load: docker.io/openstackhelm/glance:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
glance_db_sync: docker.io/openstackhelm/glance:wallaby-ubuntu_focal glance_db_sync: docker.io/openstackhelm/glance:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
glance_api: docker.io/openstackhelm/glance:wallaby-ubuntu_focal glance_api: docker.io/openstackhelm/glance:2024.1-ubuntu_jammy
# Bootstrap image requires curl # 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 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Heat description: OpenStack-Helm Heat
name: heat name: heat
version: 0.3.13 version: 0.3.14
home: https://docs.openstack.org/heat/latest/ home: https://docs.openstack.org/heat/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Heat/OpenStack_Project_Heat_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Heat/OpenStack_Project_Heat_vertical.png
sources: sources:

View File

@ -41,20 +41,20 @@ labels:
images: images:
tags: tags:
test: docker.io/xrally/xrally-openstack:2.0.0 test: docker.io/xrally/xrally-openstack:2.0.0
bootstrap: docker.io/openstackhelm/heat:stein-ubuntu_bionic bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
heat_db_sync: docker.io/openstackhelm/heat:stein-ubuntu_bionic heat_db_sync: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
heat_api: docker.io/openstackhelm/heat:stein-ubuntu_bionic heat_api: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
heat_cfn: docker.io/openstackhelm/heat:stein-ubuntu_bionic heat_cfn: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
heat_cloudwatch: docker.io/openstackhelm/heat:stein-ubuntu_bionic heat_cloudwatch: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
heat_engine: docker.io/openstackhelm/heat:stein-ubuntu_bionic heat_engine: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
heat_engine_cleaner: docker.io/openstackhelm/heat:stein-ubuntu_bionic heat_engine_cleaner: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
heat_purge_deleted: docker.io/openstackhelm/heat:stein-ubuntu_bionic heat_purge_deleted: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Horizon description: OpenStack-Helm Horizon
name: horizon name: horizon
version: 0.3.20 version: 0.3.21
home: https://docs.openstack.org/horizon/latest/ home: https://docs.openstack.org/horizon/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png
sources: sources:

View File

@ -18,11 +18,11 @@
--- ---
images: images:
tags: tags:
db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
horizon_db_sync: docker.io/openstackhelm/horizon:stein-ubuntu_bionic horizon_db_sync: docker.io/openstackhelm/horizon:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
horizon: docker.io/openstackhelm/horizon:stein-ubuntu_bionic horizon: docker.io/openstackhelm/horizon:2024.1-ubuntu_jammy
test: docker.io/openstackhelm/osh-selenium:latest-ubuntu_focal test: docker.io/openstackhelm/osh-selenium:latest-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Ironic description: OpenStack-Helm Ironic
name: ironic name: ironic
version: 0.2.13 version: 0.2.14
home: https://docs.openstack.org/ironic/latest/ home: https://docs.openstack.org/ironic/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Ironic/OpenStack_Project_Ironic_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Ironic/OpenStack_Project_Ironic_vertical.png
sources: sources:

View File

@ -33,22 +33,22 @@ labels:
images: images:
tags: tags:
ironic_manage_cleaning_network: 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:wallaby-ubuntu_focal ironic_retrive_cleaning_network: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ironic_retrive_swift_config: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ironic_retrive_swift_config: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
# Bootstrap image requires curl # Bootstrap image requires curl
bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ironic_db_sync: docker.io/openstackhelm/ironic:wallaby-ubuntu_focal ironic_db_sync: docker.io/openstackhelm/ironic:2024.1-ubuntu_jammy
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
ironic_api: docker.io/openstackhelm/ironic:wallaby-ubuntu_focal ironic_api: docker.io/openstackhelm/ironic:2024.1-ubuntu_jammy
ironic_conductor: docker.io/openstackhelm/ironic:wallaby-ubuntu_focal ironic_conductor: docker.io/openstackhelm/ironic:2024.1-ubuntu_jammy
ironic_pxe: docker.io/openstackhelm/ironic:wallaby-ubuntu_focal ironic_pxe: docker.io/openstackhelm/ironic:2024.1-ubuntu_jammy
ironic_pxe_init: docker.io/openstackhelm/ironic:wallaby-ubuntu_focal ironic_pxe_init: docker.io/openstackhelm/ironic:2024.1-ubuntu_jammy
ironic_pxe_http: docker.io/nginx:1.13.3 ironic_pxe_http: docker.io/nginx:1.13.3
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Keystone description: OpenStack-Helm Keystone
name: keystone name: keystone
version: 0.3.12 version: 0.3.13
home: https://docs.openstack.org/keystone/latest/ home: https://docs.openstack.org/keystone/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Keystone/OpenStack_Project_Keystone_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Keystone/OpenStack_Project_Keystone_vertical.png
sources: sources:

View File

@ -35,20 +35,20 @@ helm3_hook: true
images: images:
tags: 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 test: docker.io/xrally/xrally-openstack:2.0.0
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
keystone_db_sync: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal keystone_db_sync: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
keystone_fernet_setup: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal keystone_fernet_setup: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy
keystone_fernet_rotate: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal keystone_fernet_rotate: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy
keystone_credential_setup: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal keystone_credential_setup: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy
keystone_credential_rotate: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal keystone_credential_rotate: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy
keystone_credential_cleanup: docker.io/openstackhelm/heat:wallaby-ubuntu_focal keystone_credential_cleanup: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
keystone_api: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal keystone_api: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy
keystone_domain_manage: docker.io/openstackhelm/keystone:wallaby-ubuntu_focal keystone_domain_manage: docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Magnum description: OpenStack-Helm Magnum
name: magnum name: magnum
version: 0.2.12 version: 0.2.13
home: https://docs.openstack.org/magnum/latest/ home: https://docs.openstack.org/magnum/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Magnum/OpenStack_Project_Magnum_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Magnum/OpenStack_Project_Magnum_vertical.png
sources: sources:

View File

@ -31,16 +31,16 @@ labels:
images: images:
tags: tags:
bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
magnum_db_sync: docker.io/openstackhelm/magnum:wallaby-ubuntu_focal magnum_db_sync: docker.io/openstackhelm/magnum:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
magnum_api: docker.io/openstackhelm/magnum:wallaby-ubuntu_focal magnum_api: docker.io/openstackhelm/magnum:2024.1-ubuntu_jammy
magnum_conductor: docker.io/openstackhelm/magnum:wallaby-ubuntu_focal magnum_conductor: docker.io/openstackhelm/magnum:2024.1-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Manila description: OpenStack-Helm Manila
name: manila name: manila
version: 0.1.11 version: 0.1.12
home: https://docs.openstack.org/manila/latest/ home: https://docs.openstack.org/manila/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Manila/OpenStack_Project_Manila_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Manila/OpenStack_Project_Manila_vertical.png
sources: sources:

View File

@ -44,19 +44,19 @@ helm3_hook: true
images: images:
tags: 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 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
db_init: docker.io/openstackhelm/heat:xena-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
manila_db_sync: docker.io/openstackhelm/manila:xena-ubuntu_focal manila_db_sync: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:xena-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_user: docker.io/openstackhelm/heat:xena-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:xena-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:xena-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
manila_api: docker.io/openstackhelm/manila:xena-ubuntu_focal manila_api: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy
manila_data: docker.io/openstackhelm/manila:xena-ubuntu_focal manila_data: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy
manila_scheduler: docker.io/openstackhelm/manila:xena-ubuntu_focal manila_scheduler: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy
manila_share: docker.io/openstackhelm/manila:xena-ubuntu_focal manila_share: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"
local_registry: local_registry:

View File

@ -13,6 +13,4 @@ images:
manila_data: docker.io/openstackhelm/manila:2023.1-ubuntu_focal manila_data: docker.io/openstackhelm/manila:2023.1-ubuntu_focal
manila_scheduler: 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 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
... ...

View File

@ -13,6 +13,4 @@ images:
manila_data: docker.io/openstackhelm/manila:2023.1-ubuntu_jammy manila_data: docker.io/openstackhelm/manila:2023.1-ubuntu_jammy
manila_scheduler: 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 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
... ...

View File

@ -13,6 +13,4 @@ images:
manila_data: docker.io/openstackhelm/manila:2023.2-ubuntu_jammy manila_data: docker.io/openstackhelm/manila:2023.2-ubuntu_jammy
manila_scheduler: 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 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
... ...

View File

@ -13,6 +13,4 @@ images:
manila_data: 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_scheduler: docker.io/openstackhelm/manila:2024.1-ubuntu_jammy
manila_share: 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
... ...

View File

@ -13,6 +13,4 @@ images:
manila_data: 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_scheduler: docker.io/openstackhelm/manila:xena-ubuntu_focal
manila_share: 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
... ...

View File

@ -13,6 +13,4 @@ images:
manila_data: docker.io/openstackhelm/manila:yoga-ubuntu_focal manila_data: docker.io/openstackhelm/manila:yoga-ubuntu_focal
manila_scheduler: 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 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
... ...

View File

@ -13,6 +13,4 @@ images:
manila_data: docker.io/openstackhelm/manila:zed-ubuntu_focal manila_data: docker.io/openstackhelm/manila:zed-ubuntu_focal
manila_scheduler: 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 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
... ...

View File

@ -13,6 +13,4 @@ images:
manila_data: docker.io/openstackhelm/manila:zed-ubuntu_jammy manila_data: docker.io/openstackhelm/manila:zed-ubuntu_jammy
manila_scheduler: 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 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
... ...

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Masakari description: OpenStack-Helm Masakari
name: masakari name: masakari
version: 0.1.11 version: 0.1.12
home: https://docs.openstack.org/developer/masakari home: https://docs.openstack.org/developer/masakari
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Masakari/OpenStack_Project_masakari_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Masakari/OpenStack_Project_masakari_vertical.png
sources: sources:

View File

@ -13,18 +13,18 @@
--- ---
images: images:
tags: tags:
db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_sync: docker.io/xuxant/masakari:wallaby db_sync: docker.io/openstackhelm/masakari:2024.1-ubuntu_jammy
db_drop: quay.io/vexxhost/heat:ussuri db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: quay.io/vexxhost/heat:wallaby ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: quay.io/vexxhost/heat:wallaby ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_user: quay.io/vexxhost/heat:wallaby ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
masakari_api: docker.io/openstackhelm/masakari:master-ubuntu_focal masakari_api: docker.io/openstackhelm/masakari:2024.1-ubuntu_jammy
masakari_engine: docker.io/openstackhelm/masakari:master-ubuntu_focal masakari_engine: docker.io/openstackhelm/masakari:2024.1-ubuntu_jammy
masakari_host_monitor: docker.io/xuxant/masakari-monitors:focal masakari_host_monitor: docker.io/openstackhelm/masakari-monitors:2024.1-ubuntu_jammy
masakari_process_monitor: docker.io/xuxant/masakari-monitors:focal masakari_process_monitor: docker.io/openstackhelm/masakari-monitors:2024.1-ubuntu_jammy
masakari_instance_monitor: docker.io/xuxant/masakari-monitors:focal masakari_instance_monitor: docker.io/openstackhelm/masakari-monitors:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"
local_registry: local_registry:

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Mistral description: OpenStack-Helm Mistral
name: mistral name: mistral
version: 0.2.9 version: 0.2.10
home: https://docs.openstack.org/mistral/latest/ home: https://docs.openstack.org/mistral/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Mistral/OpenStack_Project_Mistral_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Mistral/OpenStack_Project_Mistral_vertical.png
sources: sources:

View File

@ -41,15 +41,15 @@ release_group: null
images: images:
tags: tags:
test: docker.io/xrally/xrally-openstack:2.0.0 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 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 mistral_db_sync: docker.io/kolla/ubuntu-source-mistral-api:wallaby
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
mistral_api: docker.io/kolla/ubuntu-source-mistral-api:wallaby mistral_api: docker.io/kolla/ubuntu-source-mistral-api:wallaby
mistral_engine: docker.io/kolla/ubuntu-source-mistral-engine:wallaby mistral_engine: docker.io/kolla/ubuntu-source-mistral-engine:wallaby
mistral_event_engine: docker.io/kolla/ubuntu-source-mistral-engine:wallaby mistral_event_engine: docker.io/kolla/ubuntu-source-mistral-engine:wallaby

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Monasca API description: OpenStack-Helm Monasca API
name: monasca name: monasca
version: 0.1.3 version: 0.1.4
home: https://docs.openstack.org/monasca/latest/ home: https://docs.openstack.org/monasca/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Monasca/OpenStack_Project_Monasca_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Monasca/OpenStack_Project_Monasca_vertical.png
sources: sources:

View File

@ -18,13 +18,13 @@
--- ---
images: images:
tags: tags:
ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
influxdb_init: radial/busyboxplus:curl 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 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_api: docker.io/openstackhelm/monasca_api:stein-ubuntu_bionic
monasca_collector: docker.io/openstackhelm/monasca_agent:stein-ubuntu_bionic monasca_collector: docker.io/openstackhelm/monasca_agent:stein-ubuntu_bionic
monasca_forwarder: docker.io/openstackhelm/monasca_forwarder:stein-ubuntu_bionic monasca_forwarder: docker.io/openstackhelm/monasca_forwarder:stein-ubuntu_bionic

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Neutron description: OpenStack-Helm Neutron
name: neutron name: neutron
version: 0.3.41 version: 0.3.42
home: https://docs.openstack.org/neutron/latest/ home: https://docs.openstack.org/neutron/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
sources: sources:

View File

@ -20,31 +20,31 @@ release_group: null
images: images:
tags: 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 test: docker.io/xrally/xrally-openstack:2.0.0
purge_test: docker.io/openstackhelm/ospurge:latest purge_test: docker.io/openstackhelm/ospurge:latest
db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
neutron_db_sync: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_db_sync: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
netoffload: ghcr.io/vexxhost/netoffload:v1.0.1 netoffload: ghcr.io/vexxhost/netoffload:v1.0.1
neutron_server: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_server: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
neutron_dhcp: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_dhcp: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
neutron_metadata: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_metadata: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
neutron_ovn_metadata: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_ovn_metadata: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
neutron_l3: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_l3: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
neutron_l2gw: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_l2gw: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
neutron_openvswitch_agent: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_openvswitch_agent: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
neutron_linuxbridge_agent: docker.io/openstackhelm/neutron:stein-ubuntu_bionic 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: docker.io/openstackhelm/neutron:stein-18.04-sriov
neutron_sriov_agent_init: 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_bagpipe_bgp: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
neutron_bgp_dragent: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_bgp_dragent: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
neutron_ironic_agent: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_ironic_agent: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
neutron_netns_cleanup_cron: docker.io/openstackhelm/neutron:stein-ubuntu_bionic neutron_netns_cleanup_cron: docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Nova description: OpenStack-Helm Nova
name: nova name: nova
version: 0.3.41 version: 0.3.42
home: https://docs.openstack.org/nova/latest/ home: https://docs.openstack.org/nova/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
sources: sources:

View File

@ -54,32 +54,32 @@ labels:
images: images:
pull_policy: IfNotPresent pull_policy: IfNotPresent
tags: tags:
bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
nova_archive_deleted_rows: docker.io/openstackhelm/nova:wallaby-ubuntu_focal nova_archive_deleted_rows: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
nova_api: docker.io/openstackhelm/nova:wallaby-ubuntu_focal nova_api: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy
nova_cell_setup: docker.io/openstackhelm/nova:wallaby-ubuntu_focal nova_cell_setup: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy
nova_cell_setup_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal nova_cell_setup_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
nova_compute: docker.io/openstackhelm/nova:wallaby-ubuntu_focal nova_compute: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy
nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:wallaby' nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:wallaby'
nova_compute_ssh: docker.io/openstackhelm/nova:wallaby-ubuntu_focal nova_compute_ssh: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy
nova_conductor: docker.io/openstackhelm/nova:wallaby-ubuntu_focal nova_conductor: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy
nova_db_sync: docker.io/openstackhelm/nova:wallaby-ubuntu_focal nova_db_sync: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy
nova_novncproxy: docker.io/openstackhelm/nova:wallaby-ubuntu_focal nova_novncproxy: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy
nova_novncproxy_assets: 'docker.io/kolla/ubuntu-source-nova-novncproxy:wallaby' 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' nova_storage_init: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy'
# NOTE(portdirect): we simply use the ceph config helper here, # NOTE(portdirect): we simply use the ceph config helper here,
# as it has both oscli and jq. # as it has both oscli and jq.
nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy' nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy'
nova_spiceproxy: docker.io/openstackhelm/nova:wallaby-ubuntu_focal nova_spiceproxy: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy
nova_spiceproxy_assets: docker.io/openstackhelm/nova:wallaby-ubuntu_focal nova_spiceproxy_assets: docker.io/openstackhelm/nova:2024.1-ubuntu_jammy
test: docker.io/xrally/xrally-openstack:2.0.0 test: docker.io/xrally/xrally-openstack:2.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
nova_wait_for_computes_init: gcr.io/google_containers/hyperkube-amd64:v1.11.6 nova_wait_for_computes_init: gcr.io/google_containers/hyperkube-amd64:v1.11.6

View File

@ -16,7 +16,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Octavia description: OpenStack-Helm Octavia
name: octavia name: octavia
version: 0.2.13 version: 0.2.14
home: https://docs.openstack.org/octavia/latest/ home: https://docs.openstack.org/octavia/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Octavia/OpenStack_Project_Octavia_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Octavia/OpenStack_Project_Octavia_vertical.png
sources: sources:

View File

@ -40,14 +40,14 @@ labels:
images: images:
tags: tags:
test: docker.io/xrally/xrally-openstack:2.0.0 test: docker.io/xrally/xrally-openstack:2.0.0
bootstrap: docker.io/openstackhelm/heat:ocata bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:ocata db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
octavia_db_sync: docker.io/loci/octavia:master-ubuntu octavia_db_sync: docker.io/loci/octavia:master-ubuntu
db_drop: docker.io/openstackhelm/heat:ocata db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
ks_user: docker.io/openstackhelm/heat:ocata ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:ocata ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:ocata ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
octavia_api: docker.io/loci/octavia:master-ubuntu octavia_api: docker.io/loci/octavia:master-ubuntu

View File

@ -16,7 +16,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Placement description: OpenStack-Helm Placement
name: placement name: placement
version: 0.3.13 version: 0.3.14
home: https://docs.openstack.org/placement/latest/ home: https://docs.openstack.org/placement/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Placement/OpenStack_Project_Placement_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Placement/OpenStack_Project_Placement_vertical.png
sources: sources:

View File

@ -30,13 +30,13 @@ labels:
images: images:
pull_policy: IfNotPresent pull_policy: IfNotPresent
tags: tags:
placement: docker.io/openstackhelm/placement:stein-ubuntu_bionic placement: docker.io/openstackhelm/placement:2024.1-ubuntu_jammy
ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:stein-ubuntu_bionic ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
placement_db_sync: docker.io/openstackhelm/placement:stein-ubuntu_bionic placement_db_sync: docker.io/openstackhelm/placement:2024.1-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
local_registry: local_registry:

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm rally description: OpenStack-Helm rally
name: rally name: rally
version: 0.2.9 version: 0.2.10
home: https://docs.openstack.org/developer/rally home: https://docs.openstack.org/developer/rally
icon: https://www.openstack.org/themes/openstack/images/project-mascots/rally/OpenStack_Project_rally_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/rally/OpenStack_Project_rally_vertical.png
sources: sources:

View File

@ -30,9 +30,9 @@ images:
db_init: docker.io/xrally/xrally-openstack:2.0.0 db_init: docker.io/xrally/xrally-openstack:2.0.0
rally_db_sync: 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 run_task: docker.io/xrally/xrally-openstack:2.0.0
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"
local_registry: local_registry:

View File

@ -13,4 +13,5 @@ aodh:
- 0.2.8 Define service_type in keystone_authtoken to support application credentials with access rules - 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.9 Enable custom annotations for Openstack pods
- 0.2.10 Enable custom annotations for Openstack secrets - 0.2.10 Enable custom annotations for Openstack secrets
- 0.2.11 Update images used by default
... ...

View File

@ -35,4 +35,5 @@ barbican:
- 0.3.9 Enable custom annotations for Openstack pods - 0.3.9 Enable custom annotations for Openstack pods
- 0.3.10 Add 2024.1 overrides - 0.3.10 Add 2024.1 overrides
- 0.3.11 Enable custom annotations for Openstack secrets - 0.3.11 Enable custom annotations for Openstack secrets
- 0.3.12 Update images used by default
... ...

View File

@ -13,4 +13,5 @@ ceilometer:
- 0.2.8 Replace node-role.kubernetes.io/master with control-plane - 0.2.8 Replace node-role.kubernetes.io/master with control-plane
- 0.2.9 Enable custom annotations for Openstack pods - 0.2.9 Enable custom annotations for Openstack pods
- 0.2.10 Enable custom annotations for Openstack secrets - 0.2.10 Enable custom annotations for Openstack secrets
- 0.2.11 Update images used by default
... ...

View File

@ -71,4 +71,5 @@ cinder:
- 0.3.19 Add 2024.1 overrides - 0.3.19 Add 2024.1 overrides
- 0.3.20 Add readiness probe initial delay - 0.3.20 Add readiness probe initial delay
- 0.3.21 Enable custom annotations for Openstack secrets - 0.3.21 Enable custom annotations for Openstack secrets
- 0.3.22 Update images used by default
... ...

View File

@ -6,4 +6,5 @@ cyborg:
- 0.1.3 Define service_type in keystone_authtoken to support application credentials with access rules - 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.4 Enable custom annotations for Openstack pods
- 0.1.5 Enable custom annotations for Openstack secrets - 0.1.5 Enable custom annotations for Openstack secrets
- 0.1.6 Update images used by default
... ...

View File

@ -16,4 +16,5 @@ designate:
- 0.2.10 Uses uWSGI for API service - 0.2.10 Uses uWSGI for API service
- 0.2.11 Enable custom annotations for Openstack pods - 0.2.11 Enable custom annotations for Openstack pods
- 0.2.12 Enable custom annotations for Openstack secrets - 0.2.12 Enable custom annotations for Openstack secrets
- 0.2.13 Update images used by default
... ...

View File

@ -56,4 +56,5 @@ glance:
- 0.4.20 Add readiness probe initial delay - 0.4.20 Add readiness probe initial delay
- 0.4.21 Use uWSGI - 0.4.21 Use uWSGI
- 0.4.22 Enable custom annotations for Openstack secrets - 0.4.22 Enable custom annotations for Openstack secrets
- 0.4.23 Update images used by default
... ...

View File

@ -39,4 +39,5 @@ heat:
- 0.3.11 Add 2024.1 overrides - 0.3.11 Add 2024.1 overrides
- 0.3.12 Add readiness probe initial delay - 0.3.12 Add readiness probe initial delay
- 0.3.13 Enable custom annotations for Openstack secrets - 0.3.13 Enable custom annotations for Openstack secrets
- 0.3.14 Update images used by default
... ...

View File

@ -57,4 +57,5 @@ horizon:
- 0.3.18 Enable custom annotations for Openstack pods - 0.3.18 Enable custom annotations for Openstack pods
- 0.3.19 Add 2024.1 overrides - 0.3.19 Add 2024.1 overrides
- 0.3.20 Enable custom annotations for Openstack secrets - 0.3.20 Enable custom annotations for Openstack secrets
- 0.3.21 Update images used by default
... ...

View File

@ -17,4 +17,5 @@ ironic:
- 0.2.11 Enable custom annotations for Openstack pods - 0.2.11 Enable custom annotations for Openstack pods
- 0.2.12 allow custom annotations on jobs - 0.2.12 allow custom annotations on jobs
- 0.2.13 Enable custom annotations for Openstack secrets - 0.2.13 Enable custom annotations for Openstack secrets
- 0.2.14 Update images used by default
... ...

View File

@ -59,4 +59,5 @@ keystone:
- 0.3.10 Allow custom annotations on jobs - 0.3.10 Allow custom annotations on jobs
- 0.3.11 Fix custom annotations when helm3_hook is disabled - 0.3.11 Fix custom annotations when helm3_hook is disabled
- 0.3.12 Enable custom annotations for Openstack secrets - 0.3.12 Enable custom annotations for Openstack secrets
- 0.3.13 Update images used by default
... ...

View File

@ -16,4 +16,5 @@ magnum:
- 0.2.10 Uses uWSGI for API service - 0.2.10 Uses uWSGI for API service
- 0.2.11 Enable custom annotations for Openstack pods - 0.2.11 Enable custom annotations for Openstack pods
- 0.2.12 Enable custom annotations for Openstack secrets - 0.2.12 Enable custom annotations for Openstack secrets
- 0.2.13 Update images used by default
... ...

View File

@ -12,4 +12,5 @@ manila:
- 0.1.9 Enable custom annotations for Openstack pods - 0.1.9 Enable custom annotations for Openstack pods
- 0.1.10 Add 2024.1 overrides - 0.1.10 Add 2024.1 overrides
- 0.1.11 Enable custom annotations for Openstack secrets - 0.1.11 Enable custom annotations for Openstack secrets
- 0.1.12 Update images used by default
... ...

View File

@ -12,4 +12,5 @@ masakari:
- 0.1.9 Enable custom annotations for Openstack pods - 0.1.9 Enable custom annotations for Openstack pods
- 0.1.10 Enable custom annotations for Openstack secrets - 0.1.10 Enable custom annotations for Openstack secrets
- 0.1.11 Move api_paste_config value to wsgi - 0.1.11 Move api_paste_config value to wsgi
- 0.1.12 Update images used by default
... ...

View File

@ -13,4 +13,5 @@ mistral:
- 0.2.7 Remove default policy rules - 0.2.7 Remove default policy rules
- 0.2.8 Enable custom annotations for Openstack pods - 0.2.8 Enable custom annotations for Openstack pods
- 0.2.9 Enable custom annotations for Openstack secrets - 0.2.9 Enable custom annotations for Openstack secrets
- 0.2.10 Update images used by default
... ...

View File

@ -4,4 +4,5 @@ monasca:
- 0.1.1 Update osh-selenium image used by default - 0.1.1 Update osh-selenium image used by default
- 0.1.2 Enable custom annotations for Openstack pods - 0.1.2 Enable custom annotations for Openstack pods
- 0.1.3 Enable custom annotations for Openstack secrets - 0.1.3 Enable custom annotations for Openstack secrets
- 0.1.4 Update images used by default
... ...

View File

@ -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.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.40 Fix ovs bridge creation in mappings for DPDK
- 0.3.41 Enable custom annotations for Openstack secrets - 0.3.41 Enable custom annotations for Openstack secrets
- 0.3.42 Update images used by default
... ...

View File

@ -110,4 +110,5 @@ nova:
- 0.3.39 Enable custom annotations for Openstack pods - 0.3.39 Enable custom annotations for Openstack pods
- 0.3.40 Add 2024.1 overrides - 0.3.40 Add 2024.1 overrides
- 0.3.41 Enable custom annotations for Openstack secrets - 0.3.41 Enable custom annotations for Openstack secrets
- 0.3.42 Update images used by default
... ...

View File

@ -17,4 +17,5 @@ octavia:
- 0.2.11 Uses uWSGI for API service - 0.2.11 Uses uWSGI for API service
- 0.2.12 Enable custom annotations for Openstack pods - 0.2.12 Enable custom annotations for Openstack pods
- 0.2.13 Enable custom annotations for Openstack secrets - 0.2.13 Enable custom annotations for Openstack secrets
- 0.2.14 Update images used by default
... ...

View File

@ -36,4 +36,5 @@ placement:
- 0.3.11 Enable custom annotations for Openstack pods - 0.3.11 Enable custom annotations for Openstack pods
- 0.3.12 Add 2024.1 overrides - 0.3.12 Add 2024.1 overrides
- 0.3.13 Enable custom annotations for Openstack secrets - 0.3.13 Enable custom annotations for Openstack secrets
- 0.3.14 Update images used by default
... ...

View File

@ -12,4 +12,5 @@ rally:
- 0.2.7 Support TLS for identity endpoint - 0.2.7 Support TLS for identity endpoint
- 0.2.8 Bump Cirros version to 0.6.2 - 0.2.8 Bump Cirros version to 0.6.2
- 0.2.9 Enable custom annotations for Openstack secrets - 0.2.9 Enable custom annotations for Openstack secrets
- 0.2.10 Update images used by default
... ...

View File

@ -15,4 +15,5 @@ senlin:
- 0.2.10 Uses uWSGI for API - 0.2.10 Uses uWSGI for API
- 0.2.11 Enable custom annotations for Openstack pods - 0.2.11 Enable custom annotations for Openstack pods
- 0.2.12 Enable custom annotations for Openstack secrets - 0.2.12 Enable custom annotations for Openstack secrets
- 0.2.13 Update images used by default
... ...

View File

@ -5,4 +5,5 @@ tacker:
- 0.1.2 Add 2023.2 Ubuntu Jammy overrides - 0.1.2 Add 2023.2 Ubuntu Jammy overrides
- 0.1.3 Add 2024.1 overrides - 0.1.3 Add 2024.1 overrides
- 0.1.4 Enable custom annotations for Openstack secrets - 0.1.4 Enable custom annotations for Openstack secrets
- 0.1.5 Update images used by default
... ...

View File

@ -12,4 +12,5 @@ tempest:
- 0.2.7 Add configuration for heat-tempest-plugin - 0.2.7 Add configuration for heat-tempest-plugin
- 0.2.8 Bump Cirros version to 0.6.2 - 0.2.8 Bump Cirros version to 0.6.2
- 0.2.9 Enable custom annotations for Openstack secrets - 0.2.9 Enable custom annotations for Openstack secrets
- 0.2.10 Update images used by default
... ...

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Senlin description: OpenStack-Helm Senlin
name: senlin name: senlin
version: 0.2.12 version: 0.2.13
home: https://docs.openstack.org/senlin/latest/ home: https://docs.openstack.org/senlin/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Senlin/OpenStack_Project_Senlin_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Senlin/OpenStack_Project_Senlin_vertical.png
sources: sources:

View File

@ -40,15 +40,15 @@ release_group: null
images: images:
tags: tags:
scripted_test: docker.io/openstackhelm/heat:wallaby-ubuntu_focal scripted_test: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal bootstrap: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
senlin_db_sync: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal senlin_db_sync: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
senlin_api: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal senlin_api: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal
senlin_conductor: 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 senlin_engine: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Tacker description: OpenStack-Helm Tacker
name: tacker name: tacker
version: 0.1.4 version: 0.1.5
home: https://docs.openstack.org/tacker/latest/ home: https://docs.openstack.org/tacker/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Tacker/OpenStack_Project_Tacker_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Tacker/OpenStack_Project_Tacker_vertical.png
sources: sources:

View File

@ -28,15 +28,15 @@ labels:
images: images:
pull_policy: IfNotPresent pull_policy: IfNotPresent
tags: tags:
tacker_server: docker.io/openstackhelm/tacker:2023.1-ubuntu_focal tacker_server: docker.io/openstackhelm/tacker:2024.1-ubuntu_jammy
tacker_conductor: docker.io/openstackhelm/tacker:2023.1-ubuntu_focal tacker_conductor: docker.io/openstackhelm/tacker:2024.1-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:2023.1-ubuntu_focal db_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:2023.1-ubuntu_focal db_drop: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
tacker_db_sync: docker.io/openstackhelm/tacker:2023.1-ubuntu_focal tacker_db_sync: docker.io/openstackhelm/tacker:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:2023.1-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:2023.1-ubuntu_focal ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_user: docker.io/openstackhelm/heat:2023.1-ubuntu_focal ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management rabbit_init: docker.io/rabbitmq:3.13-management
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
local_registry: local_registry:
active: false active: false

View File

@ -12,5 +12,3 @@ images:
ks_endpoints: docker.io/openstackhelm/heat: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_service: docker.io/openstackhelm/heat:2023.1-ubuntu_focal
ks_user: 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

View File

@ -12,5 +12,3 @@ images:
ks_endpoints: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy ks_endpoints: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy
ks_service: 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 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

View File

@ -12,5 +12,3 @@ images:
ks_endpoints: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy ks_endpoints: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy
ks_service: 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 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

View File

@ -12,5 +12,3 @@ images:
ks_endpoints: 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_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_user: 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

View File

@ -12,8 +12,6 @@ images:
ks_endpoints: docker.io/openstackhelm/heat:zed-ubuntu_focal ks_endpoints: docker.io/openstackhelm/heat:zed-ubuntu_focal
ks_service: 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 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: conf:
paste: paste:

View File

@ -12,8 +12,6 @@ images:
ks_endpoints: docker.io/openstackhelm/heat:zed-ubuntu_jammy ks_endpoints: docker.io/openstackhelm/heat:zed-ubuntu_jammy
ks_service: 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 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: conf:
paste: paste:

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Tempest description: OpenStack-Helm Tempest
name: tempest name: tempest
version: 0.2.9 version: 0.2.10
home: https://docs.openstack.org/tempest/latest/ home: https://docs.openstack.org/tempest/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/tempest/OpenStack_Project_tempest_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/tempest/OpenStack_Project_tempest_vertical.png
sources: sources:

View File

@ -25,7 +25,7 @@ images:
tags: tags:
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
tempest_run_tests: docker.io/openstackhelm/tempest:latest-ubuntu_focal 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 image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"
local_registry: local_registry: