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 9, 2023
1 parent 997c3b8 commit 6aad786
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.2.3
appVersion: 0.2.3
version: 0.2.4
appVersion: 0.2.4
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.2.3" #improve
tag: "0.2.4" #improve
pullPolicy: Always
port: 8080
ingress:
Expand Down
10 changes: 5 additions & 5 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ microservice-chart:
APPLICATIONINSIGHTS_CONNECTION_STRING: applicationinsights-connection-string
image:
repository: pagopaucommonacr.azurecr.io/pagopaecommercepaymentrequestsservice
tag: "0.2.3"
tag: "0.2.4"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -54,9 +54,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -99,8 +99,8 @@ microservice-chart:
keyvault:
name: "pagopa-u-ecommerce-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
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.2.3</version>
<version>0.2.4</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 6aad786

Please sign in to comment.