
This PR updates the yaml linter configuration to align it with what we have in the osh-infra repo. Change-Id: I3585fdc6663b2ae7bfb5c1d8a13672ac3055bf86
17 lines
625 B
YAML
17 lines
625 B
YAML
# Default values for tacker.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
---
|
|
images:
|
|
tags:
|
|
tacker_server: quay.io/airshipit/tacker:2024.1-ubuntu_jammy
|
|
tacker_conductor: quay.io/airshipit/tacker:2024.1-ubuntu_jammy
|
|
db_init: quay.io/airshipit/heat:2024.1-ubuntu_jammy
|
|
db_drop: quay.io/airshipit/heat:2024.1-ubuntu_jammy
|
|
tacker_db_sync: quay.io/airshipit/tacker:2024.1-ubuntu_jammy
|
|
ks_endpoints: quay.io/airshipit/heat:2024.1-ubuntu_jammy
|
|
ks_service: quay.io/airshipit/heat:2024.1-ubuntu_jammy
|
|
ks_user: quay.io/airshipit/heat:2024.1-ubuntu_jammy
|
|
...
|