Skip to content

Commit b13e25e

Browse files
authored
Merge pull request #16 from pagopa/NOD-921-fix-uat
fix: [NOD-921] Riversamento UAT
2 parents d7b5a85 + b517757 commit b13e25e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/05_release_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- name: Semver setup
6969
id: semver_setup
70-
uses: pagopa/github-actions-template/nodo5-semver-setup@ce252c8501c9242bd6045f7cdd650736b2f38777
70+
uses: pagopa/github-actions-template/nodo5-semver-setup@5225a04f93d77fe257acd37f1f1b55109583bbc4
7171
with:
7272
semver: ${{ inputs.semver }}
7373

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.86.0
6-
appVersion: 0.0.7
5+
version: 0.87.0
6+
appVersion: 0.0.8-NOD-921-fix-uat
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.0.7"
7+
tag: "0.0.8-NOD-921-fix-uat"
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.0.7"
7+
tag: "0.0.8-NOD-921-fix-uat"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

helm/values-uat.yaml

+3-3
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.0.7"
7+
tag: "0.0.8-NOD-921-fix-uat"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:
@@ -98,9 +98,9 @@ microservice-chart:
9898
RIVERSAMENTO_ENABLED: "true"
9999
RIVERSAMENTO_SOURCE: "nexi-oracle"
100100
RIVERSAMENTO_TARGET: "nexi-oracle"
101-
CDI_PREFERENCES_VIEW: CDI_PREFERENCES_VIEW
101+
CDI_PREFERENCES_VIEW: CDI_PREFERENCES_VIEW_MASTER
102102
CDI_PREFERENCES_TABLE: CDI_PREFERENCES_TABLE
103-
ELENCO_SERVIZI_VIEW: ELENCO_SERVIZI_VIEW
103+
ELENCO_SERVIZI_VIEW: ELENCO_SERVIZI_VIEW_MASTER
104104
ELENCO_SERVIZI_TABLE: ELENCO_SERVIZI_TABLE
105105
JAVA_OPTS: "-XX:MaxHeapSize=512m"
106106
envSecret:

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.0.7"
7+
"version": "0.0.8-NOD-921-fix-uat"
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.0.7</version>
15+
<version>0.0.8-NOD-921-fix-uat</version>
1616
<description>Microservice to update configuration schema of Nodo dei Pagamenti</description>
1717

1818
<properties>

0 commit comments

Comments
 (0)