Skip to content

Commit

Permalink
Bump to version 1.8.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Dec 19, 2023
1 parent 32ab9eb commit 42b6ade
Show file tree
Hide file tree
Showing 6 changed files with 1,396 additions and 1,245 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-api-config-selfcare-integration
description: Microservice that manages requests from selfcare
type: application
version: 1.46.4
appVersion: 1.8.6-11-export-iban
version: 1.47.0
appVersion: 1.8.7
dependencies:
- name: microservice-chart
version: 2.8.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 @@ -9,7 +9,7 @@ microservice-chart:
maxSurge: 1
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
tag: "1.8.6-7-export-iban"
tag: "1.8.7"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -119,7 +119,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: true
create: false
ingress:
canary:
type: header
Expand Down
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ microservice-chart:
maxSurge: 1
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
tag: "1.8.6-7-export-iban"
tag: "1.8.7"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -128,7 +128,7 @@ microservice-chart:
namespaces: ["apiconfig"]
topologyKey: topology.kubernetes.io/zone
canaryDelivery:
create: true
create: false
ingress:
canary:
type: header
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ microservice-chart:
maxSurge: 1
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
tag: "1.8.6-7-export-iban"
tag: "1.8.7"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -119,7 +119,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: true
create: false
ingress:
canary:
type: header
Expand Down
Loading

0 comments on commit 42b6ade

Please sign in to comment.