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 2cfc358 commit d8305d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions 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-6" #improve
tag: "0.0.1-7" #improve
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -57,7 +57,6 @@ microservice-chart:
CACHE_SIZE: '1000'
CACHE_EXPIRATION_TIME: '10s'
APPLICATIONINSIGHTS_CONNECTION_STRING: ai-d-connection-string

envSecret: []
keyvault:
name: "pagopa-d-afm-kv"
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-6" #improve
tag: "0.0.1-7" #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-6" #improve
tag: "0.0.1-7" #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-6"
"version": "0.0.1-7"
},
"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-6</version>
<version>0.0.1-7</version>
<name>afm-calculator-data</name>
<description>Calculator Data microservice for pagoPA AFM</description>

Expand Down

0 comments on commit d8305d1

Please sign in to comment.