From def918046b71f963d92c0aa6a71bc8f8dd8f04e8 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 11 Dec 2023 16:42:30 +0000 Subject: [PATCH] Bump to version 0.1.0-10-PAGOPA-1360-sviluppo-massive-upload-service [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 9a0d47d..2e40e62 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-afm-calculator description: Microservice that handles calculation for pagoPA Advanced Fees Management type: application -version: 0.9.0 -appVersion: 0.1.0-9-PAGOPA-1360-sviluppo-massive-upload-service +version: 0.10.0 +appVersion: 0.1.0-10-PAGOPA-1360-sviluppo-massive-upload-service dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index b060b4e..c78f915 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.0-9-PAGOPA-1360-sviluppo-massive-upload-service" + tag: "0.1.0-10-PAGOPA-1360-sviluppo-massive-upload-service" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 2322969..ca60553 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.0-9-PAGOPA-1360-sviluppo-massive-upload-service" + tag: "0.1.0-10-PAGOPA-1360-sviluppo-massive-upload-service" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 1b341f6..a3c530c 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/yourname # TODO - tag: "0.1.0-9-PAGOPA-1360-sviluppo-massive-upload-service" + tag: "0.1.0-10-PAGOPA-1360-sviluppo-massive-upload-service" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 2551553..a1d72a1 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -1,5 +1,5 @@ { "info": { - "version": "0.1.0-9-PAGOPA-1360-sviluppo-massive-upload-service" + "version": "0.1.0-10-PAGOPA-1360-sviluppo-massive-upload-service" } } diff --git a/pom.xml b/pom.xml index 6b24f35..4d3782d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 it.gov.pagopa.gpd.upload pagopa-gpd-upload - 0.1.0-9-PAGOPA-1360-sviluppo-massive-upload-service + 0.1.0-10-PAGOPA-1360-sviluppo-massive-upload-service ${packaging}