Pin the etcd-operator chart version
Change-Id: I2ed47f83704ad150daafbccf5a23470cc241f565
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile
index 27c6f40..b6c064d 100644
--- a/seba-in-a-box/Makefile
+++ b/seba-in-a-box/Makefile
@@ -22,6 +22,8 @@
KAFKA_CHART_VERSION ?= 0.13.3
KAFKA_POD := "pod/cord-kafka-0"
+ETCD_OPERATOR_VERSION ?= 0.8.3
+
# Targets
ponsim: $(M)/siab
@@ -132,7 +134,8 @@
touch $@
$(M)/etcd-operator-ready: | $(WORKSPACE)/cord/helm-charts $(M)/helm-init
- cd $(WORKSPACE)/cord/helm-charts; helm upgrade --install etcd-operator stable/etcd-operator -f $(SEBAVALUES)
+ cd $(WORKSPACE)/cord/helm-charts; \
+ helm upgrade --install etcd-operator --version $(ETCD_OPERATOR_VERSION) stable/etcd-operator -f $(SEBAVALUES)
until kubectl get crd | grep etcdclusters; \
do \
echo "Waiting for etcdclusters CRD to be available"; \