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 Jul 11, 2023
1 parent b9a482c commit a92f654
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 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-transactions-scheduler-service
description: Microservice that perform scheduled operations on pending transactions
type: application
version: 0.2.6
appVersion: 0.2.6
version: 0.2.7
appVersion: 0.2.7
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 @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopaecommercetxschedulerservice-microservice-chart"
image:
repository: pagopadcommonacr.azurecr.io/pagopaecommercetransactionsschedulerservice
tag: "0.2.6"
tag: "0.2.7"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -34,9 +34,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -94,8 +94,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-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ microservice-chart:
ELASTIC_APM_SECRET_TOKEN: elastic-apm-secret-token
image:
repository: pagopapcommonacr.azurecr.io/pagopaecommercetransactionsschedulerservice
tag: "0.2.6"
tag: "0.2.7"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -72,9 +72,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -133,8 +133,8 @@ microservice-chart:
keyvault:
name: "pagopa-p-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 @@ -41,7 +41,7 @@ microservice-chart:
ELASTIC_APM_SECRET_TOKEN: elastic-apm-secret-token
image:
repository: pagopaucommonacr.azurecr.io/pagopaecommercetransactionsschedulerservice
tag: "0.2.6"
tag: "0.2.7"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -71,9 +71,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -131,8 +131,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-transactions-scheduler-service</artifactId>
<version>0.2.6</version>
<version>0.2.7</version>
<name>pagopa-ecommerce-transactions-scheduler-service</name>
<description>pagoPA ecommerce microservice to check perform scheduled operations on transactions such as analyze
pending transactions
Expand Down

0 comments on commit a92f654

Please sign in to comment.