Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/properties' into properties
Browse files Browse the repository at this point in the history
# Conflicts:
#	helm/Chart.yaml
#	helm/values-dev.yaml
#	helm/values-prod.yaml
#	helm/values-uat.yaml
#	openapi/openapi.json
#	pom.xml
  • Loading branch information
jacopocarlini committed Apr 10, 2024
2 parents 11be1f8 + 419c57a commit 535af12
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: gpd-payments-pull
description: Microservice pagopa-gpd-payments-pull
type: application
version: 0.12.0
appVersion: 1.0.7
appVersion: 1.0.6-1-properties
dependencies:
- name: microservice-chart
version: 2.8.0
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: "gpd-payments-pull"
image:
repository: ghcr.io/pagopa/pagopa-gpd-payments-pull
tag: "1.0.7"
tag: "1.0.6-1-properties"
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: "gpd-payments-pull"
image:
repository: ghcr.io/pagopa/pagopa-gpd-payments-pull
tag: "1.0.7"
tag: "1.0.6-1-properties"
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: "gpd-payments-pull"
image:
repository: ghcr.io/pagopa/pagopa-gpd-payments-pull
tag: "1.0.7"
tag: "1.0.6-1-properties"
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": "GPD Payments Pull Services",
"description": "GPD Payments Pull Services",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "1.0.7"
"version": "1.0.6-1-properties"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>it.gov.pagopa</groupId>
<artifactId>gpd-payments-pull</artifactId>
<name>GPD Payments Pull Services</name>
<version>1.0.7</version>
<version>1.0.6-1-properties</version>

<properties>
<jacoco.version>0.8.7</jacoco.version>
Expand Down

0 comments on commit 535af12

Please sign in to comment.