From 5288ed501e6379f8c4dda1ef2b1600f6046c846c Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 23 Aug 2023 07:12:39 +0000 Subject: [PATCH] Bump to version 1.0.3-5-using_re_cosmos_nosql [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 4 ++-- helm/values-prod.yaml | 4 ++-- helm/values-uat.yaml | 4 ++-- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 421ce8f..e6d364c 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.26.0" -appVersion: "1.0.3-4-using_re_cosmos_nosql" +version: "0.27.0" +appVersion: "1.0.3-5-using_re_cosmos_nosql" dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 3fbd6bc..0418c3d 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.3-4-using_re_cosmos_nosql' + tag: '1.0.3-5-using_re_cosmos_nosql' readinessProbe: httpGet: path: /q/health/ready @@ -89,4 +89,4 @@ microservice-chart: canaryDelivery: deployment: image: - tag: 1.0.3-4-using_re_cosmos_nosql + tag: 1.0.3-5-using_re_cosmos_nosql diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index c905330..e7be69e 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.3-4-using_re_cosmos_nosql' + tag: '1.0.3-5-using_re_cosmos_nosql' readinessProbe: httpGet: path: /q/health/ready @@ -87,4 +87,4 @@ microservice-chart: canaryDelivery: deployment: image: - tag: 1.0.3-4-using_re_cosmos_nosql + tag: 1.0.3-5-using_re_cosmos_nosql diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 4d2a93b..decbe70 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.3-4-using_re_cosmos_nosql' + tag: '1.0.3-5-using_re_cosmos_nosql' readinessProbe: httpGet: path: /q/health/ready @@ -87,4 +87,4 @@ microservice-chart: canaryDelivery: deployment: image: - tag: 1.0.3-4-using_re_cosmos_nosql + tag: 1.0.3-5-using_re_cosmos_nosql diff --git a/openapi/openapi.json b/openapi/openapi.json index 5c033ba..b98f6d1 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.3-4-using_re_cosmos_nosql" + "version": "1.0.3-5-using_re_cosmos_nosql" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 9c16218..2371e82 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 it.gov.pagopa node-techical-support-worker - 1.0.3-4-using_re_cosmos_nosql + 1.0.3-5-using_re_cosmos_nosql 3.11.0 1.18.26