Update magnum default image values to wallaby

This change updates the default image values for the magnum chart
to wallaby from ocata.

Change-Id: I3ff76c41b643e97658abf71ccb20255a0d224c01
This commit is contained in:
Gage Hugo 2022-04-27 09:11:31 -05:00
parent e95d8a0bcd
commit 91ddf9ac3b
3 changed files with 11 additions and 10 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Magnum
name: magnum
version: 0.2.4
version: 0.2.5
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

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

View File

@ -8,4 +8,5 @@ magnum:
- 0.2.2 Fix restarting of magnum-conductor pods
- 0.2.3 Update htk requirements repo
- 0.2.4 Mount empty temp_cache_dir for performance
- 0.2.5 Update default image values to wallaby
...