diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 7a421f0d..62e2d6e1 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopareceiptpdfdatastore description: Microservice description type: application -version: 0.86.0 -appVersion: 1.6.3 +version: 0.87.0 +appVersion: 1.7.0 dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 836b1206..09d7c1a7 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore - tag: "1.6.3" + tag: "1.7.0" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 49c970c4..70283cbe 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore - tag: "1.6.3" + tag: "1.7.0" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index f08ee0f7..503bd0f1 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore - tag: "1.6.3" + tag: "1.7.0" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/openapi/openapi.json b/openapi/openapi.json index ee517f0e..d389eb4a 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "Receipts Datastore", "description": "Microservice for exposing REST APIs about receipts datastore.", "termsOfService": "https://www.pagopa.gov.it/", - "version": "1.6.3" + "version": "1.7.0" }, "servers": [ { diff --git a/pom.xml b/pom.xml index eff67459..b2100437 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa.receipt receipt-pdf-datastore - 1.6.3 + 1.7.0 jar pagopa-receipt-pdf-datastore