Skip to content

Commit 1fd979f

Browse files
Bump to version 0.59.2-1-PPANTT-45-add-delete-maintenance-api [skip ci]
1 parent 7e8e588 commit 1fd979f

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: core
33
description: APIs to manage configuration for CI and PSP of pagoPA
44
type: application
5-
version: 0.155.0
6-
appVersion: 0.59.2
5+
version: 0.156.0
6+
appVersion: 0.59.2-1-PPANTT-45-add-delete-maintenance-api
77
dependencies:
88
- name: microservice-chart
99
version: 2.8.0

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ microservice-chart: &microservice-chart
2828
envSecret: {}
2929
image:
3030
repository: ghcr.io/pagopa/pagopa-api-config
31-
tag: "0.59.2"
31+
tag: "0.59.2-1-PPANTT-45-add-delete-maintenance-api"
3232
pullPolicy: Always
3333
livenessProbe:
3434
httpGet:

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ microservice-chart: &microservice-chart
2828
envSecret: {}
2929
image:
3030
repository: ghcr.io/pagopa/pagopa-api-config
31-
tag: "0.59.2"
31+
tag: "0.59.2-1-PPANTT-45-add-delete-maintenance-api"
3232
pullPolicy: Always
3333
livenessProbe:
3434
httpGet:

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ microservice-chart: &microservice-chart
2828
envSecret: {}
2929
image:
3030
repository: ghcr.io/pagopa/pagopa-api-config
31-
tag: "0.59.2"
31+
tag: "0.59.2-1-PPANTT-45-add-delete-maintenance-api"
3232
pullPolicy: Always
3333
livenessProbe:
3434
httpGet:

openapi/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "core",
55
"description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti",
66
"termsOfService": "https://www.pagopa.gov.it/",
7-
"version": "0.59.2"
7+
"version": "0.59.2-1-PPANTT-45-add-delete-maintenance-api"
88
},
99
"servers": [
1010
{
@@ -20814,4 +20814,4 @@
2081420814
}
2081520815
}
2081620816
}
20817-
}
20817+
}

openapi/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti",
55
"termsOfService": "https://www.pagopa.gov.it/",
66
"title": "core",
7-
"version": "0.59.2"
7+
"version": "0.59.2-1-PPANTT-45-add-delete-maintenance-api"
88
},
99
"host": "localhost:8080",
1010
"basePath": "/",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>it.gov.pagopa.apiconfig</groupId>
1414
<artifactId>core</artifactId>
15-
<version>0.59.2</version>
15+
<version>0.59.2-1-PPANTT-45-add-delete-maintenance-api</version>
1616
<description>Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti</description>
1717

1818
<properties>

0 commit comments

Comments
 (0)