Skip to content

Commit

Permalink
Bump to version 0.2.18 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Jul 2, 2024
1 parent 188194e commit 9d9bf61
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 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-generator
description: Microservice that handles services for notice print generation
type: application
version: 0.30.0
appVersion: 0.2.17
version: 0.31.0
appVersion: 0.2.18
dependencies:
- name: microservice-chart
version: 5.9.0
Expand Down
14 changes: 7 additions & 7 deletions 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-generator"
image:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator
tag: "0.2.17"
tag: "0.2.18"
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 @@ -108,8 +108,8 @@ microservice-chart:
keyvault:
name: "pagopa-d-itn-printit-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -136,5 +136,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator
tag: "0.0.0"
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: "print-payment-notice-generator"
image:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator
tag: "0.2.17"
tag: "0.2.18"
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 @@ -113,8 +113,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 @@ -131,7 +131,7 @@ microservice-chart:
labelSelector:
matchLabels:
app.kubernetes.io/instance: print-payment-notice-generator
namespaces: [ "printit" ]
namespaces: ["printit"]
topologyKey: topology.kubernetes.io/zone
canaryDelivery:
create: false
Expand All @@ -150,5 +150,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }
envConfig: {}
envSecret: {}
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: "print-payment-notice-generator"
image:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator
tag: "0.2.17"
tag: "0.2.18"
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 @@
"description": "PagoPA Print Payment Notices Generator",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "pagopa-print-payment-notice-generator",
"version": "0.2.17"
"version": "0.2.18"
},
"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-notice-generator</artifactId>
<version>0.2.17</version>
<version>0.2.18</version>
<name>pagopa-print-payment-notice-generator</name>
<description>PagoPA Print Payment Notices Generator</description>

Expand Down

0 comments on commit 9d9bf61

Please sign in to comment.