File tree 7 files changed +10
-10
lines changed
7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 67
67
steps :
68
68
- name : Semver setup
69
69
id : semver_setup
70
- uses : pagopa/github-actions-template/nodo5-semver-setup@ce252c8501c9242bd6045f7cdd650736b2f38777
70
+ uses : pagopa/github-actions-template/nodo5-semver-setup@5225a04f93d77fe257acd37f1f1b55109583bbc4
71
71
with :
72
72
semver : ${{ inputs.semver }}
73
73
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : pagopa-node-cfg-sync
3
3
description : Microservice that sync api-config-cache and standin configuration
4
4
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
7
7
dependencies :
8
8
- name : microservice-chart
9
9
version : 2.8.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ microservice-chart:
4
4
fullnameOverride : " "
5
5
image :
6
6
repository : ghcr.io/pagopa/pagopa-node-cfg-sync
7
- tag : " 0.0.7 "
7
+ tag : " 0.0.8-NOD-921-fix-uat "
8
8
pullPolicy : Always
9
9
livenessProbe :
10
10
httpGet :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ microservice-chart:
4
4
fullnameOverride : " "
5
5
image :
6
6
repository : ghcr.io/pagopa/pagopa-node-cfg-sync
7
- tag : " 0.0.7 "
7
+ tag : " 0.0.8-NOD-921-fix-uat "
8
8
pullPolicy : Always
9
9
livenessProbe :
10
10
httpGet :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ microservice-chart:
4
4
fullnameOverride : " "
5
5
image :
6
6
repository : ghcr.io/pagopa/pagopa-node-cfg-sync
7
- tag : " 0.0.7 "
7
+ tag : " 0.0.8-NOD-921-fix-uat "
8
8
pullPolicy : Always
9
9
livenessProbe :
10
10
httpGet :
@@ -98,9 +98,9 @@ microservice-chart:
98
98
RIVERSAMENTO_ENABLED : " true"
99
99
RIVERSAMENTO_SOURCE : " nexi-oracle"
100
100
RIVERSAMENTO_TARGET : " nexi-oracle"
101
- CDI_PREFERENCES_VIEW : CDI_PREFERENCES_VIEW
101
+ CDI_PREFERENCES_VIEW : CDI_PREFERENCES_VIEW_MASTER
102
102
CDI_PREFERENCES_TABLE : CDI_PREFERENCES_TABLE
103
- ELENCO_SERVIZI_VIEW : ELENCO_SERVIZI_VIEW
103
+ ELENCO_SERVIZI_VIEW : ELENCO_SERVIZI_VIEW_MASTER
104
104
ELENCO_SERVIZI_TABLE : ELENCO_SERVIZI_TABLE
105
105
JAVA_OPTS : " -XX:MaxHeapSize=512m"
106
106
envSecret :
Original file line number Diff line number Diff line change 4
4
"title" : " cfg-sync" ,
5
5
"description" : " Microservice to update configuration schema of Nodo dei Pagamenti" ,
6
6
"termsOfService" : " https://www.pagopa.gov.it/" ,
7
- "version" : " 0.0.7 "
7
+ "version" : " 0.0.8-NOD-921-fix-uat "
8
8
},
9
9
"servers" : [
10
10
{
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >it.gov.pagopa.node</groupId >
14
14
<artifactId >cfg-sync</artifactId >
15
- <version >0.0.7 </version >
15
+ <version >0.0.8-NOD-921-fix-uat </version >
16
16
<description >Microservice to update configuration schema of Nodo dei Pagamenti</description >
17
17
18
18
<properties >
You can’t perform that action at this time.
0 commit comments