From 1c57f7a31457acbef96b4b7b2d1578ca1c0649ff Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 30 Aug 2024 07:32:25 +0000 Subject: [PATCH] Bump to version 0.19.0-2-PPANTT-99-new-filters-psp-bundle-list [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi-technical-support.json | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1bc5265..09959da 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-afm-marketplace description: Microservice that handles marketplace for pagoPA Advanced Fees Management type: application -version: 0.74.0 -appVersion: 0.19.0-1-PPANTT-99-new-filters-psp-bundle-list +version: 0.75.0 +appVersion: 0.19.0-2-PPANTT-99-new-filters-psp-bundle-list dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index bf9601d..635aad5 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-afm-marketplace-be - tag: "0.19.0-1-PPANTT-99-new-filters-psp-bundle-list" + tag: "0.19.0-2-PPANTT-99-new-filters-psp-bundle-list" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 787bd69..f7a95c6 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-afm-marketplace-be - tag: "0.19.0-1-PPANTT-99-new-filters-psp-bundle-list" + tag: "0.19.0-2-PPANTT-99-new-filters-psp-bundle-list" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 46ada09..9d4f0d2 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-afm-marketplace-be - tag: "0.19.0-1-PPANTT-99-new-filters-psp-bundle-list" + tag: "0.19.0-2-PPANTT-99-new-filters-psp-bundle-list" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi-technical-support.json b/openapi/openapi-technical-support.json index 452200f..6cdcb49 100644 --- a/openapi/openapi-technical-support.json +++ b/openapi/openapi-technical-support.json @@ -4,7 +4,7 @@ "title": "Marketplace API for Technical Support", "description": "marketplace-technical-support", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.19.0-1-PPANTT-99-new-filters-psp-bundle-list" + "version": "0.19.0-2-PPANTT-99-new-filters-psp-bundle-list" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index 140ed1e..417308a 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "Marketplace API for PagoPA AFM", "description": "marketplace-be", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.19.0-1-PPANTT-99-new-filters-psp-bundle-list" + "version": "0.19.0-2-PPANTT-99-new-filters-psp-bundle-list" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 5b63221..c4d266f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ it.pagopa.afm marketplace-be - 0.19.0-1-PPANTT-99-new-filters-psp-bundle-list + 0.19.0-2-PPANTT-99-new-filters-psp-bundle-list marketplace-be Marketplace API for PagoPA AFM