Skip to content

Commit

Permalink
Merge branch 'main' into feat-add-call-error-log
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini authored Dec 12, 2024
2 parents 96b7048 + 528dbac commit da7ae38
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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-mbd-service
description: Microservice that handles services for eBollo
type: application
version: 0.95.0
appVersion: 1.0.1-2-feat-add-call-error-log
version: 0.97.0
appVersion: 1.0.2
dependencies:
- name: microservice-chart
version: 7.1.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 @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.0.1-2-feat-add-call-error-log"
tag: "1.0.2"
pullPolicy: Always
livenessProbe:
handlerType: 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: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.0.1-2-feat-add-call-error-log"
tag: "1.0.2"
pullPolicy: Always
livenessProbe:
handlerType: 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: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.0.1-2-feat-add-call-error-log"
tag: "1.0.2"
pullPolicy: Always
livenessProbe:
handlerType: 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": "mbd-service",
"description": "MBD Service",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "1.0.3"
"version": "1.0.2"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>it.gov.pagopa.ebollo</groupId>
<artifactId>mbd-service</artifactId>
<version>1.0.1-2-feat-add-call-error-log</version>
<version>1.0.2</version>
<name>MBD Service</name>
<description>MBD Service</description>

Expand Down

0 comments on commit da7ae38

Please sign in to comment.