diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 74b0b22..0e786c7 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.80.0 -appVersion: 1.0.1-9-nexi-conf +version: 0.81.0 +appVersion: 1.0.1-10-nexi-conf dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 01e3db5..8a6d646 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-9-nexi-conf" + tag: "1.0.1-10-nexi-conf" pullPolicy: Always livenessProbe: httpGet: @@ -68,19 +68,13 @@ microservice-chart: ORACLEDB_CONNECTION_STRING: "jdbc:oracle:thin:@(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS=(PROTOCOL=tcp)(PORT=1522)(HOST=db-nodo-pagamenti.d.db-nodo-pagamenti.com))(CONNECT_DATA=(SERVICE_NAME=NDPSPCT_PP_NODO4_CFG))(SO_KEEPALIVE=true)(TCP_KEEPIDLE=60)(TCP_KEEPINTVL=30)(TCP_KEEPCNT=15))" ORACLEDB_USERNAME: "NODO4_CFG" ORACLEDB_DEFAULT_SCHEMA: "NODO4_CFG" - # DST - # NEXI - # POSTGRESQL_CONNECTION_STRING: "jdbc:postgresql://db-postgres-ndp.d.db-nodo-pagamenti.com:5444/ndpspct?prepareThreshold=0¤tSchema=NODO4_CFG" #NEXI - # POSTGRESQL_USERNAME: "pp_nodo4_cfg" #NEXI - # POSTGRESQL_DEFAULT_SCHEMA: "NODO4_CFG" #NEXI - # PAGOPA -# POSTGRESQL_CONNECTION_STRING: "jdbc:postgresql://nodo-db.d.internal.postgresql.pagopa.it:6432/nodo-replica?sslmode=require&prepareThreshold=0¤tSchema=cfg" + + # POSTGRESQL_CONNECTION_STRING: "jdbc:postgresql://nodo-db.d.internal.postgresql.pagopa.it:6432/nodo-replica?sslmode=require&prepareThreshold=0¤tSchema=cfg" POSTGRESQL_CONNECTION_STRING: "jdbc:postgresql://nodo-db.d.internal.postgresql.pagopa.it:6432/nodo?sslmode=require&prepareThreshold=0¤tSchema=cfg" POSTGRESQL_USERNAME: "cfg" POSTGRESQL_DEFAULT_SCHEMA: "cfg" POSTGRESQL_JDBC_BATCH_SIZE: '30' - DEFAULT_LOGGING_LEVEL: "INFO" APP_LOGGING_LEVEL: "INFO" SQL_LOGGING_LEVEL: "INFO" diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index db85488..7b78be1 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-9-nexi-conf" + tag: "1.0.1-10-nexi-conf" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 052e5e6..976e95d 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-9-nexi-conf" + tag: "1.0.1-10-nexi-conf" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 4ca3a24..4a707f5 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-9-nexi-conf" + "version": "1.0.1-10-nexi-conf" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 4074232..6660b7b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ it.gov.pagopa.nodo data-migration - 1.0.1-9-nexi-conf + 1.0.1-10-nexi-conf A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database 17