Skip to content

Commit

Permalink
Merge branch 'tp-provisioner-agent-ingress' of https://github.com/mpa…
Browse files Browse the repository at this point in the history
…ndav/tp-helm-charts into tp-provisioner-agent-ingress
  • Loading branch information
mbloomfi-tibco committed Aug 9, 2024
2 parents 6021756 + 2aa8c0a commit 0393215
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ appVersion: 1.55.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
type: application
version: 0.72.12
version: 0.72.13
# CronJobs require v1.21
kubeVersion: '>= 1.21-0'
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ platform.tibco.com/capability-instance-id: {{ .Values.global.cp.instanceId }}
{{- define "jaeger.const.ecrImageRepo" }}stratosphere{{end}}
{{- define "jaeger.const.acrImageRepo" }}stratosphere{{end}}
{{- define "jaeger.const.harborImageRepo" }}stratosphere{{end}}
{{- define "jaeger.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/bwce{{end}}
{{- define "jaeger.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/infra{{end}}

{{- define "jaeger.image.registry" }}
{{- .Values.global.cp.containerRegistry.url }}
Expand Down
2 changes: 1 addition & 1 deletion charts/o11y-service/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion }}
{{- define "o11y-service.const.ecrImageRepo" }}stratosphere{{end}}
{{- define "o11y-service.const.acrImageRepo" }}stratosphere{{end}}
{{- define "o11y-service.const.harborImageRepo" }}stratosphere{{end}}
{{- define "o11y-service.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/bwce{{end}}
{{- define "o11y-service.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/infra{{end}}

{{- define "o11y-service.image.registry" }}
{{- .Values.global.cp.containerRegistry.url }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tp-dp-monitor-agent/templates/_consts.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in the license file that is distributed with this file.
{{- define "tp-dp-monitor-agent.const.ecrImageRepo" }}pdp{{end}}
{{- define "tp-dp-monitor-agent.const.acrImageRepo" }}pdp{{end}}
{{- define "tp-dp-monitor-agent.const.harborImageRepo" }}pdp{{end}}
{{- define "tp-dp-monitor-agent.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/bwce{{end}}
{{- define "tp-dp-monitor-agent.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/infra{{end}}

{{- define "tp-dp-monitor-agent.image.registry" }}
{{- .Values.global.cp.containerRegistry.url }}
Expand Down

0 comments on commit 0393215

Please sign in to comment.