diff --git a/openstack/utils/Chart.yaml b/openstack/utils/Chart.yaml index 007c0346985..34959db632e 100644 --- a/openstack/utils/Chart.yaml +++ b/openstack/utils/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: utils -version: 0.21.0 +version: 0.22.0 diff --git a/openstack/utils/templates/_hosts.tpl b/openstack/utils/templates/_hosts.tpl index 0f274379f3b..9f734a3618d 100644 --- a/openstack/utils/templates/_hosts.tpl +++ b/openstack/utils/templates/_hosts.tpl @@ -313,6 +313,7 @@ Custom DB URL for the global services using percona_cluster {{define "octavia_api_endpoint_host_public"}}loadbalancer-3.{{ include "host_fqdn" . }}{{end}} {{define "andromeda_api_endpoint_public"}}gtm-3.{{ include "host_fqdn" . }}{{end}} +{{define "andromeda_liquid_server_api_endpoint_public"}}gtm-liquid-3.{{ include "host_fqdn" . }}{{end}} {{define "arc_api_endpoint_host_public"}}arc.{{ include "host_fqdn" . }}{{end}} {{define "archer_api_endpoint_public"}}archer.{{ include "host_fqdn" . }}{{end}} {{define "lyra_api_endpoint_host_public"}}lyra.{{ include "host_fqdn" . }}{{end}}