diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c1f1b17a6..0a00cb7de 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-ecommerce-event-dispatcher description: Microservice to schedule events in ecommerce pagoPA type: application -version: 1.15.9 -appVersion: 1.14.5 +version: 1.15.10 +appVersion: 1.14.6 dependencies: - name: microservice-chart version: 2.3.1 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index c84742b48..43fcf71fc 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -35,7 +35,7 @@ microservice-chart: create: true image: repository: pagopadcommonacr.azurecr.io/pagopaecommerceeventdispatcherservice - tag: "1.14.5" + tag: "1.14.6" pullPolicy: Always livenessProbe: httpGet: @@ -63,9 +63,9 @@ microservice-chart: servicePort: 9000 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -195,8 +195,8 @@ microservice-chart: keyvault: name: "pagopa-d-ecommerce-kv" tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" - nodeSelector: { } - tolerations: [ ] + nodeSelector: {} + tolerations: [] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index c741c600a..b0579543e 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -32,7 +32,7 @@ microservice-chart: ECS_SERVICE_NAME: pagopa-ecommerce-event-dispatcher-service-blue image: repository: pagopapcommonacr.azurecr.io/pagopaecommerceeventdispatcherservice - tag: "1.14.5" + tag: "1.14.6" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index a08aa5fe8..15e37e636 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -32,7 +32,7 @@ microservice-chart: ECS_SERVICE_NAME: pagopa-ecommerce-event-dispatcher-service-blue image: repository: pagopaucommonacr.azurecr.io/pagopaecommerceeventdispatcherservice - tag: "1.14.5" + tag: "1.14.6" pullPolicy: Always livenessProbe: httpGet: @@ -60,9 +60,9 @@ microservice-chart: servicePort: 9000 serviceAccount: create: false - annotations: { } + annotations: {} name: "" - podAnnotations: { } + podAnnotations: {} podSecurityContext: seccompProfile: type: RuntimeDefault @@ -192,8 +192,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 09e832cd6..4c5856306 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ it.pagopa.ecommerce pagopa-ecommerce-event-dispatcher-service - 1.14.5 + 1.14.6 pagopa-ecommerce-event-dispatcher-service pagoPA ecommerce microservice to handle transaction events and perform async operations such as send user email, refund based on transaction status