From 71b7b8e156c4ad20e50727abb478d23e15ed406c Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Sun, 4 Feb 2024 15:39:10 +0000 Subject: [PATCH] Bump to version 0.1.4-4-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 8ac2d08..aff67ff 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.37.0 -appVersion: 0.1.4-3-integration-test +version: 0.38.0 +appVersion: 0.1.4-4-integration-test dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 26ffbb0..129fe65 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-3-integration-test" + tag: "0.1.4-4-integration-test" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index b137652..b8c58c9 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-3-integration-test" + tag: "0.1.4-4-integration-test" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 4678dd1..6da6550 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-3-integration-test" + tag: "0.1.4-4-integration-test" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index f0e70a4..01437df 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-3-integration-test" + "version": "0.1.4-4-integration-test" }, "paths": { "/brokers/{broker_code}/organizations/{organization_fiscal_code}/debtpositions/file": { diff --git a/pom.xml b/pom.xml index e299b20..54984fc 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-3-integration-test + 0.1.4-4-integration-test ${packaging}