Skip to content

Commit c40d779

Browse files
Bump to version 1.7.4-1-resend-receipt [skip ci]
1 parent cc11312 commit c40d779

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pagopa-wisp-converter
33
description: A service that permits to handle nodoInviaRPT and nodoInviaCarrelloRPT request from WISP, interfacing them with GPD system
44
type: application
5-
version: 0.322.0
6-
appVersion: 1.7.4
5+
version: 0.323.0
6+
appVersion: 1.7.4-1-resend-receipt
77
dependencies:
88
- name: microservice-chart
99
version: 8.0.2

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-wisp-converter
7-
tag: "1.7.4"
7+
tag: "1.7.4-1-resend-receipt"
88
pullPolicy: Always
99
livenessProbe:
1010
handlerType: httpGet

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-wisp-converter
7-
tag: "1.7.4"
7+
tag: "1.7.4-1-resend-receipt"
88
pullPolicy: Always
99
livenessProbe:
1010
handlerType: httpGet

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-wisp-converter
7-
tag: "1.7.4"
7+
tag: "1.7.4-1-resend-receipt"
88
pullPolicy: Always
99
livenessProbe:
1010
handlerType: httpGet

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/openapi_redirect.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.1",
33
"info": {
44
"title": "WISP-Converter-redirect",
5-
"version": "1.7.4"
5+
"version": "1.7.4-1-resend-receipt"
66
},
77
"servers": [
88
{

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>it.gov.pagopa</groupId>
1515
<artifactId>wisp-converter</artifactId>
16-
<version>1.7.4</version>
16+
<version>1.7.4-1-resend-receipt</version>
1717
<name>pagoPA WISP Converter</name>
1818
<description>A service that permits to handle nodoInviaRPT and nodoInviaCarrelloRPT request from WISP, converting them in NMU payments.</description>
1919

0 commit comments

Comments
 (0)