Skip to content

Commit

Permalink
Fix issue with wrong path for bwce init container.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloomfi-tibco committed Aug 22, 2024
1 parent 9033a42 commit 3347166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bwprovisioner/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Integration storage folder pvc name
{{- define "bwprovisioner.appinit.const.ecrImageRepo" }}piap{{end}}
{{- define "bwprovisioner.appinit.const.acrImageRepo" }}piap{{end}}
{{- define "bwprovisioner.appinit.const.harborImageRepo" }}piap{{end}}
{{- define "bwprovisioner.appinit.const.defaultImageRepo" }}piap{{end}}
{{- define "bwprovisioner.appinit.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/integration{{end}}

{{/* set repository based on the registry url. We will have different repo for each one. */}}
{{- define "bwprovisioner.appinit.image.repository" -}}
Expand Down

0 comments on commit 3347166

Please sign in to comment.