From 23fb154879b0967d3c051a6bb7b894ea45c0cce6 Mon Sep 17 00:00:00 2001 From: Francesco Cesareo Date: Wed, 10 Apr 2024 17:10:46 +0200 Subject: [PATCH] fix chart --- helm/Chart.yaml | 2 +- helm/values-prod.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3d151f59..e4f06fe3 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -38,7 +38,7 @@ dependencies: version: 2.6.0 repository: "https://pagopa.github.io/aks-cron-chart-blueprint" alias: refresh-p-replica - condition: postgresql.enabled + condition: postgresql-replica.enabled - name: cron-chart version: 2.6.0 repository: "https://pagopa.github.io/aks-cron-chart-blueprint" diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 52447207..01bdba1a 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -124,6 +124,7 @@ refresh-p: namespace: "apiconfig" schedule: "0 0 * * *" timeZone: "Europe/Rome" + successfulJobsHistoryLimit: "2" image: repository: "curlimages/curl" tag: "latest" @@ -177,6 +178,7 @@ refresh-o: namespace: "apiconfig" schedule: "0 0 * * *" timeZone: "Europe/Rome" + successfulJobsHistoryLimit: "2" image: repository: "curlimages/curl" tag: "latest"