Skip to content

Commit

Permalink
Bump to version 0.8.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Sep 21, 2023
1 parent af84acb commit b4ef8e6
Show file tree
Hide file tree
Showing 9 changed files with 3,680 additions and 2,963 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pagopa-api-cache-chart
description: Microservice that handles calculation for pagoPA Advanced Fees Management
type: application
version: 0.7.0
version: 0.8.0
dependencies:
- name: microservice-chart
version: 3.0.0
Expand All @@ -24,4 +24,4 @@ dependencies:
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
alias: oracleprod
condition: oracleprod.enabled
appVersion: 0.8.0
appVersion: 0.8.1
3 changes: 2 additions & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ microservice-chart: &microservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.8.0
tag: 0.8.1
canaryDelivery:
deployment:
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.8.0
create: false
livenessProbe:
httpGet:
path: /actuator/health/liveness
Expand Down
3 changes: 2 additions & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ microservice-chart: &microservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.8.0
tag: 0.8.1
canaryDelivery:
deployment:
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.8.0
create: false
livenessProbe:
httpGet:
path: /actuator/health/liveness
Expand Down
3 changes: 2 additions & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ microservice-chart: &microservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.8.0
tag: 0.8.1
canaryDelivery:
deployment:
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.8.0
create: false
livenessProbe:
httpGet:
path: /actuator/health/liveness
Expand Down
Loading

0 comments on commit b4ef8e6

Please sign in to comment.