Skip to content

Commit

Permalink
[VAS-733] Merge branch 'VAS-733-feat-add-e2e-tests' of https://github…
Browse files Browse the repository at this point in the history
….com/pagopa/pagopa-gpd-payments-pull into VAS-733-feat-add-e2e-tests
  • Loading branch information
jacopocarlini committed Apr 10, 2024
2 parents 299dcba + e3e2ff2 commit 9c52c0b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 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: gpd-payments-pull
description: Microservice pagopa-gpd-payments-pull
type: application
version: 0.13.0
appVersion: 1.0.7
version: 0.14.0
appVersion: 1.0.7-1-VAS-733-feat-add-e2e-tests
dependencies:
- name: microservice-chart
version: 2.8.0
Expand Down
16 changes: 8 additions & 8 deletions 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.7-1-VAS-733-feat-add-e2e-tests"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -35,9 +35,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -67,7 +67,7 @@ microservice-chart:
# Required
type: Utilization # Allowed types are 'Utilization' or 'AverageValue'
value: "70"
fileConfig: { }
fileConfig: {}
envConfig:
APP_NAME: "gpd-payments-pull"
APP_ENVIRONMENT: "dev"
Expand All @@ -89,8 +89,8 @@ microservice-chart:
keyvault:
name: "pagopa-d-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -117,5 +117,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-gpd-payments-pull
tag: "0.0.1"
pullPolicy: Always
envConfig: { }
envSecret: { }
envConfig: {}
envSecret: {}
16 changes: 8 additions & 8 deletions 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.7-1-VAS-733-feat-add-e2e-tests"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -35,9 +35,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -67,7 +67,7 @@ microservice-chart:
# Required
type: Utilization # Allowed types are 'Utilization' or 'AverageValue'
value: "70"
fileConfig: { }
fileConfig: {}
envConfig:
APP_NAME: "gpd-payments-pull"
APP_ENVIRONMENT: "prod"
Expand All @@ -89,8 +89,8 @@ microservice-chart:
keyvault:
name: "pagopa-p-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -117,5 +117,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-gpd-payments-pull
tag: "0.0.1"
pullPolicy: Always
envConfig: { }
envSecret: { }
envConfig: {}
envSecret: {}
16 changes: 8 additions & 8 deletions 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.7-1-VAS-733-feat-add-e2e-tests"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -35,9 +35,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -67,7 +67,7 @@ microservice-chart:
# Required
type: Utilization # Allowed types are 'Utilization' or 'AverageValue'
value: "70"
fileConfig: { }
fileConfig: {}
envConfig:
APP_NAME: "gpd-payments-pull"
APP_ENVIRONMENT: "uat"
Expand All @@ -89,8 +89,8 @@ microservice-chart:
keyvault:
name: "pagopa-u-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -117,5 +117,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-gpd-payments-pull
tag: "0.0.1"
pullPolicy: Always
envConfig: { }
envSecret: { }
envConfig: {}
envSecret: {}
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",
"description": "GPD Payments Pull Services",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "1.0.7"
"version": "1.0.7-1-VAS-733-feat-add-e2e-tests"
},
"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.7-1-VAS-733-feat-add-e2e-tests</version>

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

0 comments on commit 9c52c0b

Please sign in to comment.