diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 7c2b5da..518834d 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-gpd-upload
description: Microservice that handles file upload of massive debt positions JSON object
type: application
-version: 0.98.0
-appVersion: 0.1.31-2-PAGOPA-2382
+version: 0.99.0
+appVersion: 0.1.31-3-PAGOPA-2382
dependencies:
- name: microservice-chart
version: 2.8.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index b53e12f..16f20db 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-gpd-upload
- tag: "0.1.31-2-PAGOPA-2382"
+ tag: "0.1.31-3-PAGOPA-2382"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 23a2921..0170eb3 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-gpd-upload
- tag: "0.1.31-2-PAGOPA-2382"
+ tag: "0.1.31-3-PAGOPA-2382"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index a26b348..d1266fc 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-gpd-upload
- tag: "0.1.31-2-PAGOPA-2382"
+ tag: "0.1.31-3-PAGOPA-2382"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index 2749ed4..b9ba021 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -4,7 +4,7 @@
"description": "Microservice to manage PagoPA GPD Upload",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "pagoPA GPD Upload",
- "version": "0.1.31-2-PAGOPA-2382"
+ "version": "0.1.31-3-PAGOPA-2382"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index 47c5c9d..4b59d1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
it.gov.pagopa.gpd.upload
pagopa-gpd-upload
- 0.1.31-2-PAGOPA-2382
+ 0.1.31-3-PAGOPA-2382
${packaging}