diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 6418ffb..f154fe7 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.67.0
-appVersion: 0.1.22
+version: 0.68.0
+appVersion: 0.1.23
dependencies:
- name: microservice-chart
version: 2.8.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 30a43ca..b503fe6 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.22"
+ tag: "0.1.23"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 1c88da8..a98a156 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.22"
+ tag: "0.1.23"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 934f17e..fcb8a41 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.22"
+ tag: "0.1.23"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index 8d431b7..c40e1c1 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.22"
+ "version": "0.1.23"
},
"servers": [
{
@@ -829,4 +829,4 @@
}
}
}
-}
\ No newline at end of file
+}
diff --git a/pom.xml b/pom.xml
index 80814b4..f76319e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
it.gov.pagopa.gpd.upload
pagopa-gpd-upload
- 0.1.22
+ 0.1.23
${packaging}