diff --git a/helm/microservice/ironic-conductor-daemonset/templates/ironic-conductor.yaml b/helm/microservice/ironic-conductor-daemonset/templates/ironic-conductor.yaml index 05ea04ff2..2c7bb7683 100644 --- a/helm/microservice/ironic-conductor-daemonset/templates/ironic-conductor.yaml +++ b/helm/microservice/ironic-conductor-daemonset/templates/ironic-conductor.yaml @@ -12,8 +12,8 @@ {{- $imageFull := include "kolla_build_image_full" $c }} {{- $c := dict "searchPath" $searchPath "Values" .Values }} {{- $_ := set $c "contName" "ironic-pxe" }} -{{- $_ := set $c "imageName" "image_full" }} -{{- $_ := set $c "tagName" "image_tag" }} +{{- $_ := set $c "imageName" "ironic_pxe_image_full" }} +{{- $_ := set $c "tagName" "ironic_pxe_image_tag" }} {{- $imageFullPXE := include "kolla_build_image_full" $c }} {{- $imagePullPolicy := include "kolla_val_get_str" (dict "key" "image_pull_policy" "searchPath" $searchPath "Values" .Values ) }} {{- $containerConfigDirectory := include "kolla_val_get_str" (dict "key" "container_config_directory" "searchPath" $searchPath "Values" .Values ) }} diff --git a/helm/microservice/ironic-inspector-deployment/templates/ironic-inspector.yaml b/helm/microservice/ironic-inspector-deployment/templates/ironic-inspector.yaml index c16975600..4dcf01257 100644 --- a/helm/microservice/ironic-inspector-deployment/templates/ironic-inspector.yaml +++ b/helm/microservice/ironic-inspector-deployment/templates/ironic-inspector.yaml @@ -14,13 +14,13 @@ {{- $privileged := true }} {{- $c := dict "searchPath" $searchPath "Values" .Values }} {{- $_ := set $c "contName" "dnsmasq" }} -{{- $_ := set $c "imageName" "image_full" }} -{{- $_ := set $c "tagName" "image_tag" }} +{{- $_ := set $c "imageName" "dnsmasq_image_full" }} +{{- $_ := set $c "tagName" "dnsmasq_image_tag" }} {{- $imageFullDnsmasq := include "kolla_build_image_full" $c }} {{- $c := dict "searchPath" $searchPath "Values" .Values }} {{- $_ := set $c "contName" "ironic-pxe" }} -{{- $_ := set $c "imageName" "image_full" }} -{{- $_ := set $c "tagName" "image_tag" }} +{{- $_ := set $c "imageName" "ironic_pxe_image_full" }} +{{- $_ := set $c "tagName" "ironic_pxe_image_tag" }} {{- $imageFullPXE := include "kolla_build_image_full" $c }} {{- $c := dict "searchPath" $searchPath "Values" .Values }} {{- $_ := set $c "contName" "ironic-inspector" }}