diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2d0b15c5..0e6caa69 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-gpd-core description: micro-service to manage Creditor Institution debtor positions type: application -version: 0.132.0 -appVersion: 0.11.32-1-PAGOPA-1800-fix-stamp +version: 0.133.0 +appVersion: 0.11.32-2-PAGOPA-1800-fix-stamp dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 5a2ff0e3..bb2e2b3c 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-debt-position - tag: "0.11.32-1-PAGOPA-1800-fix-stamp" + tag: "0.11.32-2-PAGOPA-1800-fix-stamp" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index bf3960ca..3fc6ea7e 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-debt-position - tag: "0.11.32-1-PAGOPA-1800-fix-stamp" + tag: "0.11.32-2-PAGOPA-1800-fix-stamp" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index df6ee023..0be4b6d8 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-debt-position - tag: "0.11.32-1-PAGOPA-1800-fix-stamp" + tag: "0.11.32-2-PAGOPA-1800-fix-stamp" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi_external.json b/openapi/openapi_external.json index fd474ba3..79d83a84 100644 --- a/openapi/openapi_external.json +++ b/openapi/openapi_external.json @@ -4,7 +4,7 @@ "title": "PagoPA API Debt Position", "description": "Progetto Gestione Posizioni Debitorie", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.11.32-1-PAGOPA-1800-fix-stamp" + "version": "0.11.32-2-PAGOPA-1800-fix-stamp" }, "servers": [ { diff --git a/openapi/openapi_external_massive.json b/openapi/openapi_external_massive.json index b710bab6..c4faf4ae 100644 --- a/openapi/openapi_external_massive.json +++ b/openapi/openapi_external_massive.json @@ -4,7 +4,7 @@ "title": "PagoPA API Debt Position", "description": "Progetto Gestione Posizioni Debitorie", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.11.32-1-PAGOPA-1800-fix-stamp" + "version": "0.11.32-2-PAGOPA-1800-fix-stamp" }, "servers": [ { diff --git a/openapi/openapi_internal.json b/openapi/openapi_internal.json index d7fb84dc..32a5de60 100644 --- a/openapi/openapi_internal.json +++ b/openapi/openapi_internal.json @@ -4,7 +4,7 @@ "title": "PagoPA API Debt Position", "description": "Progetto Gestione Posizioni Debitorie", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.11.32-1-PAGOPA-1800-fix-stamp" + "version": "0.11.32-2-PAGOPA-1800-fix-stamp" }, "servers": [ { diff --git a/openapi/openapi_send.json b/openapi/openapi_send.json index cfbd30cb..d4ff2b14 100644 --- a/openapi/openapi_send.json +++ b/openapi/openapi_send.json @@ -4,7 +4,7 @@ "title": "PagoPA API Debt Position", "description": "Progetto Gestione Posizioni Debitorie", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.11.32-1-PAGOPA-1800-fix-stamp" + "version": "0.11.32-2-PAGOPA-1800-fix-stamp" }, "servers": [ { diff --git a/pom.xml b/pom.xml index c5086bda..e066c799 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ it.gov.pagopa.debtposition gpd - 0.11.32-1-PAGOPA-1800-fix-stamp + 0.11.32-2-PAGOPA-1800-fix-stamp Gestione Posizioni Debitorie Progetto Gestione Posizioni Debitorie