Skip to content

Commit

Permalink
Merge branch 'PAGOPA-2645-tuning-fdr-to-eventhub' of https://github.c…
Browse files Browse the repository at this point in the history
…om/pagopa/pagopa-fdr-2-event-hub into PAGOPA-2645-tuning-fdr-to-eventhub
  • Loading branch information
aacitelli authored and aacitelli committed Feb 14, 2025
2 parents 77b04b4 + 82b8fb3 commit da1fe56
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-fdr-to-event-hub
description: Microservice fdr to event hub
type: application
version: 0.41.0
appVersion: 0.0.2-14-PAGOPA-2645-tuning-fdr-to-eventhub
version: 0.43.0
appVersion: 0.0.2-16-PAGOPA-2645-tuning-fdr-to-eventhub
dependencies:
- name: microservice-chart
version: 7.1.1
Expand Down
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-fdr-2-event-hub"
image:
repository: ghcr.io/pagopa/pagopa-fdr-2-event-hub
tag: "0.0.2-14-PAGOPA-2645-tuning-fdr-to-eventhub"
tag: "0.0.2-16-PAGOPA-2645-tuning-fdr-to-eventhub"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
# livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-fdr-2-event-hub"
image:
repository: ghcr.io/pagopa/pagopa-fdr-2-event-hub
tag: "0.0.2-14-PAGOPA-2645-tuning-fdr-to-eventhub"
tag: "0.0.2-16-PAGOPA-2645-tuning-fdr-to-eventhub"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
# livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-fdr-2-event-hub"
image:
repository: ghcr.io/pagopa/pagopa-fdr-2-event-hub
tag: "0.0.2-14-PAGOPA-2645-tuning-fdr-to-eventhub"
tag: "0.0.2-16-PAGOPA-2645-tuning-fdr-to-eventhub"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
# livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>it.gov.pagopa.fdr.to.eventhub</groupId>
<artifactId>pagopa-fdr-to-event-hub</artifactId>
<version>0.0.2-14-PAGOPA-2645-tuning-fdr-to-eventhub</version>
<version>0.0.2-16-PAGOPA-2645-tuning-fdr-to-eventhub</version>
<packaging>jar</packaging>

<name>FDR To Event Hub</name>
Expand Down

0 comments on commit da1fe56

Please sign in to comment.