Skip to content

Commit

Permalink
Bump to version 1.0.5-1-properties [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Apr 9, 2024
1 parent 622d22d commit 2ff83ac
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.9.0
appVersion: 1.0.5
version: 0.10.0
appVersion: 1.0.5-1-properties
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.5"
tag: "1.0.5-1-properties"
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_ENVIRONMENT: "dev"
WEBSITE_SITE_NAME: 'gpd-payments-pull' # required to show cloud role name in application insights
Expand All @@ -88,8 +88,8 @@ microservice-chart:
keyvault:
name: "pagopa-d-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -116,5 +116,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.5"
tag: "1.0.5-1-properties"
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_ENVIRONMENT: "prod"
WEBSITE_SITE_NAME: 'gpd-payments-pull' # required to show cloud role name in application insights
Expand All @@ -88,8 +88,8 @@ microservice-chart:
keyvault:
name: "pagopa-p-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -116,5 +116,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.5"
tag: "1.0.5-1-properties"
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_ENVIRONMENT: "uat"
WEBSITE_SITE_NAME: 'gpd-payments-pull' # required to show cloud role name in application insights
Expand All @@ -88,8 +88,8 @@ microservice-chart:
keyvault:
name: "pagopa-u-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -116,5 +116,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 Services",
"description": "GPD Payments Pull Services",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "1.0.5"
"version": "1.0.5-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.5</version>
<version>1.0.5-1-properties</version>

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

0 comments on commit 2ff83ac

Please sign in to comment.