Update kubernetes-entrypoint image

Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
by default instead of 1.0.0 which is v1 formatted and
not supported any more by docker.

Change-Id: Idf43d229d1c81c506653980b5e8cd6463550bc5f
This commit is contained in:
Vladimir Kozhukalov 2024-07-11 12:56:20 -05:00
parent dcb30a5ebe
commit c09f566c9e
102 changed files with 102 additions and 77 deletions

View File

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

View File

@ -56,7 +56,7 @@ images:
aodh_listener: docker.io/kolla/ubuntu-source-aodh-listener:ocata
aodh_notifier: docker.io/kolla/ubuntu-source-aodh-notifier:ocata
aodh_alarms_cleaner: docker.io/kolla/ubuntu-source-aodh-base:ocata
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -36,7 +36,7 @@ helm3_hook: true
images:
tags:
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:latest-ubuntu_focal
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

View File

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

View File

@ -60,7 +60,7 @@ images:
ceilometer_compute: docker.io/kolla/ubuntu-source-ceilometer-compute:wallaby
ceilometer_ipmi: docker.io/kolla/ubuntu-source-ceilometer-base:wallaby
ceilometer_notification: docker.io/kolla/ubuntu-source-ceilometer-notification:wallaby
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -58,7 +58,7 @@ images:
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -23,7 +23,7 @@ images:
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'
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal'
pull_policy: "IfNotPresent"
local_registry:
active: false

View File

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

View File

@ -50,7 +50,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-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

View File

@ -70,7 +70,7 @@ chart:
cfn: docker.io/kolla/ubuntu-source-heat-api:ocata
cloudwatch: docker.io/kolla/ubuntu-source-heat-api:ocata
engine: docker.io/openstackhelm/heat:ocata
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
pull_policy: "IfNotPresent"
The OpenStack-Helm project today uses a mix of Docker images from

View File

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

View File

@ -47,7 +47,7 @@ images:
glance_api: docker.io/openstackhelm/glance:2024.1-ubuntu_jammy
# Bootstrap image requires curl
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:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -55,7 +55,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -23,7 +23,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -50,7 +50,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -49,7 +49,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -41,7 +41,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -45,7 +45,7 @@ helm3_hook: true
images:
tags:
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:latest-ubuntu_focal
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

View File

@ -2,7 +2,7 @@
images:
tags:
bootstrap: docker.io/openstackhelm/heat:2023.1-ubuntu_focal
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
db_init: docker.io/openstackhelm/heat:2023.1-ubuntu_focal
manila_db_sync: docker.io/openstackhelm/manila:2023.1-ubuntu_focal
db_drop: docker.io/openstackhelm/heat:2023.1-ubuntu_focal

View File

@ -2,7 +2,7 @@
images:
tags:
bootstrap: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
db_init: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy
manila_db_sync: docker.io/openstackhelm/manila:2023.1-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy

View File

@ -2,7 +2,7 @@
images:
tags:
bootstrap: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
db_init: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy
manila_db_sync: docker.io/openstackhelm/manila:2023.2-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy

View File

@ -2,7 +2,7 @@
images:
tags:
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:latest-ubuntu_focal
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

View File

@ -2,7 +2,7 @@
images:
tags:
bootstrap: docker.io/openstackhelm/heat:xena-ubuntu_focal
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
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

View File

@ -2,7 +2,7 @@
images:
tags:
bootstrap: docker.io/openstackhelm/heat:yoga-ubuntu_focal
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
db_init: docker.io/openstackhelm/heat:yoga-ubuntu_focal
manila_db_sync: docker.io/openstackhelm/manila:yoga-ubuntu_focal
db_drop: docker.io/openstackhelm/heat:yoga-ubuntu_focal

View File

@ -2,7 +2,7 @@
images:
tags:
bootstrap: docker.io/openstackhelm/heat:zed-ubuntu_focal
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
db_init: docker.io/openstackhelm/heat:zed-ubuntu_focal
manila_db_sync: docker.io/openstackhelm/manila:zed-ubuntu_focal
db_drop: docker.io/openstackhelm/heat:zed-ubuntu_focal

View File

@ -2,7 +2,7 @@
images:
tags:
bootstrap: docker.io/openstackhelm/heat:zed-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
db_init: docker.io/openstackhelm/heat:zed-ubuntu_jammy
manila_db_sync: docker.io/openstackhelm/manila:zed-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:zed-ubuntu_jammy

View File

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

View File

@ -25,7 +25,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
pull_policy: "IfNotPresent"
local_registry:
active: false

View File

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

View File

@ -42,7 +42,7 @@ images:
tags:
test: docker.io/xrally/xrally-openstack:2.0.0
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:latest-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:2024.1-ubuntu_jammy

View File

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

View File

@ -33,7 +33,7 @@ images:
monasca_persister: docker.io/openstackhelm/monasca_persister:stein-ubuntu_bionic
monasca_thresh: docker.io/openstackhelm/monasca_thresh:stein-ubuntu_bionic
test: docker.io/openstackhelm/osh-selenium:latest-ubuntu_focal
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -47,7 +47,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -57,7 +57,7 @@ images:
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'
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-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

View File

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

View File

@ -48,7 +48,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
octavia_api: docker.io/loci/octavia:master-ubuntu
octavia_worker: docker.io/loci/octavia:master-ubuntu

View File

@ -57,6 +57,6 @@ dependencies:
description: A chart for openstack helm commmon deployment items
name: openstack
type: application
version: 0.2.15
version: 0.2.16
maintainers:
- name: OpenStack-Helm Authors

View File

@ -10,7 +10,7 @@ placement:
db_init: "docker.io/openstackhelm/heat:2023.1-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:2023.1-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:2023.1-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -10,7 +10,7 @@ placement:
db_init: "docker.io/openstackhelm/heat:2023.1-ubuntu_jammy"
db_drop: "docker.io/openstackhelm/heat:2023.1-ubuntu_jammy"
placement_db_sync: "docker.io/openstackhelm/placement:2023.1-ubuntu_jammy"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -10,7 +10,7 @@ placement:
db_init: "docker.io/openstackhelm/heat:2023.2-ubuntu_jammy"
db_drop: "docker.io/openstackhelm/heat:2023.2-ubuntu_jammy"
placement_db_sync: "docker.io/openstackhelm/placement:2023.2-ubuntu_jammy"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -10,7 +10,7 @@ placement:
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"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -11,7 +11,7 @@ placement:
db_drop: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
db_migrate: "quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_bionic"
placement_db_sync: "docker.io/openstackhelm/placement:train-ubuntu_bionic"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
manifests:
job_db_migrate: true

View File

@ -10,7 +10,7 @@ placement:
db_init: "docker.io/openstackhelm/heat:victoria-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:victoria-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:victoria-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -10,7 +10,7 @@ placement:
db_init: "docker.io/openstackhelm/heat:wallaby-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:wallaby-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:wallaby-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -10,7 +10,7 @@ placement:
db_init: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:zed-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -10,7 +10,7 @@ placement:
db_init: "docker.io/openstackhelm/heat:zed-ubuntu_jammy"
db_drop: "docker.io/openstackhelm/heat:zed-ubuntu_jammy"
placement_db_sync: "docker.io/openstackhelm/placement:zed-ubuntu_jammy"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

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

View File

@ -37,7 +37,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
local_registry:
active: false

View File

@ -9,7 +9,7 @@ images:
db_init: "docker.io/openstackhelm/heat:2023.1-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:2023.1-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:2023.1-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -9,7 +9,7 @@ images:
db_init: "docker.io/openstackhelm/heat:2023.1-ubuntu_jammy"
db_drop: "docker.io/openstackhelm/heat:2023.1-ubuntu_jammy"
placement_db_sync: "docker.io/openstackhelm/placement:2023.1-ubuntu_jammy"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -9,7 +9,7 @@ images:
db_init: "docker.io/openstackhelm/heat:2023.2-ubuntu_jammy"
db_drop: "docker.io/openstackhelm/heat:2023.2-ubuntu_jammy"
placement_db_sync: "docker.io/openstackhelm/placement:2023.2-ubuntu_jammy"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -9,7 +9,7 @@ images:
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"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -9,7 +9,7 @@ images:
db_init: "docker.io/openstackhelm/heat:victoria-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:victoria-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:victoria-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -9,7 +9,7 @@ images:
db_init: "docker.io/openstackhelm/heat:wallaby-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:wallaby-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:wallaby-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -9,7 +9,7 @@ images:
db_init: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:xena-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -9,7 +9,7 @@ images:
db_init: "docker.io/openstackhelm/heat:yoga-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:yoga-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:yoga-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -9,7 +9,7 @@ images:
db_init: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:zed-ubuntu_focal"
placement_db_sync: "docker.io/openstackhelm/placement:zed-ubuntu_focal"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

@ -9,7 +9,7 @@ images:
db_init: "docker.io/openstackhelm/heat:zed-ubuntu_jammy"
db_drop: "docker.io/openstackhelm/heat:zed-ubuntu_jammy"
placement_db_sync: "docker.io/openstackhelm/placement:zed-ubuntu_jammy"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
image_repo_sync: "docker.io/docker:17.07.0"
dependencies:
static:

View File

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

View File

@ -26,7 +26,7 @@ labels:
images:
tags:
bootstrap: docker.io/xrally/xrally-openstack:2.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
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

View File

@ -14,4 +14,5 @@ aodh:
- 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
- 0.2.12 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -37,4 +37,5 @@ barbican:
- 0.3.11 Enable custom annotations for Openstack secrets
- 0.3.12 Update images used by default
- 0.3.13 Sync uWSGI config to other services
- 0.3.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -14,4 +14,5 @@ ceilometer:
- 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
- 0.2.12 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -72,4 +72,5 @@ cinder:
- 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
- 0.3.23 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -7,4 +7,5 @@ cyborg:
- 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
- 0.1.7 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -17,4 +17,5 @@ designate:
- 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
- 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -59,4 +59,5 @@ glance:
- 0.4.23 Update images used by default
- 0.4.24 Do not attach backend pvc to storage init pod
- 0.4.25 Allow customisation of pvc storage accessMode so we can run multiple api pods
- 0.4.26 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -40,4 +40,5 @@ heat:
- 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
- 0.3.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -63,4 +63,5 @@ horizon:
- 0.3.24 Use base64 values for custom logo
- 0.3.25 Implement "CSRF_TRUSTED_ORIGINS" option support in horizon
- 0.3.26 Fix templating of CSRF_TRUSTED_ORIGINS
- 0.3.27 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -19,4 +19,5 @@ ironic:
- 0.2.13 Enable custom annotations for Openstack secrets
- 0.2.14 Update images used by default
- 0.2.15 Allow enabling/disabling of conductor http and pxe containers and overriding their init and runtime scripts
- 0.2.16 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -61,4 +61,5 @@ keystone:
- 0.3.12 Enable custom annotations for Openstack secrets
- 0.3.13 Update images used by default
- 0.3.14 Align db scripts with sqlalchemy 2.0
- 0.3.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -17,4 +17,5 @@ magnum:
- 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
- 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -13,4 +13,5 @@ manila:
- 0.1.10 Add 2024.1 overrides
- 0.1.11 Enable custom annotations for Openstack secrets
- 0.1.12 Update images used by default
- 0.1.13 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -13,4 +13,5 @@ masakari:
- 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
- 0.1.13 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -14,4 +14,5 @@ mistral:
- 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
- 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -5,4 +5,5 @@ monasca:
- 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
- 0.1.5 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -87,4 +87,5 @@ neutron:
- 0.3.43 Switch neutron to uWSGI
- 0.3.44 Add OVN VPNaas support
- 0.3.45 Fix ironic/baremetal authentication
- 0.3.46 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -111,4 +111,5 @@ nova:
- 0.3.40 Add 2024.1 overrides
- 0.3.41 Enable custom annotations for Openstack secrets
- 0.3.42 Update images used by default
- 0.3.43 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -18,4 +18,5 @@ octavia:
- 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
- 0.2.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -24,4 +24,5 @@ openstack:
- 0.2.13 Add 2024.1 overrides
- 0.2.14 Add 2024.1 overrides
- 0.2.15 Add 2024.1 overrides
- 0.2.16 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -38,4 +38,5 @@ placement:
- 0.3.13 Enable custom annotations for Openstack secrets
- 0.3.14 Update images used by default
- 0.3.15 Uses uWSGI for API service
- 0.3.16 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -13,4 +13,5 @@ rally:
- 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
- 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -16,4 +16,5 @@ senlin:
- 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
- 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -6,4 +6,5 @@ tacker:
- 0.1.3 Add 2024.1 overrides
- 0.1.4 Enable custom annotations for Openstack secrets
- 0.1.5 Update images used by default
- 0.1.6 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

@ -13,4 +13,5 @@ tempest:
- 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
- 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...

View File

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

View File

@ -54,7 +54,7 @@ images:
senlin_engine: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal
senlin_engine_cleaner: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal
senlin_health_manager: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

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

View File

@ -37,7 +37,7 @@ images:
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
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
local_registry:
active: false
exclude:

Some files were not shown because too many files have changed in this diff Show More