diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 017a498ef..baa5ee5e6 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.87.0 -appVersion: 0.56.2 +version: 0.88.0 +appVersion: 0.56.3 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 4eb048d0c..7108a1252 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.2" + tag: "0.56.3" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 394b0be7c..b175dc77b 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.2" + tag: "0.56.3" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index f8e485e67..c0d9b43de 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.2" + tag: "0.56.3" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 5f410ea18..a38a19f85 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.2" + "version": "0.56.3" }, "servers": [ { diff --git a/openapi/openapi_auth.json b/openapi/openapi_auth.json index 17c165bdb..14d2a937a 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.2" + "version": "0.56.3" }, "servers": [ { diff --git a/openapi/swagger.json b/openapi/swagger.json index 13c3d692e..45dd74050 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.2" + "version": "0.56.3" }, "host": "localhost:8080", "basePath": "/apiconfig/api/v1", diff --git a/pom.xml b/pom.xml index a67784cc8..75b103504 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa.apiconfig core - 0.56.2 + 0.56.3 Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti