diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ff2ba19..133d316 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-mbd-service description: Microservice that handles services for eBollo type: application -version: 0.102.0 -appVersion: 1.2.3 +version: 0.103.0 +appVersion: 1.2.3-1-PPANTT-196-feat-introducing-int-tests dependencies: - name: microservice-chart version: 7.1.1 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 4d80887..dd41752 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "pagopa-mbd-service" image: repository: ghcr.io/pagopa/pagopa-mbd-service - tag: "1.2.3" + tag: "1.2.3-1-PPANTT-196-feat-introducing-int-tests" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index d4bd56a..0b64429 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "pagopa-mbd-service" image: repository: ghcr.io/pagopa/pagopa-mbd-service - tag: "1.2.3" + tag: "1.2.3-1-PPANTT-196-feat-introducing-int-tests" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 66925c7..0bc9508 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "pagopa-mbd-service" image: repository: ghcr.io/pagopa/pagopa-mbd-service - tag: "1.2.3" + tag: "1.2.3-1-PPANTT-196-feat-introducing-int-tests" pullPolicy: Always livenessProbe: handlerType: httpGet diff --git a/openapi/openapi.json b/openapi/openapi.json index f8e3bef..4ed1335 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "mbd-service", "description": "MBD Service", "termsOfService": "https://www.pagopa.gov.it/", - "version": "1.2.3" + "version": "1.2.3-1-PPANTT-196-feat-introducing-int-tests" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 215d416..348f6e2 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ it.gov.pagopa.ebollo mbd-service - 1.2.3 + 1.2.3-1-PPANTT-196-feat-introducing-int-tests MBD Service MBD Service