From 51bba79e81f46682f2d811f0c485f87aa9f4a6ab Mon Sep 17 00:00:00 2001 From: "antonio.torre" Date: Fri, 6 Dec 2024 14:47:15 +0100 Subject: [PATCH] fix-image-name --- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- helm/values.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 54229d4..3eb201a 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -1,6 +1,6 @@ microservice-chart: image: - repository: p4paditncorecommonacr.azurecr.io/templatepaymentsjavarepository + repository: p4paditncorecommonacr.azurecr.io/p4padebtpositions tag: latest pullPolicy: Always diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 4bee648..4b5de9d 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -1,6 +1,6 @@ microservice-chart: image: - repository: p4papitncorecommonacr.azurecr.io/templatepaymentsjavarepository + repository: p4papitncorecommonacr.azurecr.io/p4padebtpositions tag: latest pullPolicy: Always diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 05c9d0e..affd083 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -1,6 +1,6 @@ microservice-chart: image: - repository: p4pauitncorecommonacr.azurecr.io/templatepaymentsjavarepository + repository: p4pauitncorecommonacr.azurecr.io/p4padebtpositions tag: latest pullPolicy: Always diff --git a/helm/values.yaml b/helm/values.yaml index d6396f8..d4cf98b 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -29,7 +29,7 @@ microservice-chart: ingress: create: true - path: /templatepaymentsjavarepository/(.*) + path: /p4padebtpositions/(.*) serviceAccount: create: false @@ -55,7 +55,7 @@ microservice-chart: key: applicationinsights.json envConfig: - APPLICATIONINSIGHTS_ROLE_NAME: "templatepaymentsjavarepository" + APPLICATIONINSIGHTS_ROLE_NAME: "p4pa-debt-positions" APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL: "OFF" APPLICATIONINSIGHTS_INSTRUMENTATION_MICROMETER_ENABLED: "false" APPLICATIONINSIGHTS_PREVIEW_PROFILER_ENABLED: "false"