From 28c8bf13acaec2aaf11cbdc0b967311b0de4545a Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Sun, 4 Feb 2024 15:23:34 +0000 Subject: [PATCH] Bump to version 0.1.4-3-integration-test [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 b337925..8ac2d08 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.36.0 -appVersion: 0.1.4-2-fix-status-saving +version: 0.37.0 +appVersion: 0.1.4-3-integration-test dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 30cf85e..26ffbb0 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.4-2-fix-status-saving" + tag: "0.1.4-3-integration-test" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 7c07413..b137652 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/yourname # TODO - tag: "0.1.4-2-fix-status-saving" + tag: "0.1.4-3-integration-test" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 4748ef5..4678dd1 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.4-2-fix-status-saving" + tag: "0.1.4-3-integration-test" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 0c5c5dc..f0e70a4 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "pagopa-gpd-upload", - "version": "0.1.4-2-fix-status-saving" + "version": "0.1.4-3-integration-test" }, "paths": { "/brokers/{broker_code}/organizations/{organization_fiscal_code}/debtpositions/file": { diff --git a/pom.xml b/pom.xml index c740fcc..e299b20 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 it.gov.pagopa.gpd.upload pagopa-gpd-upload - 0.1.4-2-fix-status-saving + 0.1.4-3-integration-test ${packaging}