From 4daecc446f3cbad4c06789cf675b8bcd9c6d4946 Mon Sep 17 00:00:00 2001 From: Lorenzo Catalano Date: Fri, 15 Mar 2024 13:37:09 +0100 Subject: [PATCH] NOD-742 [CONFIG CACHE] Ottimizzazione generazione cache --- helm/Chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index f525019c..1dad5d15 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -28,16 +28,20 @@ dependencies: version: 2.3.0 repository: "https://pagopa.github.io/aks-cron-chart-blueprint" alias: refresh-p + condition: postgresql.enabled - name: cron-chart version: 2.3.0 repository: "https://pagopa.github.io/aks-cron-chart-blueprint" alias: refresh-o + condition: oracle.enabled - name: cron-chart version: 2.3.0 repository: "https://pagopa.github.io/aks-cron-chart-blueprint" alias: refresh-odev + condition: oracledev.enabled - name: cron-chart version: 2.3.0 repository: "https://pagopa.github.io/aks-cron-chart-blueprint" alias: refresh-oprod + condition: oracleprod.enabled appVersion: 0.8.12