Quick start guide: Set the version of storm charts in install script (#376)

* Set the version of storm charts in the quick start guide install

* Set the version of storm charts in install script to 1.0.12
This commit is contained in:
Marian Novotny
2021-10-12 09:02:11 +01:00
committed by GitHub
parent 50a5355bcd
commit 7372237607
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ helm install siembol-zookeeper bitnami/zookeeper --namespace $namespace
helm install kafka bitnami/kafka --namespace $namespace
helm install storm gresearch/storm --namespace $namespace --set supervisor.replicaCount=1
helm install storm gresearch/storm --version="1.0.12" --namespace $namespace --set supervisor.replicaCount=1
Write-Output "************************************************************"

View File

@@ -10,10 +10,10 @@ helm install siembol-zookeeper bitnami/zookeeper -n=siembol
helm install kafka bitnami/kafka -n=siembol
helm install storm gresearch/storm -n=siembol --set supervisor.replicaCount=1
helm install storm gresearch/storm --version="1.0.12" -n=siembol --set supervisor.replicaCount=1
echo "************************************************************"
echo "Checking status by running: 'kubectl get pods -n siembol'"
kubectl get pods -n siembol
echo "************************************************************"
echo "************************************************************"