Skip to content

Commit

Permalink
Update bash scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 1, 2024
1 parent db580de commit 98888ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubernetes/orion-ld-down.sh → kubernetes/down.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

set -e

helm uninstall mongodb-orion
helm uninstall orion-ld orion-ld
helm uninstall mongodb-orion | true
helm uninstall orion-ld orion-ld | true
7 changes: 6 additions & 1 deletion kubernetes/orion-ld.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@

set -e

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

## Install Mongo DB
kubectl apply -f ./secrets/mongodb.yaml
helm dependency build mongodb
helm install mongodb-orion mongodb

# Install Orion-LD
helm dependency build orion-ld
helm install orion-ld orion-ld

0 comments on commit 98888ec

Please sign in to comment.