diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 596ad62..f12a155 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.73.0
-appVersion: 0.1.23-5-PAGOPA-1595-elk
+version: 0.74.0
+appVersion: 0.1.23-6-PAGOPA-1595-elk
dependencies:
- name: microservice-chart
version: 2.8.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index c10c47a..23e6342 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.23-5-PAGOPA-1595-elk"
+ tag: "0.1.23-6-PAGOPA-1595-elk"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 00699e2..9ec2b26 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.23-5-PAGOPA-1595-elk"
+ tag: "0.1.23-6-PAGOPA-1595-elk"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 9030caf..8e287e4 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.23-5-PAGOPA-1595-elk"
+ tag: "0.1.23-6-PAGOPA-1595-elk"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index c42bbb5..f21b01d 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.23-5-PAGOPA-1595-elk"
+ "version": "0.1.23-6-PAGOPA-1595-elk"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index f49e3a7..fdabf4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
it.gov.pagopa.gpd.upload
pagopa-gpd-upload
- 0.1.23-5-PAGOPA-1595-elk
+ 0.1.23-6-PAGOPA-1595-elk
${packaging}