From 9722daf8f82488976346baeff73a9171919f5264 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 20 May 2024 13:18:23 +0000 Subject: [PATCH] Bump to version 0.2.4 --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 4 ++-- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 5f999e6..db01302 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-shared-platform-authorizer description: Microservice handling authorization caching for the Authorizer system type: application -version: 0.88.0 -appVersion: 0.2.3 +version: 0.89.0 +appVersion: 0.2.4 dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 3ee2353..20a85de 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-platform-authorizer - tag: "0.2.3" + tag: "0.2.4" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: @@ -78,7 +78,7 @@ microservice-chart: value: "75" fileConfig: {} envConfig: - WEBSITE_SITE_NAME: "pagopa-d-shared-authorizer" # required to show cloud role name in application insights + WEBSITE_SITE_NAME: "pagopa-d-shared-authorizer" # required to show cloud role name in application insights FUNCTIONS_WORKER_RUNTIME: "java" envFieldRef: APP_NAME: "metadata.labels['app.kubernetes.io/instance']" diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index d8cd816..2e41c9a 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-platform-authorizer - tag: "0.2.3" + tag: "0.2.4" 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 6425bf1..fda6925 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-platform-authorizer - tag: "0.2.3" + tag: "0.2.4" 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 0fe8563..e8af982 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "OpenAPI definition - Enrolled EC", - "version": "0.2.3" + "version": "0.2.4" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 9c0fb16..3d94fa8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa.authorizer platform-authorizer - 0.2.3 + 0.2.4 jar Azure Authorizer cache Fn