From d2da8eaba6be0b4c27c2f5ea2398571099ccf285 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 17 Jan 2025 16:55:57 +0000 Subject: [PATCH] Bump to version 2.1.9-69-PAGOPA-2394 [skip ci] --- helm-fdr/helm/Chart.yaml | 4 ++-- helm-fdr/helm/values-dev.yaml | 2 +- helm-fdr/helm/values-prod.yaml | 2 +- helm-fdr/helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- version.sbt | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm-fdr/helm/Chart.yaml b/helm-fdr/helm/Chart.yaml index 283a99c..6a8f067 100644 --- a/helm-fdr/helm/Chart.yaml +++ b/helm-fdr/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: fdr-chart description: Flussi di rendicontazione type: application -version: 0.12.0 -appVersion: 2.1.9-68-PAGOPA-2394 +version: 0.13.0 +appVersion: 2.1.9-69-PAGOPA-2394 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm-fdr/helm/values-dev.yaml b/helm-fdr/helm/values-dev.yaml index 2cba57a..fc3709b 100644 --- a/helm-fdr/helm/values-dev.yaml +++ b/helm-fdr/helm/values-dev.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "fdr" image: repository: ghcr.io/pagopa/pagopa-fdr-nodo-dei-pagamenti - tag: 2.1.9-68-PAGOPA-2394 + tag: 2.1.9-69-PAGOPA-2394 canaryDelivery: create: false fdrnodo: diff --git a/helm-fdr/helm/values-prod.yaml b/helm-fdr/helm/values-prod.yaml index 0e6e41c..d8935db 100644 --- a/helm-fdr/helm/values-prod.yaml +++ b/helm-fdr/helm/values-prod.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "fdr" image: repository: ghcr.io/pagopa/pagopa-fdr-nodo-dei-pagamenti - tag: 2.1.9-68-PAGOPA-2394 + tag: 2.1.9-69-PAGOPA-2394 canaryDelivery: create: false fdrnodo: diff --git a/helm-fdr/helm/values-uat.yaml b/helm-fdr/helm/values-uat.yaml index 07058c6..b057409 100644 --- a/helm-fdr/helm/values-uat.yaml +++ b/helm-fdr/helm/values-uat.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "fdr" image: repository: ghcr.io/pagopa/pagopa-fdr-nodo-dei-pagamenti - tag: 2.1.9-68-PAGOPA-2394 + tag: 2.1.9-69-PAGOPA-2394 canaryDelivery: create: false terminationGracePeriodSeconds: 140 diff --git a/openapi/openapi.json b/openapi/openapi.json index 46fa78d..eff7eab 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "FDR - Flussi di rendicontazione FASE 1", "description": "FDR - Flussi di rendicontazione FASE 1", "termsOfService": "https://www.pagopa.gov.it/", - "version": "2.1.9-68-PAGOPA-2394" + "version": "2.1.9-69-PAGOPA-2394" }, "servers": [ { diff --git a/version.sbt b/version.sbt index d97bcca..57cf584 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.1.9-68-PAGOPA-2394" +ThisBuild / version := "2.1.9-69-PAGOPA-2394"