未验证 提交 9cbf157a 编写于 作者: Z zhuwenxing 提交者: GitHub

[skip ci] Set helm image as master-latest (#8965)

Signed-off-by: Nzhuwenxing <wenxing.zhu@zilliz.com>
上级 85d1d147
......@@ -55,7 +55,7 @@ jobs:
run: |
helm repo add milvus https://milvus-io.github.io/milvus-helm
helm repo update
helm install chaos-testing milvus/milvus --set cluster.enabled=true -n=chaos-testing
helm install chaos-testing milvus/milvus --set cluster.enabled=true --set image.all.repository=milvusdb/milvus-dev --set image.all.tag=master-latest -n=chaos-testing
kubectl get pods -n chaos-testing
sleep 60s
kubectl get pods -n chaos-testing
......
......@@ -56,7 +56,7 @@ jobs:
run: |
helm repo add milvus https://milvus-io.github.io/milvus-helm
helm repo update
helm install milvus-chaos milvus/milvus --set cluster.enabled=true -n=chaos-testing
helm install milvus-chaos milvus/milvus --set cluster.enabled=true --set image.all.repository=milvusdb/milvus-dev --set image.all.tag=master-latest -n=chaos-testing
kubectl get pods -n chaos-testing
sleep 60s
kubectl get pods -n chaos-testing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册