From 363776bf8a7791a5e3ff6ea6aa998ba773b234a5 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 14 Nov 2024 17:25:55 +0000 Subject: [PATCH] Bump to version 0.2.20-164-PAGOPA-2342 [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 +- version.sbt | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 66fa1537..f84d1574 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: wisp-soap-converter-chart description: Wisp Soap Conveter type: application -version: 2.75.0 -appVersion: 0.2.20-162-PAGOPA-2342 +version: 2.76.0 +appVersion: 0.2.20-164-PAGOPA-2342 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 56e2ccf9..a2b8c1ee 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-wisp-soap-converter - tag: 0.2.20-162-PAGOPA-2342 + tag: 0.2.20-164-PAGOPA-2342 canaryDelivery: create: false wispsoapconverter: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 67a34c4b..e27ee58e 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-wisp-soap-converter - tag: 0.2.20-162-PAGOPA-2342 + tag: 0.2.20-164-PAGOPA-2342 canaryDelivery: create: false wispsoapconverter: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index f56bff65..36df7aa7 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -2,7 +2,7 @@ microservice-chart: µservice-chart namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-wisp-soap-converter - tag: 0.2.20-162-PAGOPA-2342 + tag: 0.2.20-164-PAGOPA-2342 canaryDelivery: create: false wispsoapconverter: diff --git a/openapi/openapi.json b/openapi/openapi.json index 718c5fc7..378fad3e 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "Wisp soap converter", "description": "Wisp soap converter", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.2.20-162-PAGOPA-2342" + "version": "0.2.20-164-PAGOPA-2342" }, "servers": [ { diff --git a/version.sbt b/version.sbt index 8f4291f1..a704bd2d 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.2.20-162-PAGOPA-2342" +ThisBuild / version := "0.2.20-164-PAGOPA-2342"