From ca0c4161cce6282fc00c51b30ab4634a27283385 Mon Sep 17 00:00:00 2001 From: mbloomfi-tibco <106804427+mbloomfi-tibco@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:51:35 +0200 Subject: [PATCH] change path to infra from bwce. --- charts/oauth2-proxy-manifests/templates/_tibco.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/oauth2-proxy-manifests/templates/_tibco.tpl b/charts/oauth2-proxy-manifests/templates/_tibco.tpl index eae70cb3..34bab38f 100644 --- a/charts/oauth2-proxy-manifests/templates/_tibco.tpl +++ b/charts/oauth2-proxy-manifests/templates/_tibco.tpl @@ -17,7 +17,7 @@ in the license file that is distributed with this file. {{- define "tibco.image.repository.alpine" -}} {{- if contains "jfrog.io" .Values.global.cp.containerRegistry.url }}{{ .Values.global.cp.containerRegistry.url }}/tibco-platform-local-docker/infra/{{ .Values.tibco.initContainer.image }}:{{ .Values.tibco.initContainer.tag }} {{- else }} - {{- .Values.global.cp.containerRegistry.url }}/pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/bwce/{{ .Values.tibco.initContainer.image }}:{{ .Values.tibco.initContainer.tag }} + {{- .Values.global.cp.containerRegistry.url }}/pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/infra/{{ .Values.tibco.initContainer.image }}:{{ .Values.tibco.initContainer.tag }} {{- end }} {{- end -}} @@ -25,6 +25,6 @@ in the license file that is distributed with this file. {{- define "tibco.image.repository.fluentbit" -}} {{- if contains "jfrog.io" .Values.global.cp.containerRegistry.url }}{{ .Values.global.cp.containerRegistry.url }}/tibco-platform-local-docker/infra/{{ .Values.tibco.loggerContainer.image }}:{{ .Values.tibco.loggerContainer.tag }} {{- else }} - {{- .Values.global.cp.containerRegistry.url }}/pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/bwce/{{ .Values.tibco.loggerContainer.image }}:{{ .Values.tibco.loggerContainer.tag }} + {{- .Values.global.cp.containerRegistry.url }}/pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/infra/{{ .Values.tibco.loggerContainer.image }}:{{ .Values.tibco.loggerContainer.tag }} {{- end }} {{- end -}} \ No newline at end of file