Skip to content

Commit

Permalink
Bump to version 0.9.7-1-NOD-855-deploy-dev [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot authored and aomegax committed May 2, 2024
1 parent 4524ad1 commit a9ef732
Show file tree
Hide file tree
Showing 11 changed files with 5,160 additions and 4,316 deletions.
7 changes: 2 additions & 5 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.65.0
version: 0.66.0
dependencies:
##############
## POSTGRES ##
Expand All @@ -29,7 +29,6 @@ dependencies:
repository: "https://pagopa.github.io/aks-cron-chart-blueprint"
alias: refresh-p-replica # postgres pagopa
condition: postgresql-replica.enabled

##############
## ORACLE ##
## NEXI ##
Expand Down Expand Up @@ -65,7 +64,6 @@ dependencies:
repository: "https://pagopa.github.io/aks-cron-chart-blueprint"
alias: refresh-oprod # oracle nexi (prod in dev per test)
condition: oracleprod.enabled

##############
## POSTGRES ##
## NEXI ##
Expand All @@ -80,7 +78,6 @@ dependencies:
repository: "https://pagopa.github.io/aks-cron-chart-blueprint"
alias: refresh-p-nexi # postgres nexi
condition: postgresql-nexi.enabled

- name: microservice-chart
version: 3.0.0
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
Expand All @@ -91,4 +88,4 @@ dependencies:
repository: "https://pagopa.github.io/aks-cron-chart-blueprint"
alias: refresh-p-replica-nexi # postgres prf nexi
condition: postgresql-replica-nexi.enabled
appVersion: 0.9.7
appVersion: 0.9.7-1-NOD-855-deploy-dev
3 changes: 1 addition & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart: &microservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.9.7
tag: 0.9.7-1-NOD-855-deploy-dev
canaryDelivery:
deployment:
image:
Expand Down Expand Up @@ -193,7 +193,6 @@ oracleprod:
envSecrets:
!!merge <<: *envSecret
DB_CONFIG_PASSWORD: "oracle-db-cfg-prod-password"

#############
## REFRESH ##
#############
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart: &microservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.9.7
tag: 0.9.7-1-NOD-855-deploy-dev
canaryDelivery:
deployment:
image:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart: &microservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.9.7
tag: 0.9.7-1-NOD-855-deploy-dev
canaryDelivery:
deployment:
image:
Expand Down
Loading

0 comments on commit a9ef732

Please sign in to comment.