Skip to content

Commit 6e80902

Browse files
Bump to version 1.12.12 [skip ci]
1 parent d9ad087 commit 6e80902

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.109.0
6-
appVersion: 1.12.11
5+
version: 1.110.0
6+
appVersion: 1.12.12
77
dependencies:
88
- name: microservice-chart
99
version: 8.0.2

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ microservice-chart: &microservice-chart
2222
envSecret: {}
2323
image:
2424
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
25-
tag: "1.12.11"
25+
tag: "1.12.12"
2626
pullPolicy: Always
2727
livenessProbe:
2828
httpGet:

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ microservice-chart: &microservice-chart
2222
envSecret: {}
2323
image:
2424
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
25-
tag: "1.12.11"
25+
tag: "1.12.12"
2626
pullPolicy: Always
2727
livenessProbe:
2828
httpGet:

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ microservice-chart: &microservice-chart
2222
envSecret: {}
2323
image:
2424
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
25-
tag: "1.12.11"
25+
tag: "1.12.12"
2626
pullPolicy: Always
2727
livenessProbe:
2828
httpGet:

openapi/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "API-Config - SelfCare Integration",
55
"description": "Spring application exposes APIs for SelfCare",
66
"termsOfService": "https://www.pagopa.gov.it/",
7-
"version": "1.12.11"
7+
"version": "1.12.12"
88
},
99
"servers": [
1010
{
@@ -2930,4 +2930,4 @@
29302930
}
29312931
}
29322932
}
2933-
}
2933+
}

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.12.11</version>
15+
<version>1.12.12</version>
1616
<name>API-Config - SelfCare Integration</name>
1717
<description>Spring application exposes APIs for SelfCare</description>
1818

0 commit comments

Comments
 (0)