Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Jul 24, 2024
2 parents 36e61f7 + f7ffbdc commit 416b15a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 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-print-payment-notice-service
description: Microservice that handles services for notice print
type: application
version: 0.39.0
appVersion: 0.6.5
version: 0.40.0
appVersion: 0.6.6
dependencies:
- name: microservice-chart
version: 5.9.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: "print-payment-notice-service"
image:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-service
tag: "0.6.5"
tag: "0.6.6"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
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: "print-payment-notice-service"
image:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-service
tag: "0.6.5"
tag: "0.6.6"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -34,9 +34,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -110,8 +110,8 @@ microservice-chart:
keyvault:
name: "pagopa-p-itn-printit-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -128,7 +128,7 @@ microservice-chart:
labelSelector:
matchLabels:
app.kubernetes.io/instance: print-payment-notice-service
namespaces: [ "printit" ]
namespaces: ["printit"]
topologyKey: topology.kubernetes.io/zone
canaryDelivery:
create: false
Expand All @@ -147,5 +147,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-service
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }
envConfig: {}
envSecret: {}
14 changes: 7 additions & 7 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "print-payment-notice-service"
image:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-service
tag: "0.6.5"
tag: "0.6.6"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -34,9 +34,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -110,8 +110,8 @@ microservice-chart:
keyvault:
name: "pagopa-u-itn-printit-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -138,5 +138,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-service
tag: "0.0.0"
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 @@
"description": "Microservice to expose the APIs for Print Payment Notices",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "Print Payment Notices - Service",
"version": "0.6.5"
"version": "0.6.6"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_external.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Microservice to expose the APIs for Print Payment Notices",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "Print Payment Notices - Service - Payment Notice Service (External)",
"version": "0.6.5"
"version": "0.6.6"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>it.gov.pagopa</groupId>
<artifactId>print-payment-notices-service</artifactId>
<version>0.6.5</version>
<version>0.6.6</version>
<name>Print Payment Notices - Service</name>
<description>Microservice to expose the APIs for Print Payment Notices</description>

Expand Down

0 comments on commit 416b15a

Please sign in to comment.