From 19ae83f5c0cce618414a0936815449522dc019f8 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 13 Jan 2025 14:09:47 +0000 Subject: [PATCH] Bump to version 0.3.2-2-feat-migrate-report-generator [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 14 +++++++------- helm/values-prod.yaml | 14 +++++++------- helm/values-uat.yaml | 14 +++++++------- openapi/openapi.json | 2 +- pom.xml | 2 +- 6 files changed, 25 insertions(+), 25 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index a41dc9e..f39492a 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-wisp-converter-technical-support description: A service that permits to handle converted WISP requests for technical support type: application -version: 0.42.0 -appVersion: 0.3.2-1-feat-migrate-report-generator +version: 0.43.0 +appVersion: 0.3.2-2-feat-migrate-report-generator dependencies: - name: microservice-chart version: 3.0.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index b013086..1a9dda6 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: µservice-chart fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support - tag: "0.3.2-1-feat-migrate-report-generator" + tag: "0.3.2-2-feat-migrate-report-generator" pullPolicy: Always livenessProbe: httpGet: @@ -34,9 +34,9 @@ microservice-chart: µservice-chart servicePort: 8080 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -82,8 +82,8 @@ microservice-chart: µservice-chart tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -110,8 +110,8 @@ microservice-chart: µservice-chart repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support tag: "0.0.0" pullPolicy: Always - envConfig: { } - envSecret: { } + envConfig: {} + envSecret: {} # 1 - Standard service application app: !!merge <<: *microservice-chart diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 19a8618..ef9ed40 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: µservice-chart fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support - tag: "0.3.2-1-feat-migrate-report-generator" + tag: "0.3.2-2-feat-migrate-report-generator" pullPolicy: Always livenessProbe: httpGet: @@ -34,9 +34,9 @@ microservice-chart: µservice-chart servicePort: 8080 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -84,8 +84,8 @@ microservice-chart: µservice-chart tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -112,8 +112,8 @@ microservice-chart: µservice-chart repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support tag: "0.0.0" pullPolicy: Always - envConfig: { } - envSecret: { } + envConfig: {} + envSecret: {} # 1 - Standard service application app: !!merge <<: *microservice-chart diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 9c2fd93..c797d2b 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: µservice-chart fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support - tag: "0.3.2-1-feat-migrate-report-generator" + tag: "0.3.2-2-feat-migrate-report-generator" pullPolicy: Always livenessProbe: httpGet: @@ -34,9 +34,9 @@ microservice-chart: µservice-chart servicePort: 8080 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -82,8 +82,8 @@ microservice-chart: µservice-chart tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -110,8 +110,8 @@ microservice-chart: µservice-chart repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support tag: "0.0.0" pullPolicy: Always - envConfig: { } - envSecret: { } + envConfig: {} + envSecret: {} # 1 - Standard service application app: !!merge <<: *microservice-chart diff --git a/openapi/openapi.json b/openapi/openapi.json index 4207de8..9b2bae3 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "description": "A service that permits to handle converted WISP requests for technical support", "termsOfService": "https://www.pagopa.gov.it/", "title": "wisp-converter-technical-support", - "version": "0.3.2-1-feat-migrate-report-generator" + "version": "0.3.2-2-feat-migrate-report-generator" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 1f61aa7..3efdf31 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ it.gov.pagopa wisp-converter-technical-support - 0.3.2-1-feat-migrate-report-generator + 0.3.2-2-feat-migrate-report-generator pagoPA WISP Converter Technical support A service that permits to handle converted WISP requests for technical support