From e5e940c5a697e7bceccb105e914e8362d28433d5 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 16 Feb 2024 13:57:11 +0000 Subject: [PATCH] Bump to version 1.0.1-5-nexi-conf [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index dda82e2..90994ae 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.75.0 -appVersion: 1.0.1-4-nexi-conf +version: 0.76.0 +appVersion: 1.0.1-5-nexi-conf dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 672d666..65f1bad 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.1-4-nexi-conf" + tag: "1.0.1-5-nexi-conf" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 043fbf3..f1a6368 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.1-4-nexi-conf" + tag: "1.0.1-5-nexi-conf" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 8c74bce..ad6b6bb 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.1-4-nexi-conf" + tag: "1.0.1-5-nexi-conf" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 02fdeb6..de1f39f 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.1-4-nexi-conf" + "version": "1.0.1-5-nexi-conf" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 53c0955..32f3200 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ it.gov.pagopa.nodo data-migration - 1.0.1-4-nexi-conf + 1.0.1-5-nexi-conf A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database 17