Skip to content

Commit 0da62c8

Browse files
Bump to version 1.2.3-4 [skip ci]
1 parent 0b906af commit 0da62c8

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pagopa-api-config-selfcare-integration
33
description: Microservice that manages requests from selfcare
44
type: application
5-
version: 1.8.0
6-
appVersion: 1.2.3-3
5+
version: 1.9.0
6+
appVersion: 1.2.3-4
77
dependencies:
88
- name: microservice-chart
99
version: 1.21.0

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
7-
tag: "1.2.3-3"
7+
tag: "1.2.3-4"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
7-
tag: "1.2.3-3"
7+
tag: "1.2.3-4"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
7-
tag: "1.2.3-3"
7+
tag: "1.2.3-4"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Spring application exposes APIs for SelfCare",
55
"termsOfService": "https://www.pagopa.gov.it/",
66
"title": "API-Config - SelfCare Integration",
7-
"version": "1.2.3-3"
7+
"version": "1.2.3-4"
88
},
99
"servers": [
1010
{

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>it.gov.pagopa.api-config</groupId>
1414
<artifactId>selfcareintegration</artifactId>
15-
<version>1.2.3-3</version>
15+
<version>1.2.3-4</version>
1616
<name>API-Config - SelfCare Integration</name>
1717
<description>Spring application exposes APIs for SelfCare</description>
1818

0 commit comments

Comments
 (0)