From ffdc6c96236c11b59fcf4a62b47379cd1b0edd30 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 11 Apr 2024 06:50:54 +0000 Subject: [PATCH] Bump to version 1.2.5-6-updates [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 97ac59a..bbe7b11 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.52.0" -appVersion: "1.2.5-5-updates" +version: "0.53.0" +appVersion: "1.2.5-6-updates" dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 4437435..b719049 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.2.5-5-updates' + tag: '1.2.5-6-updates' readinessProbe: httpGet: path: /q/health/ready diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index cc16d59..950f088 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.2.5-5-updates' + tag: '1.2.5-6-updates' readinessProbe: httpGet: path: /q/health/ready diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index aa8bde6..e56afb1 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.2.5-5-updates' + tag: '1.2.5-6-updates' readinessProbe: httpGet: path: /q/health/ready diff --git a/openapi/openapi.json b/openapi/openapi.json index da7fba0..827c826 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Node technical support - API (local) ${service}", "termsOfService": "https://www.pagopa.gov.it/", - "version": "1.2.5-5-updates" + "version": "1.2.5-6-updates" }, "servers": [ { diff --git a/pom.xml b/pom.xml index d6f45e4..0e2c8ce 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 it.gov.pagopa node-techical-support-worker - 1.2.5-5-updates + 1.2.5-6-updates 3.11.0 1.18.26