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