From a23b897ce557f24adbfd4e6f8469da81925c78dc Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 21 Sep 2023 15:19:53 +0000 Subject: [PATCH] Bump to version 1.0.3-1-fix-cd-2 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 117b4c1..a9fdab1 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-tech-support-api description: Technical support api type: application -version: "0.30.0" -appVersion: "1.0.4" +version: "0.31.0" +appVersion: "1.0.3-1-fix-cd-2" dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 0d69bd2..bf8b3a2 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-node-technical-support-worker - tag: '1.0.4' + tag: '1.0.3-1-fix-cd-2' readinessProbe: httpGet: path: /q/health/ready diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index ba8d3d4..75add51 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-node-technical-support-worker - tag: '1.0.4' + tag: '1.0.3-1-fix-cd-2' readinessProbe: httpGet: path: /q/health/ready diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index df33cf6..a017045 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "nodo" image: repository: ghcr.io/pagopa/pagopa-node-technical-support-worker - tag: '1.0.4' + tag: '1.0.3-1-fix-cd-2' readinessProbe: httpGet: path: /q/health/ready diff --git a/openapi/openapi.json b/openapi/openapi.json index eb5c82f..311d3dc 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Node technical support - API (DEV)", "termsOfService": "https://www.pagopa.gov.it/", - "version": "1.0.4" + "version": "1.0.3-1-fix-cd-2" }, "servers": [ { diff --git a/pom.xml b/pom.xml index b627086..ecbdc3e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 it.gov.pagopa node-techical-support-worker - 1.0.3 + 1.0.3-1-fix-cd-2 3.11.0 1.18.26