From 8d9020cb7e8b25ae32a393ee803e9a951aea2e43 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 14 Jun 2023 14:22:48 +0000 Subject: [PATCH] Bump to version 1.0.1 --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 4 ++-- helm/values-prod.yaml | 4 ++-- helm/values-uat.yaml | 4 ++-- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 6fb1ffb9..3c2e525f 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.9.0 -appVersion: 1.0.0 +version: 0.10.0 +appVersion: 1.0.1 dependencies: - name: microservice-chart version: 1.21.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 43720c99..5f387eb8 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-pdf-engine - tag: "1.0.0" + tag: "1.0.1" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: @@ -78,4 +78,4 @@ microservice-chart: canaryDelivery: deployment: image: - tag: 1.0.0 + tag: 1.0.1 diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 3376e2f7..af4767cc 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-pdf-engine - tag: "1.0.0" + tag: "1.0.1" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: @@ -78,4 +78,4 @@ microservice-chart: canaryDelivery: deployment: image: - tag: 1.0.0 + tag: 1.0.1 diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index c79a567e..0b580da1 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-pdf-engine - tag: "1.0.0" + tag: "1.0.1" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: @@ -78,4 +78,4 @@ microservice-chart: canaryDelivery: deployment: image: - tag: 1.0.0 + tag: 1.0.1 diff --git a/openapi/openapi.json b/openapi/openapi.json index 8b3e8824..6480010d 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "OpenAPI definition - PDF Engine", - "version": "1.0.0" + "version": "1.0.1" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 0d62e4c7..9cbf0f46 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa pdf-engine - 1.0.0 + 1.0.1 jar PagoPA PDF Engine Function