diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index bf4e36fd2..b16fd2f6f 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: core
description: APIs to manage configuration for CI and PSP of pagoPA
type: application
-version: 0.85.0
-appVersion: 0.56.0
+version: 0.86.0
+appVersion: 0.56.1
dependencies:
- name: microservice-chart
version: 2.8.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 55ccb7bc3..137d09194 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -27,7 +27,7 @@ microservice-chart: µservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
- tag: "0.56.0"
+ tag: "0.56.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 9beea47ea..95bfb7462 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -27,7 +27,7 @@ microservice-chart: µservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
- tag: "0.56.0"
+ tag: "0.56.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 681c46540..c5c514167 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -27,7 +27,7 @@ microservice-chart: µservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
- tag: "0.56.0"
+ tag: "0.56.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index 3bfe38227..b3b1b0646 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -4,7 +4,7 @@
"title": "core",
"description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.56.0"
+ "version": "0.56.1"
},
"servers": [
{
diff --git a/openapi/openapi_auth.json b/openapi/openapi_auth.json
index 32d8c8c1b..9cfbcbc86 100644
--- a/openapi/openapi_auth.json
+++ b/openapi/openapi_auth.json
@@ -4,7 +4,7 @@
"title": "core",
"description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.56.0"
+ "version": "0.56.1"
},
"servers": [
{
diff --git a/openapi/swagger.json b/openapi/swagger.json
index f66b1b95e..b51f4ec26 100644
--- a/openapi/swagger.json
+++ b/openapi/swagger.json
@@ -4,7 +4,7 @@
"description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "core",
- "version": "0.56.0"
+ "version": "0.56.1"
},
"host": "localhost:8080",
"basePath": "/apiconfig/api/v1",
diff --git a/pom.xml b/pom.xml
index 7128bacaf..5bc3a21fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
it.gov.pagopa.apiconfig
core
- 0.56.0
+ 0.56.1
Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti