diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3504103..3f4fb0e 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.43.0 -appVersion: 1.6.0 +version: 0.44.0 +appVersion: 1.6.0-1-PPANTT-142-get-all-maintenances dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 7ed563d..17ffb1d 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.6.0" + tag: "1.6.0-1-PPANTT-142-get-all-maintenances" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 0fdefe5..e5c0acb 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.6.0" + tag: "1.6.0-1-PPANTT-142-get-all-maintenances" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 38137de..a348e80 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.6.0" + tag: "1.6.0-1-PPANTT-142-get-all-maintenances" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index ac51127..699a63e 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.6.0" + "version": "1.6.0-1-PPANTT-142-get-all-maintenances" }, "servers": [ { @@ -1704,4 +1704,4 @@ } } } -} \ No newline at end of file +} diff --git a/openapi/openapi_backoffice_external_ec.json b/openapi/openapi_backoffice_external_ec.json index 093a9ac..280ab7f 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.6.0" + "version": "1.6.0-1-PPANTT-142-get-all-maintenances" }, "servers": [ { @@ -664,4 +664,4 @@ } } } -} \ No newline at end of file +} diff --git a/openapi/openapi_backoffice_external_psp.json b/openapi/openapi_backoffice_external_psp.json index 6caa78e..d1edf99 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.6.0" + "version": "1.6.0-1-PPANTT-142-get-all-maintenances" }, "servers": [ { @@ -333,4 +333,4 @@ } } } -} \ No newline at end of file +} diff --git a/openapi/openapi_backoffice_helpdesk.json b/openapi/openapi_backoffice_helpdesk.json index 73cf74b..2c7b865 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.6.0" + "version": "1.6.0-1-PPANTT-142-get-all-maintenances" }, "servers": [ { @@ -1029,4 +1029,4 @@ } } } -} \ No newline at end of file +} diff --git a/pom.xml b/pom.xml index 5fa3815..d20ee4e 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.pagopa.selfcare.pagopa pagopa-backoffice-external - 1.6.0 + 1.6.0-1-PPANTT-142-get-all-maintenances Backoffice External Microservice to expose REST API to contact PagoPA Backoffice