diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index e0e2dcd..6bd2bf8 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.36.0
-appVersion: 1.1.7
+version: 0.37.0
+appVersion: 1.1.8
dependencies:
- name: microservice-chart
version: 5.9.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 3610e67..7cbfcf1 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.7"
+ tag: "1.1.8"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index d7d43c2..0f4f4d8 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.7"
+ tag: "1.1.8"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 3221611..6ff2473 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.7"
+ tag: "1.1.8"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index e747147..26c399d 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.7"
+ "version": "1.1.8"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index d3d0dbe..9759bc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
it.gov.pagopa
bizpmingestion
- 1.1.7
+ 1.1.8
Biz PM Ingestion
Microservice for retrieving payment receipts from the PM.