Skip to content

Commit 528e1ef

Browse files
Bump to version 0.1.6 [skip ci]
1 parent 4acd265 commit 528e1ef

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pagopa-node-cfg-sync
33
description: Microservice that sync api-config-cache and standin configuration
44
type: application
5-
version: 0.96.0
6-
appVersion: 0.1.5-PAGOPA-2336-dr-postgres
5+
version: 0.97.0
6+
appVersion: 0.1.6
77
dependencies:
88
- name: microservice-chart
99
version: 2.8.0

helm/values-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
7-
tag: "0.1.5-PAGOPA-2336-dr-postgres"
7+
tag: "0.1.6"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

helm/values-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
7-
tag: "0.1.5-PAGOPA-2336-dr-postgres"
7+
tag: "0.1.6"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

helm/values-uat.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
7-
tag: "0.1.5-PAGOPA-2336-dr-postgres"
7+
tag: "0.1.6"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:
@@ -68,7 +68,7 @@ microservice-chart:
6868
HIKARI_LOGGING_LEVEL: 'INFO'
6969
DEFAULT_LOGGING_LEVEL: 'INFO'
7070
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
71-
# DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp.u.db-nodo-pagamenti.com:5444/ndpspca?prepareThreshold=0&currentSchema=NODO4_CFG"
71+
# DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp.u.db-nodo-pagamenti.com:5444/ndpspca?prepareThreshold=0&currentSchema=NODO4_CFG"
7272
DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp-1.u.db-nodo-pagamenti.com:6432,db-postgres-ndp-2.u.db-nodo-pagamenti.com:6432/ndpspcp"
7373
DB_NEXI_POSTGRES_USER: "pp_nodo4_cfg"
7474
DB_NEXI_POSTGRES_ENABLED: "false" # connect to datasource

openapi/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "cfg-sync",
55
"description": "Microservice to update configuration schema of Nodo dei Pagamenti",
66
"termsOfService": "https://www.pagopa.gov.it/",
7-
"version": "0.1.5-PAGOPA-2336-dr-postgres"
7+
"version": "0.1.6"
88
},
99
"servers": [
1010
{

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>it.gov.pagopa.node</groupId>
1414
<artifactId>cfg-sync</artifactId>
15-
<version>0.1.5-PAGOPA-2336-dr-postgres</version>
15+
<version>0.1.6</version>
1616
<description>Microservice to update configuration schema of Nodo dei Pagamenti</description>
1717

1818
<properties>

0 commit comments

Comments
 (0)