From 381ef4432e758cd0f5f4d4f0ae27ecf165725f8f Mon Sep 17 00:00:00 2001 From: saitharunsajjanapu Date: Fri, 8 May 2026 19:24:28 +0530 Subject: [PATCH 1/4] pcg helm chart changes for JP region --- charts/pipeline-control-gateway/templates/_endpoint.tpl | 2 ++ 1 file changed, 2 insertions(+) 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 -}} From f16eedb6a893b347dd9629b7c3886aae30d0ffb2 Mon Sep 17 00:00:00 2001 From: saitharunsajjanapu Date: Wed, 20 May 2026 13:34:09 +0530 Subject: [PATCH 2/4] update chart version --- charts/pipeline-control-gateway/Chart.lock | 6 +++--- charts/pipeline-control-gateway/Chart.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/pipeline-control-gateway/Chart.lock b/charts/pipeline-control-gateway/Chart.lock index 0f499dd702..4232ccd8f4 100644 --- a/charts/pipeline-control-gateway/Chart.lock +++ b/charts/pipeline-control-gateway/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common-library repository: https://helm-charts.newrelic.com - version: 1.4.0 -digest: sha256:5655aeb5921ac47b5413c3873218309e4a5a78bc0d75d6dd7aabe13ad0e63cc7 -generated: "2026-01-13T18:24:48.329105-08:00" + version: 2.2.0 +digest: sha256:6c7e1a82e5483ac9762ee5f213234c2fbdd56fa7bdfbfe747e8221a10640680b +generated: "2026-05-20T07:13:53.18959359Z" \ No newline at end of file diff --git a/charts/pipeline-control-gateway/Chart.yaml b/charts/pipeline-control-gateway/Chart.yaml index eb27624747..43c85428c5 100644 --- a/charts/pipeline-control-gateway/Chart.yaml +++ b/charts/pipeline-control-gateway/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 name: pipeline-control-gateway type: application -version: 2.3.0 +version: 2.3.1 dependencies: - name: common-library - version: 1.4.0 + version: 2.2.0 repository: https://helm-charts.newrelic.com appVersion: "2.2.0" maintainers: - name: pipeline-control - url: https://github.com/orgs/newrelic/teams/pcon/members + url: https://github.com/orgs/newrelic/teams/pcon/members \ No newline at end of file From c1c10119c8d77a9108d545125a154917c7b29341 Mon Sep 17 00:00:00 2001 From: saitharunsajjanapu Date: Wed, 20 May 2026 14:08:39 +0530 Subject: [PATCH 3/4] rollback common library changes --- charts/pipeline-control-gateway/Chart.lock | 6 +++--- charts/pipeline-control-gateway/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/pipeline-control-gateway/Chart.lock b/charts/pipeline-control-gateway/Chart.lock index 4232ccd8f4..0f499dd702 100644 --- a/charts/pipeline-control-gateway/Chart.lock +++ b/charts/pipeline-control-gateway/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common-library repository: https://helm-charts.newrelic.com - version: 2.2.0 -digest: sha256:6c7e1a82e5483ac9762ee5f213234c2fbdd56fa7bdfbfe747e8221a10640680b -generated: "2026-05-20T07:13:53.18959359Z" \ No newline at end of file + version: 1.4.0 +digest: sha256:5655aeb5921ac47b5413c3873218309e4a5a78bc0d75d6dd7aabe13ad0e63cc7 +generated: "2026-01-13T18:24:48.329105-08:00" diff --git a/charts/pipeline-control-gateway/Chart.yaml b/charts/pipeline-control-gateway/Chart.yaml index 43c85428c5..afc56b18c3 100644 --- a/charts/pipeline-control-gateway/Chart.yaml +++ b/charts/pipeline-control-gateway/Chart.yaml @@ -4,7 +4,7 @@ type: application version: 2.3.1 dependencies: - name: common-library - version: 2.2.0 + version: 1.4.0 repository: https://helm-charts.newrelic.com appVersion: "2.2.0" maintainers: From 43c0c453a3459a69594db0ba433e79b3f364aca5 Mon Sep 17 00:00:00 2001 From: saitharunsajjanapu Date: Wed, 20 May 2026 14:23:19 +0530 Subject: [PATCH 4/4] fix linting issue --- charts/pipeline-control-gateway/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pipeline-control-gateway/Chart.yaml b/charts/pipeline-control-gateway/Chart.yaml index afc56b18c3..ca843cc514 100644 --- a/charts/pipeline-control-gateway/Chart.yaml +++ b/charts/pipeline-control-gateway/Chart.yaml @@ -9,4 +9,4 @@ dependencies: appVersion: "2.2.0" maintainers: - name: pipeline-control - url: https://github.com/orgs/newrelic/teams/pcon/members \ No newline at end of file + url: https://github.com/orgs/newrelic/teams/pcon/members