From b4c05dc7ebf6ebed04630ae4984ba7b00187a2ec Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 6 Aug 2024 13:08:18 +0000 Subject: [PATCH] Bump to version 0.4.0 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 16 ++++++++-------- helm/values-uat.yaml | 2 +- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 81ee2ca..b474b85 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.42.0 -appVersion: 0.3.8 +version: 0.43.0 +appVersion: 0.4.0 dependencies: - name: microservice-chart version: 5.9.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index f421ddb..0049724 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.8" + tag: "0.4.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index a6746b3..b24d064 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.8" + tag: "0.4.0" pullPolicy: Always livenessProbe: httpGet: @@ -34,9 +34,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -113,8 +113,8 @@ microservice-chart: keyvault: name: "pagopa-p-itn-printit-kv" tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -131,7 +131,7 @@ microservice-chart: labelSelector: matchLabels: app.kubernetes.io/instance: print-payment-notice-generator - namespaces: [ "printit" ] + namespaces: ["printit"] topologyKey: topology.kubernetes.io/zone canaryDelivery: create: false @@ -150,5 +150,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-uat.yaml b/helm/values-uat.yaml index 47d4367..498b5c6 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.8" + tag: "0.4.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index 0633ed5..87657c2 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.8" + "version": "0.4.0" }, "servers": [ { diff --git a/pom.xml b/pom.xml index fbddeaf..d9a9838 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa print-payment-notice-generator - 0.3.8 + 0.4.0 pagopa-print-payment-notice-generator PagoPA Print Payment Notices Generator