From 9f8651373f727b097563a3ce8b9f7942ee62c5b4 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 3 Aug 2023 10:14:05 +0000 Subject: [PATCH] Bump to version 1.0.3 [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 cf0dca4..6ed7bd4 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.21.0" -appVersion: "1.0.2-16-NOD-400" +version: "0.22.0" +appVersion: "1.0.3" dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index a959dac..a4bf231 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.2-16-NOD-400' + tag: '1.0.3' readinessProbe: httpGet: path: /q/health/ready @@ -87,4 +87,4 @@ microservice-chart: canaryDelivery: deployment: image: - tag: 1.0.2-16-NOD-400 + tag: 1.0.3 diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index b833dcd..8b6e8c6 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.2-16-NOD-400' + tag: '1.0.3' readinessProbe: httpGet: path: /q/health/ready @@ -87,4 +87,4 @@ microservice-chart: canaryDelivery: deployment: image: - tag: 1.0.2-16-NOD-400 + tag: 1.0.3 diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index a463516..e8989f3 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.2-16-NOD-400' + tag: '1.0.3' readinessProbe: httpGet: path: /q/health/ready @@ -87,4 +87,4 @@ microservice-chart: canaryDelivery: deployment: image: - tag: 1.0.2-16-NOD-400 + tag: 1.0.3 diff --git a/openapi/openapi.json b/openapi/openapi.json index 94a7b21..68ba64d 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.2-16-NOD-400" + "version": "1.0.3" }, "servers": [ { diff --git a/pom.xml b/pom.xml index b107f7f..ad78412 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 it.gov.pagopa node-techical-support-worker - 1.0.2-16-NOD-400 + 1.0.3 3.11.0 1.18.26