diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ad8fb214..a009f159 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-biz-events-service description: Microservice for exposing REST APIs about payment receipts. type: application -version: 0.40.0 -appVersion: 0.1.18 +version: 0.41.0 +appVersion: 0.1.19 dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 5fb50921..99354a62 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-biz-events-service - tag: "0.1.18" + tag: "0.1.19" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 49d1bcb3..6e79b504 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-biz-events-service - tag: "0.1.18" + tag: "0.1.19" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 4972cbf8..bbc99395 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-biz-events-service - tag: "0.1.18" + tag: "0.1.19" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index bcc9a417..58b4e42c 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "Biz-Events Service", "description": "Microservice for exposing REST APIs about payment receipts.", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.1.18" + "version": "0.1.19" }, "servers": [ { @@ -2140,4 +2140,4 @@ } } } -} \ No newline at end of file +} diff --git a/openapi/openapi_ec.json b/openapi/openapi_ec.json index f7c4bc4e..e25d0acf 100644 --- a/openapi/openapi_ec.json +++ b/openapi/openapi_ec.json @@ -4,7 +4,7 @@ "title": "Biz-Events Service", "description": "Microservice for exposing REST APIs about payment receipts.", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.1.18" + "version": "0.1.19" }, "servers": [ { @@ -718,4 +718,4 @@ } } } -} \ No newline at end of file +} diff --git a/openapi/openapi_helpdesk.json b/openapi/openapi_helpdesk.json index a4acbfee..978983eb 100644 --- a/openapi/openapi_helpdesk.json +++ b/openapi/openapi_helpdesk.json @@ -4,7 +4,7 @@ "title": "Biz-Events Helpdesk", "description": "Microservice for exposing REST APIs for bizevent helpdesk.", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.1.18" + "version": "0.1.19" }, "servers": [ { @@ -1034,4 +1034,4 @@ } } } -} \ No newline at end of file +} diff --git a/openapi/openapi_io.json b/openapi/openapi_io.json index 4fde8b08..4191df2e 100644 --- a/openapi/openapi_io.json +++ b/openapi/openapi_io.json @@ -4,7 +4,7 @@ "title": "Biz-Events Transaction Service", "description": "Microservice for exposing REST APIs about payment transaction.", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.1.18" + "version": "0.1.19" }, "servers": [ { @@ -751,4 +751,4 @@ } } } -} \ No newline at end of file +} diff --git a/pom.xml b/pom.xml index 1c3a6541..bec2059e 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ it.gov.pagopa bizeventsservice - 0.1.18 + 0.1.19 Biz-Events Service Microservice for exposing REST APIs about payment receipts.