diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index e107a8a..4c78332 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-nodo-cfg-data-migration
description: A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database
type: application
-version: 0.74.0
-appVersion: 1.0.2
+version: 0.75.0
+appVersion: 1.0.3
dependencies:
- name: microservice-chart
version: 2.8.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 74f69de..bfe6f7f 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-nodo-cfg-data-migration
- tag: "1.0.2"
+ tag: "1.0.3"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 83f4709..43551a1 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-nodo-cfg-data-migration
- tag: "1.0.2"
+ tag: "1.0.3"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index c4fd4fb..a2daae2 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-nodo-cfg-data-migration
- tag: "1.0.2"
+ tag: "1.0.3"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index bb77569..46fd9c6 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -4,7 +4,7 @@
"description": "A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "data-migration",
- "version": "1.0.2"
+ "version": "1.0.3"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index d984f54..696d5c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
it.gov.pagopa.nodo
data-migration
- 1.0.2
+ 1.0.3
A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database
17