diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 0fce56f7..4926dde2 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.56.0
-appVersion: 0.16.0
+version: 0.57.0
+appVersion: 0.16.1
dependencies:
- name: microservice-chart
version: 2.4.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index d981b668..8bdc8c08 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.16.0"
+ tag: "0.16.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 9498e411..0a5b5d49 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.16.0"
+ tag: "0.16.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 3489e93b..afad0ef3 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.16.0"
+ tag: "0.16.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi-technical-support.json b/openapi/openapi-technical-support.json
index 41eb1e55..e4035ecd 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.16.0"
+ "version": "0.16.1"
},
"servers": [
{
diff --git a/openapi/openapi.json b/openapi/openapi.json
index 11e44a34..b7854083 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.16.0"
+ "version": "0.16.1"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index 339a3db5..748304c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
it.pagopa.afm
marketplace-be
- 0.16.0
+ 0.16.1
marketplace-be
Marketplace API for PagoPA AFM