We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b14cf commit 13af70aCopy full SHA for 13af70a
.github/workflows/operator-integration.yml
@@ -54,7 +54,7 @@ jobs:
54
cd charts/apache-shardingsphere-operator-charts/
55
helm dependency build
56
cd ../
57
- helm install shardingsphere-operator apache-shardingsphere-operator-charts -n shardingsphere-operator --set replicaCount=1 --set operator.featureGates.computeNode=true
+ helm install shardingsphere-operator apache-shardingsphere-operator-charts -n shardingsphere-operator --set replicaCount=1 --set operator.featureGates.computeNode=true --set operator.image.tag=0.2.0
58
sleep 60
59
kubectl wait --timeout=120s --for=condition=Ready --all pod -n shardingsphere-operator
60
kubectl get pod -n shardingsphere-operator --show-labels
0 commit comments