diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-12-21 09:09:49 +0000 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-12-21 10:36:40 +0000 |
commit | 7922967190ff237832c3acc6407c5da86ab86bca (patch) | |
tree | ad90085ecf0193db6d1519aa34997e51d15a7295 | |
parent | 12be8496d9c3f682252c2e1678a0f4b00ba21e0c (diff) |
[CMPV2] Fix missing mongodb bitnami chartkohn
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ie316c25090e7c373935f540dd9f0f411abe20cca
Issue-ID: INT-2183
-rw-r--r-- | robot/assets/helm/ves-client/Chart.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |