From 6d356a986d5b18851e761a7a3cde02ae10b3b177 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 31 May 2024 09:02:30 +0000 Subject: [PATCH] Bump to version 0.58.25 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- openapi/swagger.json | 2 +- pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1cebee6ea..2ae9d010b 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.146.0 -appVersion: 0.58.24-1-PAGOPA-1770-api-cfg-pag-canali-e-stazioni +version: 0.147.0 +appVersion: 0.58.25 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index e6b46beae..ea5d34fc9 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.24-1-PAGOPA-1770-api-cfg-pag-canali-e-stazioni" + tag: "0.58.25" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 7b7b8b7d1..a1eb7065b 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.24-1-PAGOPA-1770-api-cfg-pag-canali-e-stazioni" + tag: "0.58.25" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 1ec2e9154..5a9655816 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.24-1-PAGOPA-1770-api-cfg-pag-canali-e-stazioni" + tag: "0.58.25" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 4700903fa..93ecbf848 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.24-1-PAGOPA-1770-api-cfg-pag-canali-e-stazioni" + "version": "0.58.25" }, "servers": [ { diff --git a/openapi/swagger.json b/openapi/swagger.json index 5fa6f25df..da07e7b66 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.24-1-PAGOPA-1770-api-cfg-pag-canali-e-stazioni" + "version": "0.58.25" }, "host": "localhost:8080", "basePath": "/", diff --git a/pom.xml b/pom.xml index b81589880..bcccc7584 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa.apiconfig core - 0.58.24-1-PAGOPA-1770-api-cfg-pag-canali-e-stazioni + 0.58.25 Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti