diff --git a/charts/pipeline-control-gateway/Chart.yaml b/charts/pipeline-control-gateway/Chart.yaml index eb27624747..ca843cc514 100644 --- a/charts/pipeline-control-gateway/Chart.yaml +++ b/charts/pipeline-control-gateway/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: pipeline-control-gateway type: application -version: 2.3.0 +version: 2.3.1 dependencies: - name: common-library version: 1.4.0 diff --git a/charts/pipeline-control-gateway/templates/_endpoint.tpl b/charts/pipeline-control-gateway/templates/_endpoint.tpl index b75feef2e4..ecb972133d 100644 --- a/charts/pipeline-control-gateway/templates/_endpoint.tpl +++ b/charts/pipeline-control-gateway/templates/_endpoint.tpl @@ -131,6 +131,8 @@ A helper to return the NR host endpoint for data {{- else -}} {{- if hasPrefix "eu" (include "newrelic.common.license._licenseKey" . ) -}} "collector.eu01.nr-data.net" + {{- else if hasPrefix "jp" (include "newrelic.common.license._licenseKey" . ) -}} + "collector.jp.nr-data.net" {{- else -}} "collector.newrelic.com" {{- end -}}