From f7f91ed9b35fe67cb20e7e4f8abc7b3db442e32d Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 1 Aug 2024 17:19:24 +0000 Subject: [PATCH] Bump to version 0.0.17-1-springboot [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 16 +++++++--------- pom.xml | 2 +- 5 files changed, 12 insertions(+), 14 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index b23a3e2..85aaa31 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.24.0 -appVersion: 0.0.17 +version: 0.25.0 +appVersion: 0.0.17-1-springboot dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index b88853e..7292045 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-functions" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-functions - tag: "0.0.17" + tag: "0.0.17-1-springboot" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index ab9ef11..5aa71ad 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-functions" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-functions - tag: "0.0.17" + tag: "0.0.17-1-springboot" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 7ffc7af..c483eac 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-functions" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-functions - tag: "0.0.17" + tag: "0.0.17-1-springboot" pullPolicy: Always livenessProbe: httpGet: @@ -35,9 +35,9 @@ microservice-chart: servicePort: 80 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -75,7 +75,6 @@ microservice-chart: OTEL_METRICS_EXPORTER: otlp OTEL_LOGS_EXPORTER: none OTEL_TRACES_SAMPLER: "always_on" - # --- delete --- NOTICE_REQUEST_MONGO_DB_NAME: "noticesMongoDb" NOTICE_REQUEST_MONGO_COLLECTION_NAME: "payment_notice_generation_request" @@ -93,7 +92,6 @@ microservice-chart: # required APPLICATIONINSIGHTS_CONNECTION_STRING: 'app-insight-connection-string' OTEL_EXPORTER_OTLP_HEADERS: 'elastic-apm-secret-token' - # --- delete --- NOTICE_EVENTHUB_CONN_STRING: 'ehub-u-notice-connection-string' AzureWebJobsStorage: 'notices-storage-account-connection-string' @@ -113,8 +111,8 @@ microservice-chart: keyvault: name: "pagopa-u-itn-printit-kv" tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -141,5 +139,5 @@ microservice-chart: repository: ghcr.io/pagopa/pagopa-print-payment-notice-functions tag: "0.0.0" pullPolicy: Always - envConfig: { } - envSecret: { } + envConfig: {} + envSecret: {} diff --git a/pom.xml b/pom.xml index f80e8b0..1122c87 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa print-payment-notice-functions - 0.0.17 + 0.0.17-1-springboot pagopa-print-payment-notice-functions PagoPA Print Payment Notices Generator