File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
e2e-tests/upgrade-consistency-sharded-tls Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ main() {
5656 compare_kubectl statefulset/${CLUSTER} -rs0 " -1191"
5757 compare_kubectl statefulset/${CLUSTER} -cfg " -1191"
5858
59- desc ' test 1.20.0 '
59+ desc ' test 1.20.1 '
6060 kubectl_bin patch psmdb " ${CLUSTER} " --type=merge --patch ' {
61- "spec": {"crVersion":"1.20.0 "}
61+ "spec": {"crVersion":"1.20.1 "}
6262 }'
6363 # Wait for at least one reconciliation
6464 sleep 20
@@ -80,10 +80,10 @@ main() {
8080 compare_generation " 5" " statefulset" " ${CLUSTER} -cfg"
8181
8282 desc ' check if service and statefulset created with expected config'
83- compare_kubectl service/${CLUSTER} -rs0 " -1200 "
84- compare_kubectl service/${CLUSTER} -cfg " -1200 "
85- compare_kubectl statefulset/${CLUSTER} -rs0 " -1200 "
86- compare_kubectl statefulset/${CLUSTER} -cfg " -1200 "
83+ compare_kubectl service/${CLUSTER} -rs0 " -1201 "
84+ compare_kubectl service/${CLUSTER} -cfg " -1201 "
85+ compare_kubectl statefulset/${CLUSTER} -rs0 " -1201 "
86+ compare_kubectl statefulset/${CLUSTER} -cfg " -1201 "
8787
8888 desc ' test 1.21.0'
8989 kubectl_bin patch psmdb " ${CLUSTER} " --type=merge --patch ' {
You can’t perform that action at this time.
0 commit comments