Skip to content

Commit

Permalink
Bump version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed May 20, 2024
1 parent 2fee494 commit 341b128
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-ecommerce-payment-requests-service
description: Microservice that handles payment requests in ecommerce pagoPA
type: application
version: 1.2.0
appVersion: 1.3.0
version: 1.2.1
appVersion: 1.3.1
dependencies:
- name: microservice-chart
version: 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ microservice-chart:
periodSeconds: 10
image:
repository: pagopadcommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
tag: "1.3.0" #improve
tag: "1.3.1" #improve
pullPolicy: Always
port: 8080
ingress:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ microservice-chart:
PERSONAL_DATA_VAULT_API_KEY: personal-data-vault-api-key
image:
repository: pagopapcommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
tag: "1.3.0"
tag: "1.3.1"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ microservice-chart:
PERSONAL_DATA_VAULT_API_KEY: personal-data-vault-api-key
image:
repository: pagopaucommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
tag: "1.3.0"
tag: "1.3.1"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>it.pagopa.ecommerce</groupId>
<artifactId>pagopa-ecommerce-payment-requests-service</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>pagopa-ecommerce-payment-requests-service</name>
<description>pagoPA ecommerce microservice to retrieve payment request data or to manage carts (consisting of a
group of payment requests) with redirects to checkout.
Expand Down

0 comments on commit 341b128

Please sign in to comment.