diff --git a/helm/Chart.yaml b/helm/Chart.yaml index a028eb3..30ee32b 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-iuvgenerator description: Microservice that permits to generate unique IUV codes for each creditor institution. type: application -version: 0.11.0 -appVersion: 0.2.9 +version: 0.12.0 +appVersion: 0.2.9-1-fix-infra-pipeline dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 048fb00..c8179c5 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-iuvgenerator - tag: "0.2.9" + tag: "0.2.9-1-fix-infra-pipeline" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 74bafe3..0274046 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-iuvgenerator - tag: "0.2.9" + tag: "0.2.9-1-fix-infra-pipeline" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index d3dd841..c882e35 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-iuvgenerator - tag: "0.2.9" + tag: "0.2.9-1-fix-infra-pipeline" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 50431eb..73a108a 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "description": "A service that permits to generate unique IUV codes for each creditor institution.\n\n**STANDARD ERRORS:**\nNAME | CODE | DESCRIPTION\n- | - | -\n**IUVG-1000** | *GENERIC_ERROR* | Error while generating IUV. *...error description...*\n**IUVG-1001** | *VALIDATION_ERROR* | Error while validating IUV generation request. *...error description...*\n**IUVG-1101** | *GENERATION_MAX_RETRIES_REACHED* | Error while generating IUV. Reached the maximum number of internal automatic attempts [*...content...*] to generate a unique IUV for creditor institution [*...content...*]. Please, try again later.\n**IUVG-1102** | *GENERATION_AUXDIGIT_ALGORITHM_INVALID_PATTERN* | Error while generating IUV. The IUV code's section generated by timestamp in milliseconds is not correctly composited of 13 digits.\n", "termsOfService": "https://www.pagopa.gov.it/", "title": "IUV Generator", - "version": "0.2.9" + "version": "0.2.9-1-fix-infra-pipeline" }, "servers": [ { diff --git a/pom.xml b/pom.xml index e352ca1..f410e64 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ it.gov.pagopa iuvgenerator - 0.2.9 + 0.2.9-1-fix-infra-pipeline pagoPA IUV Generator A service that permits to generate unique IUV codes for each creditor institution.