diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index fa88360..23c9975 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: pagopareceiptpdfnotifier
description: Microservice description
type: application
-version: 0.54.0
-appVersion: 0.7.3
+version: 0.55.0
+appVersion: 0.7.3-1
dependencies:
- name: microservice-chart
version: 2.4.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 5e5ad92..ecdf310 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-notifier
- tag: "0.7.3"
+ tag: "0.7.3-1"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
livenessProbe:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 5d0e7af..d492d02 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-notifier
- tag: "0.7.3"
+ tag: "0.7.3-1"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
livenessProbe:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 721761b..9aac4cc 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-notifier
- tag: "0.7.3"
+ tag: "0.7.3-1"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
livenessProbe:
diff --git a/openapi/openapi-spec.yml b/openapi/openapi-spec.yml
index 024613a..8d1a2c5 100644
--- a/openapi/openapi-spec.yml
+++ b/openapi/openapi-spec.yml
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
- version: 0.7.3
+ version: 0.7.3-1
title: IO API for Public Administration Services
contact:
name: PagoPA S.p.A.
@@ -74,6 +74,7 @@ info:
+
* A required `subject`: a short description of the topic.
@@ -136,6 +137,7 @@ info:
+
* Headings
@@ -187,6 +189,7 @@ info:
+
1. Call [getProfile](#operation/getProfile): if the profile does not exist
diff --git a/pom.xml b/pom.xml
index 7c61585..c7632ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
it.gov.pagopa.project
pagopa-receipt-pdf-notifier
- 0.7.3
+ 0.7.3-1
jar
pagopa-receipt-pdf-notifier