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 Sep 2, 2022
1 parent 956dc16 commit 24ac1a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: pagopadcommonacr.azurecr.io/pagopaafmcalculatordata
tag: "0.0.1-3" #improve
tag: "0.0.1-4" #improve
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: pagopadcommonacr.azurecr.io/pagopaafmcalculatordata
tag: "0.0.1-3" #improve
tag: "0.0.1-4" #improve
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 @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: pagopadcommonacr.azurecr.io/pagopaafmcalculatordata
tag: "0.0.1-3" #improve
tag: "0.0.1-4" #improve
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "PagoPA API Calculator Data",
"description": "Calculator Data microservice for pagoPA AFM",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.0.1-3"
"version": "0.0.1-4"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>it.gov.pagopa</groupId>
<artifactId>microservice</artifactId>
<version>0.0.1-3</version>
<version>0.0.1-4</version>
<name>afm-calculator-data</name>
<description>Calculator Data microservice for pagoPA AFM</description>

Expand Down

0 comments on commit 24ac1a7

Please sign in to comment.