diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 20800f6..eef7ec4 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-observability-bdi
description: Microservice description
type: application
-version: 0.14.0
-appVersion: 0.0.12
+version: 0.15.0
+appVersion: 0.0.13
dependencies:
- name: microservice-chart
version: 2.4.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 1d1dcd9..7f1ac95 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-observability-bdi
- tag: "0.0.12"
+ tag: "0.0.13"
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 9ec4aee..8599ccb 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: pagopapcommonacr.azurecr.io/pagopa-observability-bdi
- tag: "0.0.12"
+ tag: "0.0.13"
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 0379cc9..85b85c7 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: pagopaucommonacr.azurecr.io/pagopa-observability-bdi
- tag: "0.0.12"
+ tag: "0.0.13"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
livenessProbe:
diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml
index ad94bb4..ae33e0d 100644
--- a/openapi/openapi.yaml
+++ b/openapi/openapi.yaml
@@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: qi-observability-perf-kpi
description: API for monitoring performance KPIs.
- version: 0.0.12
+ version: 0.0.13
servers:
- url: http://localhost:8080
tags:
diff --git a/pom.xml b/pom.xml
index 6e4d47a..e0d5317 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
it.gov.pagopa.project
bdi-observability-functions
- 0.0.12
+ 0.0.13
jar
Azure Custom Fn