diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8dbe179..8fb5024 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.33.0 -appVersion: 1.2.1 +version: 0.34.0 +appVersion: 1.3.0 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 588cb33..c16f2e7 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "backoffice-external" image: repository: ghcr.io/pagopa/pagopa-backoffice-external - tag: "1.2.1" + tag: "1.3.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index d9095c7..51a58f1 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "backoffice-external" image: repository: ghcr.io/pagopa/pagopa-backoffice-external - tag: "1.2.1" + tag: "1.3.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 0f04b2f..b04d7a3 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "backoffice-external" image: repository: ghcr.io/pagopa/pagopa-backoffice-external - tag: "1.2.1" + tag: "1.3.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 39b557e..45febed 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "description": "Microservice to expose REST API to contact PagoPA Backoffice", "termsOfService": "https://www.pagopa.gov.it/", "title": "Backoffice External", - "version": "1.2.1" + "version": "1.3.0" }, "servers": [ { diff --git a/openapi/openapi_backoffice_external_ec.json b/openapi/openapi_backoffice_external_ec.json index b5a86e6..96458f4 100644 --- a/openapi/openapi_backoffice_external_ec.json +++ b/openapi/openapi_backoffice_external_ec.json @@ -4,7 +4,7 @@ "description": "Microservice to expose REST API to contact PagoPA Backoffice", "termsOfService": "https://www.pagopa.gov.it/", "title": "Backoffice External - Backoffice External EC", - "version": "1.2.1" + "version": "1.3.0" }, "servers": [ { diff --git a/openapi/openapi_backoffice_external_psp.json b/openapi/openapi_backoffice_external_psp.json index 94aa528..f331d60 100644 --- a/openapi/openapi_backoffice_external_psp.json +++ b/openapi/openapi_backoffice_external_psp.json @@ -4,7 +4,7 @@ "description": "Microservice to expose REST API to contact PagoPA Backoffice", "termsOfService": "https://www.pagopa.gov.it/", "title": "Backoffice External - Backoffice External PSP", - "version": "1.2.1" + "version": "1.3.0" }, "servers": [ { diff --git a/openapi/openapi_backoffice_helpdesk.json b/openapi/openapi_backoffice_helpdesk.json index d07b73a..e42dc48 100644 --- a/openapi/openapi_backoffice_helpdesk.json +++ b/openapi/openapi_backoffice_helpdesk.json @@ -4,7 +4,7 @@ "description": "Microservice to expose REST API to contact PagoPA Backoffice", "termsOfService": "https://www.pagopa.gov.it/", "title": "Backoffice External - Backoffice Helpdesk", - "version": "1.2.1" + "version": "1.3.0" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 90a74b3..aa43064 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.pagopa.selfcare.pagopa pagopa-backoffice-external - 1.2.1 + 1.3.0 Backoffice External Microservice to expose REST API to contact PagoPA Backoffice