mirror of
https://github.com/optim-enterprises-bv/siembol.git
synced 2025-11-01 19:07:59 +00:00
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:
@@ -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 "************************************************************"
|
||||
|
||||
@@ -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 "************************************************************"
|
||||
|
||||
Reference in New Issue
Block a user