diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index eecda93..048f244 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-node-cfg-sync
description: Microservice that sync api-config-cache and standin configuration
type: application
-version: 0.95.0
-appVersion: 0.1.4
+version: 0.96.0
+appVersion: 0.1.5-PAGOPA-2336-dr-postgres
dependencies:
- name: microservice-chart
version: 2.8.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 20c2030..a465277 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
- tag: "0.1.4"
+ tag: "0.1.5-PAGOPA-2336-dr-postgres"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 535b3b8..dec1824 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
- tag: "0.1.4"
+ tag: "0.1.5-PAGOPA-2336-dr-postgres"
pullPolicy: Always
livenessProbe:
httpGet:
@@ -69,7 +69,7 @@ microservice-chart:
DEFAULT_LOGGING_LEVEL: 'INFO'
JAVA_OPTS: "-XX:MaxHeapSize=2g"
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
-# DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp.p.db-nodo-pagamenti.com:5444/ndpspcp?prepareThreshold=0¤tSchema=NODO4_CFG"
+ # DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp.p.db-nodo-pagamenti.com:5444/ndpspcp?prepareThreshold=0¤tSchema=NODO4_CFG"
DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp-p-1.db-nodo-pagamenti.com:6432,db-postgres-ndp-p-2.db-nodo-pagamenti.com:6432/ndpspcp"
DB_NEXI_POSTGRES_USER: "pp_nodo4_cfg"
DB_NEXI_POSTGRES_ENABLED: "false" # connect to datasource
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 15ef5a4..d71f9e2 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
- tag: "0.1.4"
+ tag: "0.1.5-PAGOPA-2336-dr-postgres"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index 1728895..4779cde 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -4,7 +4,7 @@
"title": "cfg-sync",
"description": "Microservice to update configuration schema of Nodo dei Pagamenti",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.1.4"
+ "version": "0.1.5-PAGOPA-2336-dr-postgres"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index ade6910..19bcacd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
it.gov.pagopa.node
cfg-sync
- 0.1.4
+ 0.1.5-PAGOPA-2336-dr-postgres
Microservice to update configuration schema of Nodo dei Pagamenti