diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 506800b..20800f6 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.13.0 -appVersion: 0.0.11 +version: 0.14.0 +appVersion: 0.0.12 dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 76e0ed6..f31e3b3 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.11" + tag: "0.0.12" 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 15af52e..9ec4aee 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.11" + tag: "0.0.12" 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 9e9349e..0379cc9 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.11" + tag: "0.0.12" 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 8778c25..ad94bb4 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.11 + version: 0.0.12 servers: - url: http://localhost:8080 tags: diff --git a/pom.xml b/pom.xml index 45d9896..6e4d47a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa.project bdi-observability-functions - 0.0.11 + 0.0.12 jar Azure Custom Fn