From fcebdba7a2b08f80b92bb860e5deb9bc6eb2cd10 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 11 Sep 2023 13:23:34 +0000 Subject: [PATCH] Bump to version 0.0.3 [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 99ea644..52b9a75 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-functions-template description: Microservice description type: application -version: 0.7.0 -appVersion: 0.0.2 +version: 0.8.0 +appVersion: 0.0.3 dependencies: - name: microservice-chart version: 2.3.1 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 65b62bd..b080363 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-qi-alerts-management-function - tag: "0.0.2" + tag: "0.0.3" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index bd1cce7..2d99831 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-qi-alerts-management-function - tag: "0.0.2" + tag: "0.0.3" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index ee9ec74..678a346 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-qi-alerts-management-function - tag: "0.0.2" + tag: "0.0.3" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/openapi/openapi.json b/openapi/openapi.json index d5ae628..4c38949 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -1,5 +1,5 @@ { "info": { - "version": "0.0.2" + "version": "0.0.3" } } diff --git a/pom.xml b/pom.xml index aafee74..d49996f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.pagopa pagopa-qi-alerts-management-function - 0.0.2 + 0.0.3 jar Quality improvement alerts management