Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update datasource DNS [PAGOPA-1527] #208

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading