diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 029b7eaf1..4fd310367 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.149.0 -appVersion: 0.58.26 +version: 0.150.0 +appVersion: 0.58.27 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 847da51e4..c544174db 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -28,7 +28,7 @@ microservice-chart: µservice-chart envSecret: {} image: repository: ghcr.io/pagopa/pagopa-api-config - tag: "0.58.26" + tag: "0.58.27" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index b33ed490b..4a6889aeb 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -28,7 +28,7 @@ microservice-chart: µservice-chart envSecret: {} image: repository: ghcr.io/pagopa/pagopa-api-config - tag: "0.58.26" + tag: "0.58.27" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 7adcbcbee..49ebec72d 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -28,7 +28,7 @@ microservice-chart: µservice-chart envSecret: {} image: repository: ghcr.io/pagopa/pagopa-api-config - tag: "0.58.26" + tag: "0.58.27" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 73c81b3f3..4235ec629 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.58.26" + "version": "0.58.27" }, "servers": [ { @@ -19857,4 +19857,4 @@ } } } -} \ No newline at end of file +} diff --git a/openapi/swagger.json b/openapi/swagger.json index ad74d254d..937fb44e9 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.58.26" + "version": "0.58.27" }, "host": "localhost:8080", "basePath": "/", diff --git a/pom.xml b/pom.xml index 758049357..0cfcc8d99 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa.apiconfig core - 0.58.26 + 0.58.27 Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti