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 22, 2023
1 parent 7a74dfd commit e580c77
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 0.4.0
appVersion: 0.4.0
version: 0.4.1
appVersion: 0.4.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 @@ -20,7 +20,7 @@ microservice-chart:
periodSeconds: 10
image:
repository: pagopadcommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
tag: "0.4.0" #improve
tag: "0.4.1" #improve
pullPolicy: Always
port: 8080
ingress:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ microservice-chart:
ELASTIC_APM_SECRET_TOKEN: elastic-apm-secret-token
image:
repository: pagopaucommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
tag: "0.4.0"
tag: "0.4.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>0.4.0</version>
<version>0.4.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 e580c77

Please sign in to comment.