From 3457c9d41fc5c4f0128cfc2c9d12d06622728500 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 13 Dec 2024 08:17:31 +0000 Subject: [PATCH] Bump to version 1.0.13 [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 f6974d5..634bf11 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-fdr-tech-support-api description: Technical support api type: application -version: "0.29.0" -appVersion: "1.0.12" +version: "0.30.0" +appVersion: "1.0.13" dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index b328f47..55fec13 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "fdr" image: repository: ghcr.io/pagopa/pagopa-fdr-technical-support - tag: '1.0.12' + tag: '1.0.13' readinessProbe: httpGet: path: /q/health/ready diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 0dcd247..fc5811f 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "fdr" image: repository: ghcr.io/pagopa/pagopa-fdr-technical-support - tag: '1.0.12' + tag: '1.0.13' readinessProbe: httpGet: path: /q/health/ready diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 93511ef..d6195e0 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -2,7 +2,7 @@ microservice-chart: namespace: "fdr" image: repository: ghcr.io/pagopa/pagopa-fdr-technical-support - tag: '1.0.12' + tag: '1.0.13' readinessProbe: httpGet: path: /q/health/ready diff --git a/openapi/openapi.json b/openapi/openapi.json index 575c35b..c74e7d5 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Fdr technical support - Api (local) ${service}", "termsOfService": "https://www.pagopa.gov.it/", - "version": "1.0.12" + "version": "1.0.13" }, "servers": [ { diff --git a/pom.xml b/pom.xml index b67f239..76dce3c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa fdr-techical-support - 1.0.12 + 1.0.13 3.11.0