From 7922967190ff237832c3acc6407c5da86ab86bca Mon Sep 17 00:00:00 2001 From: efiacor Date: Wed, 21 Dec 2022 09:09:49 +0000 Subject: [CMPV2] Fix missing mongodb bitnami chart Signed-off-by: efiacor Change-Id: Ie316c25090e7c373935f540dd9f0f411abe20cca Issue-ID: INT-2183 --- robot/assets/helm/ves-client/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot/assets/helm/ves-client/Chart.yaml b/robot/assets/helm/ves-client/Chart.yaml index 14d36ba0..b8038afe 100644 --- a/robot/assets/helm/ves-client/Chart.yaml +++ b/robot/assets/helm/ves-client/Chart.yaml @@ -24,7 +24,7 @@ appVersion: 1.0.1 dependencies: - name: mongodb version: 10.x - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami condition: mongodb.enabled - name: certInitializer version: ~x.x-0 -- cgit 1.2.3-korg