diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-12-21 09:09:49 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-12-21 09:09:55 +0000 |
commit | f12e0ed01336e8afe4b3e3cc259ff902b9e579d7 (patch) | |
tree | ad90085ecf0193db6d1519aa34997e51d15a7295 /robot/assets/helm | |
parent | bd847bddd0a249aa38f278bdd081d99ed9ce73e4 (diff) |
[CMPV2] Fix missing mongodb bitnami chart
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ie316c25090e7c373935f540dd9f0f411abe20cca
Issue-ID: INT-2183
Diffstat (limited to 'robot/assets/helm')
-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 |