
This PR updates the yaml linter configuration to align it with what we have in the osh-infra repo. Change-Id: I3585fdc6663b2ae7bfb5c1d8a13672ac3055bf86
17 lines
673 B
YAML
17 lines
673 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
|
|
...
|