Update mistral default image values to wallaby

This change updates the mistral default image values from ocata
to wallaby.

Change-Id: I60ab94561b3376a05fdbfdedbe17f842cdc1992f
This commit is contained in:
Gage Hugo 2022-04-27 09:23:29 -05:00
parent e95d8a0bcd
commit f475f1e127
3 changed files with 13 additions and 12 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Mistral
name: mistral
version: 0.2.2
version: 0.2.3
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

@ -41,19 +41,19 @@ release_group: null
images:
tags:
test: docker.io/xrally/xrally-openstack:2.0.0
bootstrap: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
db_init: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
mistral_db_sync: docker.io/kolla/ubuntu-source-mistral-api:ocata
db_drop: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
mistral_db_sync: docker.io/kolla/ubuntu-source-mistral-api:wallaby
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
rabbit_init: docker.io/rabbitmq:3.7-management
ks_user: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
ks_service: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
ks_endpoints: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
mistral_api: docker.io/kolla/ubuntu-source-mistral-api:ocata
mistral_engine: docker.io/kolla/ubuntu-source-mistral-engine:ocata
mistral_event_engine: docker.io/kolla/ubuntu-source-mistral-engine:ocata
mistral_executor: docker.io/kolla/ubuntu-source-mistral-executor:ocata
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
mistral_api: docker.io/kolla/ubuntu-source-mistral-api:wallaby
mistral_engine: docker.io/kolla/ubuntu-source-mistral-engine:wallaby
mistral_event_engine: docker.io/kolla/ubuntu-source-mistral-engine:wallaby
mistral_executor: docker.io/kolla/ubuntu-source-mistral-executor:wallaby
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

@ -6,4 +6,5 @@ mistral:
- 0.2.0 Remove support for releases before T
- 0.2.1 Use policies in yaml format
- 0.2.2 Update htk requirements repo
- 0.2.3 Update default imaage values to Wallaby
...