Skip to content

Commit b253efe

Browse files
Bump to version 0.0.1-11-fix-problems [skip ci]
1 parent 8d02edf commit b253efe

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 handles calculation for pagoPA Advanced Fees Management
44
type: application
5-
version: 0.45.0
6-
appVersion: 0.0.1-10-fix-problems
5+
version: 0.46.0
6+
appVersion: 0.0.1-11-fix-problems
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.1-10-fix-problems"
7+
tag: "0.0.1-11-fix-problems"
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.1-10-fix-problems"
7+
tag: "0.0.1-11-fix-problems"
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.0.1-10-fix-problems"
7+
tag: "0.0.1-11-fix-problems"
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.0.1-10-fix-problems"
7+
"version": "0.0.1-11-fix-problems"
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.1-10-fix-problems</version>
15+
<version>0.0.1-11-fix-problems</version>
1616
<description>Microservice to update configuration schema of Nodo dei Pagamenti</description>
1717

1818
<properties>

0 commit comments

Comments
 (0)