From b22c76555bb561d46bbbae237568a8bd0e42199e Mon Sep 17 00:00:00 2001
From: pagopa-github-bot <>
Date: Tue, 6 Sep 2022 10:36:00 +0000
Subject: [PATCH] Bump version [skip ci]
---
helm/values-dev.yaml | 2 +-
helm/values-prod.yaml | 2 +-
helm/values-uat.yaml | 2 +-
openapi/openapi.json | 2 +-
pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index a9c60e72..ac8f2ddb 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: pagopadcommonacr.azurecr.io/pagopaafmcalculatordata
- tag: "0.0.1-8" #improve
+ tag: "0.0.1-9" #improve
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 49c1d9e2..599e6e68 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: pagopadcommonacr.azurecr.io/pagopaafmcalculatordata
- tag: "0.0.1-8" #improve
+ tag: "0.0.1-9" #improve
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 6b39d13f..bdc7336d 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: pagopadcommonacr.azurecr.io/pagopaafmcalculatordata
- tag: "0.0.1-8" #improve
+ tag: "0.0.1-9" #improve
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index b20971de..0cb16ac9 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -4,7 +4,7 @@
"title": "PagoPA API Calculator Data",
"description": "Calculator Data microservice for pagoPA AFM",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.0.1-8"
+ "version": "0.0.1-9"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index f3d93658..7b26ac02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
it.gov.pagopa
microservice
- 0.0.1-8
+ 0.0.1-9
afm-calculator-data
Calculator Data microservice for pagoPA AFM