a8416f968e
This is the action item to implement the spec: doc/source/specs/2025.1/chart_versioning.rst Depends-On: I327103c18fc0e10e989a17f69b3bff9995c45eb4 Depends-On: I7bfdef3ea2128bbb4e26e3a00161fe30ce29b8e7 Change-Id: I4974785c904cf7c8730279854e3ad9b6b7c35498
15 lines
665 B
YAML
15 lines
665 B
YAML
# Default values for tacker.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
images:
|
|
tags:
|
|
tacker_server: docker.io/openstackhelm/tacker:2023.1-ubuntu_jammy
|
|
tacker_conductor: docker.io/openstackhelm/tacker:2023.1-ubuntu_jammy
|
|
db_init: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy
|
|
db_drop: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy
|
|
tacker_db_sync: docker.io/openstackhelm/tacker: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_user: docker.io/openstackhelm/heat:2023.1-ubuntu_jammy
|