diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3acd297..ad9550f 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.28.0 -appVersion: 0.0.17-4-springboot +version: 0.29.0 +appVersion: 0.0.17-5-springboot dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index fdd50fb..b70faf7 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-4-springboot" + tag: "0.0.17-5-springboot" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index d673d46..e04dccd 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-4-springboot" + tag: "0.0.17-5-springboot" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index b8bdfee..5deef02 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-4-springboot" + tag: "0.0.17-5-springboot" pullPolicy: Always livenessProbe: httpGet: diff --git a/pom.xml b/pom.xml index 6090aaf..07c49bd 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa print-payment-notice-functions - 0.0.17-4-springboot + 0.0.17-5-springboot pagopa-print-payment-notice-functions PagoPA Print Payment Notices Generator