openstack-helm/tacker/values_overrides/2023.1-ubuntu_jammy.yaml
Vladimir Kozhukalov 79edaad3bf Update default images wherever possible
- In some charts third party images are used.
  Need inspection which of them can be updated.
- For some charts we don't build images.
  For this case let's build images for active
  projects and probably retire charts for retired
  or inactive projects.

Change-Id: Ic9e634806d40595992d68c1fc3cd54b655ca5d02
2024-04-30 19:55:33 +00:00

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