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 8, 2023
1 parent 63d1625 commit cadd632
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.1
appVersion: 0.2.1
version: 0.2.2
appVersion: 0.2.2
dependencies:
- name: microservice-chart
version: 2.3.1
Expand Down
10 changes: 5 additions & 5 deletions 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.1" #improve
tag: "0.2.2" #improve
pullPolicy: Always
port: 8080
ingress:
Expand All @@ -31,9 +31,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -86,8 +86,8 @@ microservice-chart:
keyvault:
name: "pagopa-d-ecommerce-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
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.1"
tag: "0.2.2"
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.1</version>
<version>0.2.2</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 cadd632

Please sign in to comment.