diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2bc3e34f..8016d99e 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.41.0 -appVersion: 0.14.15 +version: 0.42.0 +appVersion: 0.14.16 dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index b95ba8ac..63efe4cd 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.14.15" + tag: "0.14.16" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 9e0a4e6b..4d3a1e09 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.14.15" + tag: "0.14.16" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 350d79ef..80502755 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.14.15" + tag: "0.14.16" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index c2f85b92..91f6bdf1 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.14.15" + "version": "0.14.16" }, "servers": [ { @@ -5957,4 +5957,4 @@ } } } -} \ No newline at end of file +} diff --git a/pom.xml b/pom.xml index 7b6d43f8..3f7cad26 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ it.pagopa.afm marketplace-be - 0.14.15 + 0.14.16 marketplace-be Marketplace API for PagoPA AFM