diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index a21b29c..b23a3e2 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.23.0
-appVersion: 0.0.16
+version: 0.24.0
+appVersion: 0.0.17
dependencies:
- name: microservice-chart
version: 2.8.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index cd463d9..b88853e 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.16"
+ tag: "0.0.17"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index ab26f0d..ab9ef11 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.16"
+ tag: "0.0.17"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 0cf2d9f..d2c6d0c 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.16"
+ tag: "0.0.17"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/pom.xml b/pom.xml
index 3412c97..e1e9ed7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
it.gov.pagopa
print-payment-notice-functions
- 0.0.16
+ 0.0.17
jar
pagopa-print-payment-notice-functions