diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2bb54d28..cfbe48b9 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-fdr-chart description: Flussi di rendicontazioni type: application -version: "1.27.0" -appVersion: "1.0.20-4-PAGOPA-1976" +version: "1.28.0" +appVersion: "1.0.21" dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index b6cb8b32..e6c0d4bc 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-fdr - tag: 1.0.20-4-PAGOPA-1976 + tag: 1.0.21 pullPolicy: Always readinessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 30c33270..04fa45b8 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-fdr - tag: 1.0.20-4-PAGOPA-1976 + tag: 1.0.21 pullPolicy: Always readinessProbe: httpGet: diff --git a/openapi/openapi_internal.json b/openapi/openapi_internal.json index dd68a7cb..45a5a1a2 100644 --- a/openapi/openapi_internal.json +++ b/openapi/openapi_internal.json @@ -4,7 +4,7 @@ "title": "FDR - Flussi di rendicontazione (local)", "description": "Manage FDR ( aka \"Flussi di Rendicontazione\" ) exchanged between PSP and EC", "termsOfService": "https://www.pagopa.gov.it/", - "version": "1.0.20-4-PAGOPA-1976" + "version": "1.0.21" }, "servers": [ { diff --git a/openapi/openapi_organization.json b/openapi/openapi_organization.json index 0b0c0d6c..ff2b3bdd 100644 --- a/openapi/openapi_organization.json +++ b/openapi/openapi_organization.json @@ -4,7 +4,7 @@ "title": "FDR - Flussi di rendicontazione (local)", "description": "Manage FDR ( aka \"Flussi di Rendicontazione\" ) exchanged between PSP and EC", "termsOfService": "https://www.pagopa.gov.it/", - "version": "1.0.20-4-PAGOPA-1976" + "version": "1.0.21" }, "servers": [ { diff --git a/openapi/openapi_psp.json b/openapi/openapi_psp.json index fb4038c4..7d98681b 100644 --- a/openapi/openapi_psp.json +++ b/openapi/openapi_psp.json @@ -4,7 +4,7 @@ "title": "FDR - Flussi di rendicontazione (local)", "description": "Manage FDR ( aka \"Flussi di Rendicontazione\" ) exchanged between PSP and EC", "termsOfService": "https://www.pagopa.gov.it/", - "version": "1.0.20-4-PAGOPA-1976" + "version": "1.0.21" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 094cc75d..afffd592 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 it.gov.pagopa pagopa-fdr - 1.0.20-4-PAGOPA-1976 + 1.0.21 3.11.0 1.18.26