Skip to content

Commit

Permalink
update correct repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
mpandav committed Aug 9, 2024
1 parent ea65c02 commit e469fa6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

apiVersion: v2
name: opentelemetry-collector
version: 0.89.5
version: 0.89.6
description: OpenTelemetry Collector Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand Down
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ platform.tibco.com/capability-instance-id: {{ .Values.global.cp.instanceId }}
{{- define "opentelemetry-collector.const.ecrImageRepo" }}stratosphere{{end}}
{{- define "opentelemetry-collector.const.acrImageRepo" }}stratosphere{{end}}
{{- define "opentelemetry-collector.const.harborImageRepo" }}stratosphere{{end}}
{{- define "opentelemetry-collector.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/bwce{{end}}
{{- define "opentelemetry-collector.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/infra{{end}}

{{- define "opentelemetry-collector.image.registry" }}
{{- .Values.global.cp.containerRegistry.url }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tp-dp-monitor-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: 1.2.0
description: A Helm chart for deploying the tp-dp-monitor-agent service
name: tp-dp-monitor-agent
version: 1.2.122
version: 1.2.123
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/infra{{end}}
{{- define "tp-dp-monitor-agent.const.defaultImageRepo" }}pea-coreintegration/tibco-control-plane/tibco-platform-local-docker/finops{{end}}

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

0 comments on commit e469fa6

Please sign in to comment.