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 Aug 28, 2024
1 parent 48bc178 commit 9b45f9e
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.3.2
appVersion: 1.3.2
version: 1.3.3
appVersion: 1.3.3
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 @@ -39,7 +39,7 @@ microservice-chart:
periodSeconds: 10
image:
repository: pagopadcommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
tag: "1.3.2" #improve
tag: "1.3.3" #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.2"
tag: "1.3.3"
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.2"
tag: "1.3.3"
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.2</version>
<version>1.3.3</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 9b45f9e

Please sign in to comment.