Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/PRDP-134-fix-node-code-review-an…
Browse files Browse the repository at this point in the history
…d-refactor' into PRDP-134-fix-node-code-review-and-refactor
  • Loading branch information
alexyey committed Sep 13, 2023
2 parents a14f576 + d4a4137 commit 5b49503
Show file tree
Hide file tree
Showing 16 changed files with 97 additions and 29 deletions.
6 changes: 3 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: pagopa-functions-template
name: pagopapdfengine
description: Microservice description
type: application
version: 0.48.0
appVersion: 1.9.0
version: 0.50.0
appVersion: 2.0.1
dependencies:
- name: microservice-chart
version: 2.4.0
Expand Down
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-pdf-engine
tag: "1.9.0"
tag: "2.0.1"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
livenessProbe:
Expand Down Expand Up @@ -98,7 +98,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: true
create: false
ingress:
create: true
canary:
Expand Down
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-pdf-engine
tag: "1.9.0"
tag: "2.0.1"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
livenessProbe:
Expand Down Expand Up @@ -98,7 +98,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: true
create: false
ingress:
create: true
canary:
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-pdf-engine
tag: "1.9.0"
tag: "2.0.1"
pullPolicy: Always
# https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs
livenessProbe:
Expand Down Expand Up @@ -98,7 +98,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: true
create: false
ingress:
create: true
canary:
Expand Down
Loading

0 comments on commit 5b49503

Please sign in to comment.