Skip to content

Commit 98888ec

Browse files
committed
Update bash scripts
1 parent db580de commit 98888ec

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
set -e
99

10-
helm uninstall mongodb-orion
11-
helm uninstall orion-ld orion-ld
10+
helm uninstall mongodb-orion | true
11+
helm uninstall orion-ld orion-ld | true

kubernetes/orion-ld.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@
77

88
set -e
99

10-
helm repo add bitnami_legacy https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
10+
# Load Helm Charts
11+
helm repo add bitnami_legacy https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | true
12+
helm repo add fiware https://fiware.github.io/helm-charts | true
13+
helm repo add bitnami https://charts.bitnami.com/bitnami | true
1114

15+
## Install Mongo DB
1216
kubectl apply -f ./secrets/mongodb.yaml
1317
helm dependency build mongodb
1418
helm install mongodb-orion mongodb
1519

20+
# Install Orion-LD
1621
helm dependency build orion-ld
1722
helm install orion-ld orion-ld

0 commit comments

Comments
 (0)