diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 89b40ea2..25f79368 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.28.0
-appVersion: 0.14.4
+version: 0.29.0
+appVersion: 0.14.4-1-PAGOPA-1481-sviluppo-upgrade-ai-with-java-17
dependencies:
- name: microservice-chart
version: 2.4.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index d8ae21ea..2162978e 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.4"
+ tag: "0.14.4-1-PAGOPA-1481-sviluppo-upgrade-ai-with-java-17"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 0257ee06..788f9ce3 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.4"
+ tag: "0.14.4-1-PAGOPA-1481-sviluppo-upgrade-ai-with-java-17"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 6e108102..17c49b67 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.4"
+ tag: "0.14.4-1-PAGOPA-1481-sviluppo-upgrade-ai-with-java-17"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index 9fec1b8f..9e57c7ca 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.4"
+ "version": "0.14.4-1-PAGOPA-1481-sviluppo-upgrade-ai-with-java-17"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index 3b280a2e..78961569 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
it.pagopa.afm
marketplace-be
- 0.14.4
+ 0.14.4-1-PAGOPA-1481-sviluppo-upgrade-ai-with-java-17
marketplace-be
Marketplace API for PagoPA AFM