diff --git a/helm/Chart.yaml b/helm/Chart.yaml index f07e1d88..bd375797 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 2c4d5643..d13fda33 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -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: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 7f1024b6..57b857ba 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -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: @@ -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" diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index f9dc8d2a..6dd401fe 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -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: @@ -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" diff --git a/openapi/openapi_external.json b/openapi/openapi_external.json index 4d00db98..eac67df0 100644 --- a/openapi/openapi_external.json +++ b/openapi/openapi_external.json @@ -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": [ { diff --git a/openapi/openapi_external_massive.json b/openapi/openapi_external_massive.json index 463b0a54..c79244eb 100644 --- a/openapi/openapi_external_massive.json +++ b/openapi/openapi_external_massive.json @@ -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": [ { diff --git a/openapi/openapi_internal.json b/openapi/openapi_internal.json index 604a6ebe..1eb29585 100644 --- a/openapi/openapi_internal.json +++ b/openapi/openapi_internal.json @@ -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": [ { diff --git a/openapi/openapi_send.json b/openapi/openapi_send.json index f4b14c78..eb4e79c6 100644 --- a/openapi/openapi_send.json +++ b/openapi/openapi_send.json @@ -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": [ { diff --git a/pom.xml b/pom.xml index 748997b5..f497fe6c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ it.gov.pagopa.debtposition gpd - 0.11.2 + 0.11.2-1-pagopa-1527-dns-update Gestione Posizioni Debitorie Progetto Gestione Posizioni Debitorie