Skip to content

Commit 13af70a

Browse files
committed
chore: fix version
Signed-off-by: mlycore <[email protected]>
1 parent 59b14cf commit 13af70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/operator-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cd charts/apache-shardingsphere-operator-charts/
5555
helm dependency build
5656
cd ../
57-
helm install shardingsphere-operator apache-shardingsphere-operator-charts -n shardingsphere-operator --set replicaCount=1 --set operator.featureGates.computeNode=true
57+
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
5858
sleep 60
5959
kubectl wait --timeout=120s --for=condition=Ready --all pod -n shardingsphere-operator
6060
kubectl get pod -n shardingsphere-operator --show-labels

0 commit comments

Comments
 (0)