diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 6540ab49..8ca27280 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-api-config-selfcare-integration
description: Microservice that manages requests from selfcare
type: application
-version: 1.64.0
-appVersion: 1.9.1
+version: 1.65.0
+appVersion: 1.10.0
dependencies:
- name: microservice-chart
version: 2.8.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 5905d578..efd27e0a 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -9,7 +9,7 @@ microservice-chart:
maxSurge: 1
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
- tag: "1.9.1"
+ tag: "1.10.0"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index d460dd34..75e664e3 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -9,7 +9,7 @@ microservice-chart:
maxSurge: 1
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
- tag: "1.9.1"
+ tag: "1.10.0"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index d6f81439..3c7b3986 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -9,7 +9,7 @@ microservice-chart:
maxSurge: 1
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
- tag: "1.9.1"
+ tag: "1.10.0"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index 4b74f3b9..b9788406 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -4,7 +4,7 @@
"title": "API-Config - SelfCare Integration",
"description": "Spring application exposes APIs for SelfCare",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "1.9.1"
+ "version": "1.10.0"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index 5ba75e3b..2399074c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
it.gov.pagopa.api-config
selfcareintegration
- 1.9.1
+ 1.10.0
API-Config - SelfCare Integration
Spring application exposes APIs for SelfCare