Skip to content

Commit 6f2fb4a

Browse files
Bump to version 0.1.4 [skip ci]
1 parent 1135849 commit 6f2fb4a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.94.0
6-
appVersion: 0.1.3
5+
version: 0.95.0
6+
appVersion: 0.1.4
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.3"
7+
tag: "0.1.4"
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.3"
7+
tag: "0.1.4"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

helm/values-uat.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.3"
7+
tag: "0.1.4"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

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.3"
7+
"version": "0.1.4"
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.3</version>
15+
<version>0.1.4</version>
1616
<description>Microservice to update configuration schema of Nodo dei Pagamenti</description>
1717

1818
<properties>

0 commit comments

Comments
 (0)