From 6aad78626ffe0bf0be2b1daa6a2b802b534a98ab Mon Sep 17 00:00:00 2001 From: pagopa-github-bot <> Date: Tue, 9 May 2023 12:57:11 +0000 Subject: [PATCH] Bump version [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-uat.yaml | 10 +++++----- pom.xml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c118fe77..f44353ed 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-ecommerce-payment-requests-service description: Microservice that handles payment requests in ecommerce pagoPA type: application -version: 0.2.3 -appVersion: 0.2.3 +version: 0.2.4 +appVersion: 0.2.4 dependencies: - name: microservice-chart version: 2.3.1 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 2fbabf77..3c101417 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -20,7 +20,7 @@ microservice-chart: periodSeconds: 10 image: repository: pagopadcommonacr.azurecr.io/pagopaecommercepaymentrequestsservice - tag: "0.2.3" #improve + tag: "0.2.4" #improve pullPolicy: Always port: 8080 ingress: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 967ffba5..1e2fdcb9 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -26,7 +26,7 @@ microservice-chart: APPLICATIONINSIGHTS_CONNECTION_STRING: applicationinsights-connection-string image: repository: pagopaucommonacr.azurecr.io/pagopaecommercepaymentrequestsservice - tag: "0.2.3" + tag: "0.2.4" pullPolicy: Always livenessProbe: httpGet: @@ -54,9 +54,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -99,8 +99,8 @@ microservice-chart: keyvault: name: "pagopa-u-ecommerce-kv" tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: diff --git a/pom.xml b/pom.xml index 10f3e707..bb30af14 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ it.pagopa.ecommerce pagopa-ecommerce-payment-requests-service - 0.2.3 + 0.2.4 pagopa-ecommerce-payment-requests-service pagoPA ecommerce microservice to retrieve payment request data or to manage carts (consisting of a group of payment requests) with redirects to checkout.