From 52ceae737279ec784f79cf24056c32c14e87f6c7 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 19 Nov 2024 07:08:02 +0000 Subject: [PATCH] Bump to version 0.1.31-7-PAGOPA-2382 --- 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 9018b4f..bab6f8c 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.102.0 -appVersion: 0.1.31-6-PAGOPA-2382 +version: 0.103.0 +appVersion: 0.1.31-7-PAGOPA-2382 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index e99e87f..2b7de48 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-6-PAGOPA-2382" + tag: "0.1.31-7-PAGOPA-2382" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index d2e7d94..f45021a 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-6-PAGOPA-2382" + tag: "0.1.31-7-PAGOPA-2382" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index c87d858..4bc4ea9 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-6-PAGOPA-2382" + tag: "0.1.31-7-PAGOPA-2382" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index b9ff10b..3bebb89 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-6-PAGOPA-2382" + "version": "0.1.31-7-PAGOPA-2382" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 8d07203..d76dbba 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-6-PAGOPA-2382 + 0.1.31-7-PAGOPA-2382 ${packaging}