From ef2392e0ad50865d629a81955fd9d058c6941717 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 4 Jul 2024 10:36:40 +0000 Subject: [PATCH] Bump to version 0.3.2 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 14 +++++++------- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e850378..1409690 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-print-payment-notice-generator description: Microservice that handles services for notice print generation type: application -version: 0.35.0 -appVersion: 0.3.1 +version: 0.36.0 +appVersion: 0.3.2 dependencies: - name: microservice-chart version: 5.9.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index ad10488..56c3916 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-generator" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator - tag: "0.3.1" + tag: "0.3.2" pullPolicy: Always livenessProbe: httpGet: @@ -34,9 +34,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -108,8 +108,8 @@ microservice-chart: keyvault: name: "pagopa-d-itn-printit-kv" tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -136,5 +136,5 @@ microservice-chart: repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator tag: "0.0.0" pullPolicy: Always - envConfig: { } - envSecret: { } + envConfig: {} + envSecret: {} diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index abbd6bf..550c7dc 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-generator" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator - tag: "0.3.1" + tag: "0.3.2" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 9645795..a302fb9 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-generator" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator - tag: "0.3.1" + tag: "0.3.2" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 6bdd8cd..a9e4bb7 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "description": "PagoPA Print Payment Notices Generator", "termsOfService": "https://www.pagopa.gov.it/", "title": "pagopa-print-payment-notice-generator", - "version": "0.3.1" + "version": "0.3.2" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 78b258c..8eae444 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa print-payment-notice-generator - 0.3.1 + 0.3.2 pagopa-print-payment-notice-generator PagoPA Print Payment Notices Generator