Skip to content

Commit

Permalink
Merge pull request #208 from pagopa/pagopa-1527-dns-update
Browse files Browse the repository at this point in the history
chore: update datasource DNS [PAGOPA-1527]
  • Loading branch information
cap-ang authored Feb 19, 2024
2 parents 0daba7d + 5892b2c commit 8ae184b
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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.90.0
appVersion: 0.11.2
version: 0.91.0
appVersion: 0.11.2-1-pagopa-1527-dns-update
dependencies:
- name: microservice-chart
version: 2.4.0
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: ""
image:
repository: ghcr.io/pagopa/pagopa-debt-position
tag: "0.11.2"
tag: "0.11.2-1-pagopa-1527-dns-update"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 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.2"
tag: "0.11.2-1-pagopa-1527-dns-update"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -85,7 +85,7 @@ microservice-chart:
envConfig:
WEBSITE_SITE_NAME: 'pagopa-p-gpd-core-service'
ENV: 'Azure Kubernetes'
SPRING_DATASOURCE_URL: "jdbc:postgresql://pagopa-p-gpd-pgflex.postgres.database.azure.com:6432/apd?sslmode=require&prepareThreshold=0"
SPRING_DATASOURCE_URL: "jdbc:postgresql://gpd-db.p.internal.postgresql.pagopa.it:6432/apd?sslmode=require&prepareThreshold=0"
SPRING_DATASOURCE_TYPE: "org.springframework.jdbc.datasource.SimpleDriverDataSource"
SPRING_JPA_HIBERNATE_DDL_AUTO: "validate"
SPRING_JPA_HIBERNATE_SHOW_SQL: "false"
Expand Down
4 changes: 2 additions & 2 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.2"
tag: "0.11.2-1-pagopa-1527-dns-update"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -85,7 +85,7 @@ microservice-chart:
envConfig:
WEBSITE_SITE_NAME: 'pagopa-u-gpd-core-service'
ENV: 'Azure Kubernetes'
SPRING_DATASOURCE_URL: "jdbc:postgresql://pagopa-u-gpd-pgflex.postgres.database.azure.com:6432/apd?sslmode=require&prepareThreshold=0"
SPRING_DATASOURCE_URL: "jdbc:postgresql://gpd-db.u.internal.postgresql.pagopa.it:6432/apd?sslmode=require&prepareThreshold=0"
SPRING_DATASOURCE_TYPE: "org.springframework.jdbc.datasource.SimpleDriverDataSource"
SPRING_JPA_HIBERNATE_DDL_AUTO: "validate"
SPRING_JPA_HIBERNATE_SHOW_SQL: "false"
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_external.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "PagoPA API Debt Position",
"description": "Progetto Gestione Posizioni Debitorie",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.11.2"
"version": "0.11.2-1-pagopa-1527-dns-update"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_external_massive.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "PagoPA API Debt Position",
"description": "Progetto Gestione Posizioni Debitorie",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.11.2"
"version": "0.11.2-1-pagopa-1527-dns-update"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "PagoPA API Debt Position",
"description": "Progetto Gestione Posizioni Debitorie",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.11.2"
"version": "0.11.2-1-pagopa-1527-dns-update"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_send.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "PagoPA API Debt Position",
"description": "Progetto Gestione Posizioni Debitorie",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.11.2"
"version": "0.11.2-1-pagopa-1527-dns-update"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>it.gov.pagopa.debtposition</groupId>
<artifactId>gpd</artifactId>
<version>0.11.2</version>
<version>0.11.2-1-pagopa-1527-dns-update</version>
<name>Gestione Posizioni Debitorie</name>
<description>Progetto Gestione Posizioni Debitorie</description>
<properties>
Expand Down

0 comments on commit 8ae184b

Please sign in to comment.