Skip to content

Commit

Permalink
fix: fix-image-name (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 authored Dec 6, 2024
1 parent c0a0fc2 commit 5b30ba9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
microservice-chart:
image:
repository: p4paditncorecommonacr.azurecr.io/templatepaymentsjavarepository
repository: p4paditncorecommonacr.azurecr.io/p4paorganization
tag: latest
pullPolicy: Always

Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
microservice-chart:
image:
repository: p4papitncorecommonacr.azurecr.io/templatepaymentsjavarepository
repository: p4papitncorecommonacr.azurecr.io/p4paorganization
tag: latest
pullPolicy: Always

Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
microservice-chart:
image:
repository: p4pauitncorecommonacr.azurecr.io/templatepaymentsjavarepository
repository: p4pauitncorecommonacr.azurecr.io/p4paorganization
tag: latest
pullPolicy: Always

Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ microservice-chart:

ingress:
create: true
path: /templatepaymentsjavarepository/(.*)
path: /p4paorganization/(.*)

serviceAccount:
create: false
Expand All @@ -55,7 +55,7 @@ microservice-chart:
key: applicationinsights.json

envConfig:
APPLICATIONINSIGHTS_ROLE_NAME: "templatepaymentsjavarepository"
APPLICATIONINSIGHTS_ROLE_NAME: "p4pa-organization"
APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL: "OFF"
APPLICATIONINSIGHTS_INSTRUMENTATION_MICROMETER_ENABLED: "false"
APPLICATIONINSIGHTS_PREVIEW_PROFILER_ENABLED: "false"
Expand Down

0 comments on commit 5b30ba9

Please sign in to comment.