Skip to content

Commit

Permalink
Merge pull request mpandav#13 from mpandav/bw-provisioner-reg
Browse files Browse the repository at this point in the history
Fix issue with wrong path for bwce init container.
  • Loading branch information
mbloomfi-tibco authored Aug 22, 2024
2 parents 9033a42 + 4293ff2 commit aa5971d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/bwprovisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

apiVersion: v2
name: bwprovisioner
version: 1.2.17
version: 1.2.18
appVersion: "1.2.0"
description: TIBCO Platform Dataplane Capabilty -- BW Provisioner
home: https://github.com/tibco/tp-iapp-bw-provisioner.git
Expand Down
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 aa5971d

Please sign in to comment.