Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into PPANTT-196-feat-intro…
Browse files Browse the repository at this point in the history
…ducing-int-tests
  • Loading branch information
alessio-cialini committed Dec 19, 2024
2 parents 0b0d810 + 91f0057 commit 53cde5d
Show file tree
Hide file tree
Showing 79 changed files with 4,885 additions and 3,819 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-mbd-service
description: Microservice that handles services for eBollo
type: application
version: 0.97.0
appVersion: 1.0.1-4-fix-dati-servizio
version: 0.102.0
appVersion: 1.2.3
dependencies:
- name: microservice-chart
version: 7.1.1
Expand Down
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.0.1-4-fix-dati-servizio"
tag: "1.2.3"
pullPolicy: Always
livenessProbe:
handlerType: httpGet
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.0.1-4-fix-dati-servizio"
tag: "1.2.3"
pullPolicy: Always
livenessProbe:
handlerType: httpGet
Expand Down
6 changes: 3 additions & 3 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.0.1-4-fix-dati-servizio"
tag: "1.2.3"
pullPolicy: Always
livenessProbe:
handlerType: httpGet
Expand Down Expand Up @@ -76,10 +76,10 @@ microservice-chart:
DEMAND_PAYMENT_ENDPOINT: 'https://api.uat.platform.pagopa.it/nodo-auth/node-for-psp/v1'
CART_ENDPOINT: 'https://api.uat.platform.pagopa.it/checkout/carts-auth/v1/carts'
PAYMENT_RECEIPT_ENDPOINT: 'https://api.uat.platform.pagopa.it/gpd/payments-receipts-service/v1'
MBD_BASE_URL: 'https://api.dev.platform.pagopa.it/pagopa-mbd-service/v1'
MBD_BASE_URL: 'https://api.uat.platform.pagopa.it/pagopa-mbd-service/v1'
MBD_ID_PSP: 'ABI50004'
MBD_ID_BROKER_PSP: '99999000011'
MBD_CHANNEL_ID: '99999000011_03'
MBD_CHANNEL_ID: '99999000011_02'
ENV: 'azure-uat'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
OTEL_SERVICE_NAME: "pagopa-mbd-service"
Expand Down
Loading

0 comments on commit 53cde5d

Please sign in to comment.