chore: fix version

Signed-off-by: mlycore <maxwell92@126.com>
diff --git a/.github/workflows/operator-integration.yml b/.github/workflows/operator-integration.yml
index a6dd62f..0d9da31 100644
--- a/.github/workflows/operator-integration.yml
+++ b/.github/workflows/operator-integration.yml
@@ -54,7 +54,7 @@
           cd charts/apache-shardingsphere-operator-charts/
           helm dependency build
           cd ../
-          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
           sleep 60
           kubectl wait --timeout=120s --for=condition=Ready --all pod -n shardingsphere-operator 
           kubectl get pod -n shardingsphere-operator --show-labels