Update image defaults to Wallaby

This change updates the image defaults to wallaby in the senlin
chart. This is part of the effort to update the image references
in each chart.

Change-Id: I6a328628e8daf74ea42cd60f71a2cd93b2c3ebde
This commit is contained in:
Gage Hugo 2022-04-26 14:44:09 -05:00
parent e95d8a0bcd
commit 28745e6b17
3 changed files with 15 additions and 14 deletions

View File

@ -6,4 +6,5 @@ senlin:
- 0.2.1 Use policies in yaml format
- 0.2.2 Update htk requirements repo
- 0.2.3 Add conductor & health manager
- 0.2.4 Update default image release
...

View File

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

@ -40,20 +40,20 @@ release_group: null
images:
tags:
scripted_test: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
bootstrap: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
db_init: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
senlin_db_sync: docker.io/openstackhelm/senlin:ocata-ubuntu_xenial
db_drop: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
scripted_test: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
senlin_db_sync: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
rabbit_init: docker.io/rabbitmq:3.7-management
ks_user: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
ks_service: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
ks_endpoints: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
senlin_api: docker.io/openstackhelm/senlin:ocata-ubuntu_xenial
senlin_conductor: docker.io/openstackhelm/senlin:ocata-ubuntu_xenial
senlin_engine: docker.io/openstackhelm/senlin:ocata-ubuntu_xenial
senlin_engine_cleaner: docker.io/openstackhelm/senlin:ocata-ubuntu_xenial
senlin_health_manager: docker.io/openstackhelm/senlin: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
senlin_api: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal
senlin_conductor: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal
senlin_engine: docker.io/openstackhelm/senlin:wallaby-ubuntu_focal
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
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"