Skip to content

Commit ca6b568

Browse files
Bump to version 1.14.0-2-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos [skip ci]
1 parent 5de433d commit ca6b568

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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: pagopareceiptpdfdatastore
33
description: Microservice description
44
type: application
5-
version: 0.130.0
6-
appVersion: 1.14.0-1-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos
5+
version: 0.131.0
6+
appVersion: 1.14.0-2-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos
77
dependencies:
88
- name: microservice-chart
99
version: 7.5.0

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore
7-
tag: "1.14.0-1-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos"
7+
tag: "1.14.0-2-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos"
88
pullPolicy: Always
99
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
1010
livenessProbe:

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore
7-
tag: "1.14.0-1-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos"
7+
tag: "1.14.0-2-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos"
88
pullPolicy: Always
99
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
1010
livenessProbe:

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-receipt-pdf-datastore
7-
tag: "1.14.0-1-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos"
7+
tag: "1.14.0-2-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos"
88
pullPolicy: Always
99
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
1010
livenessProbe:

pom.xml

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

66
<groupId>it.gov.pagopa.receipt</groupId>
77
<artifactId>receipt-pdf-datastore</artifactId>
8-
<version>1.14.0-1-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos</version>
8+
<version>1.14.0-2-PAGOPA-3346-handle-concurrent-operation-on-cart-cosmos</version>
99
<packaging>jar</packaging>
1010

1111
<name>pagopa-receipt-pdf-datastore</name>

0 commit comments

Comments
 (0)