Skip to content

Commit

Permalink
Merge branch 'main' into PIDM-42-fix-payment-status
Browse files Browse the repository at this point in the history
  • Loading branch information
dylantangredi-bvt authored Jan 31, 2025
2 parents 34b4721 + 168deaf commit c2e1437
Show file tree
Hide file tree
Showing 15 changed files with 6,265 additions and 3,063 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-gpd-core
description: micro-service to manage Creditor Institution debtor positions
type: application
version: 0.193.0
appVersion: 0.11.80
version: 0.194.1
appVersion: 0.11.82
dependencies:
- name: microservice-chart
version: 5.11.0
Expand Down
6 changes: 3 additions & 3 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-debt-position
tag: "0.11.80"
tag: "0.11.81"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -138,15 +138,15 @@ microservice-chart:
values:
- user
canaryDelivery:
create: false
create: true
ingress:
type: header
headerName: X-Canary
headerValue: canary
weightPercent: 0
image:
repository: ghcr.io/pagopa/pagopa-debt-position
tag: "0.11.79"
tag: "0.11.82"
pullPolicy: Always
envConfig:
SPRING_DATASOURCE_URL: "jdbc:postgresql://gpd-db.d.internal.postgresql.pagopa.it:5432/apd?sslmode=require&prepareThreshold=0&tcpKeepAlive=true"
Expand Down
6 changes: 3 additions & 3 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-debt-position
tag: "0.11.80"
tag: "0.11.81"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -147,15 +147,15 @@ microservice-chart:
namespaces: ["gps"]
topologyKey: topology.kubernetes.io/zone
canaryDelivery:
create: false
create: true
ingress:
type: header
headerName: X-Canary
headerValue: canary
weightPercent: 0
image:
repository: ghcr.io/pagopa/pagopa-debt-position
tag: "0.11.79"
tag: "0.11.82"
pullPolicy: Always
envConfig:
SPRING_DATASOURCE_URL: "jdbc:postgresql://gpd-db.p.internal.postgresql.pagopa.it:5432/apd?sslmode=require&prepareThreshold=0"
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: ""
image:
repository: ghcr.io/pagopa/pagopa-debt-position
tag: "0.11.80"
tag: "0.11.81"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -138,15 +138,15 @@ microservice-chart:
values:
- user
canaryDelivery:
create: false
create: true
ingress:
type: header
headerName: X-Canary
headerValue: canary
weightPercent: 0
image:
repository: ghcr.io/pagopa/pagopa-debt-position
tag: "0.11.79"
tag: "0.11.82"
pullPolicy: Always
envConfig:
SPRING_DATASOURCE_URL: "jdbc:postgresql://gpd-db.u.internal.postgresql.pagopa.it:5432/apd?sslmode=require&prepareThreshold=0&tcpKeepAlive=true"
Expand Down
Loading

0 comments on commit c2e1437

Please sign in to comment.