Skip to content

Commit

Permalink
Merge branch 'main' into tp-provisioner-agent-ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloomfi-tibco authored Aug 12, 2024
2 parents 3d6ed3a + e469fa6 commit d60f517
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/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 d60f517

Please sign in to comment.