diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 30f3407..5a23104 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-nodo-cfg-data-migration description: A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database type: application -version: 0.77.0 -appVersion: 1.0.1-6-nexi-conf +version: 0.78.0 +appVersion: 1.0.1-7-nexi-conf dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index cdbe4d8..d5f0895 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-nodo-cfg-data-migration - tag: "1.0.1-6-nexi-conf" + tag: "1.0.1-7-nexi-conf" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 2b32643..edfcce0 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-nodo-cfg-data-migration - tag: "1.0.1-6-nexi-conf" + tag: "1.0.1-7-nexi-conf" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 37e69e3..fd9fde9 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-nodo-cfg-data-migration - tag: "1.0.1-6-nexi-conf" + tag: "1.0.1-7-nexi-conf" pullPolicy: Always livenessProbe: httpGet: @@ -65,8 +65,9 @@ microservice-chart: WEBSITE_SITE_NAME: 'pagopanodocfgdatamigration' ENV: 'Azure Kubernetes' # SRC -# ORACLEDB_CONNECTION_STRING: "jdbc:oracle:thin:@(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS=(PROTOCOL=tcp)(PORT=1524)(HOST=db-nodo-pagamenti.u.db-nodo-pagamenti.com))(CONNECT_DATA=(SERVICE_NAME=NDPSPCA_NODO4_CFG))(SO_KEEPALIVE=true)(TCP_KEEPIDLE=60)(TCP_KEEPINTVL=30)(TCP_KEEPCNT=15))" -# jdbc:oracle:thin:@db-nodo-pagamenti-prf.u.db-nodo-pagamenti.com:1524/NDPSPCST + + # ORACLEDB_CONNECTION_STRING: "jdbc:oracle:thin:@(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS=(PROTOCOL=tcp)(PORT=1524)(HOST=db-nodo-pagamenti.u.db-nodo-pagamenti.com))(CONNECT_DATA=(SERVICE_NAME=NDPSPCA_NODO4_CFG))(SO_KEEPALIVE=true)(TCP_KEEPIDLE=60)(TCP_KEEPINTVL=30)(TCP_KEEPCNT=15))" + # jdbc:oracle:thin:@db-nodo-pagamenti-prf.u.db-nodo-pagamenti.com:1524/NDPSPCST ORACLEDB_CONNECTION_STRING: "jdbc:oracle:thin:@(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS=(PROTOCOL=tcp)(PORT=1524)(HOST=db-nodo-pagamenti-prf.u.db-nodo-pagamenti.com))(CONNECT_DATA=(SERVICE_NAME=NDPSPCST))(SO_KEEPALIVE=true)(TCP_KEEPIDLE=60)(TCP_KEEPINTVL=30)(TCP_KEEPCNT=15))" ORACLEDB_USERNAME: "NODO4_CFG" ORACLEDB_DEFAULT_SCHEMA: "NODO4_CFG" diff --git a/openapi/openapi.json b/openapi/openapi.json index 87d2c17..4861f68 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "description": "A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database", "termsOfService": "https://www.pagopa.gov.it/", "title": "data-migration", - "version": "1.0.1-6-nexi-conf" + "version": "1.0.1-7-nexi-conf" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 7974f70..751605c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ it.gov.pagopa.nodo data-migration - 1.0.1-6-nexi-conf + 1.0.1-7-nexi-conf A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database 17