diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c1653a7..85663f9 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.30.0 -appVersion: 1.1.1 +version: 0.31.0 +appVersion: 1.1.2 dependencies: - name: microservice-chart version: 5.9.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index b28f921..a3cd9c4 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "pagopa-biz-pm-ingestion" image: repository: ghcr.io/pagopa/pagopa-biz-pm-ingestion - tag: "1.1.1" + tag: "1.1.2" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 3f93bbe..9b0c930 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "pagopa-biz-pm-ingestion" image: repository: ghcr.io/pagopa/pagopa-biz-pm-ingestion - tag: "1.1.1" + tag: "1.1.2" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 117b2e2..eac0159 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "pagopa-biz-pm-ingestion" image: repository: ghcr.io/pagopa/pagopa-biz-pm-ingestion - tag: "1.1.1" + tag: "1.1.2" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index f9b7743..a71d3ce 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "bizpmingestion", "description": "Microservice for retrieving payment receipts from the PM.", "termsOfService": "https://www.pagopa.gov.it/", - "version": "1.1.1" + "version": "1.1.2" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 3b39c08..1e384dc 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa bizpmingestion - 1.1.1 + 1.1.2 Biz PM Ingestion Microservice for retrieving payment receipts from the PM.