Skip to content

Commit

Permalink
Merge pull request mpandav#8 from mpandav/tp-provisioner-agent-ingress
Browse files Browse the repository at this point in the history
updated container image path for artifact manager to infra
  • Loading branch information
mbloomfi-tibco authored Aug 21, 2024
2 parents 284487c + e1a3045 commit 7052b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/artifactmanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#
apiVersion: v2
name: artifactmanager
version: 1.2.13
version: 1.2.14
appVersion: "1.2.0"
description: A Helm chart for Artifact Manager
2 changes: 1 addition & 1 deletion charts/artifactmanager/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Integration storage folder pvc name
{{- define "artifactmanager.const.ecrImageRepo" }}stratosphere{{end}}
{{- define "artifactmanager.const.acrImageRepo" }}stratosphere{{end}}
{{- define "artifactmanager.const.harborImageRepo" }}stratosphere{{end}}
{{- define "artifactmanager.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/bwce{{end}}
{{- define "artifactmanager.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/infra{{end}}

{{- define "artifactmanager.image.registry" }}
{{- .Values.global.cp.containerRegistry.url }}
Expand Down

0 comments on commit 7052b19

Please sign in to comment.