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