Skip to content

Commit 7481ce7

Browse files
author
udnay
committed
update version checker tests
1 parent cfb5f41 commit 7481ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/versionchecker/versionchecker_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func TestLoggingAPIValidCheck(t *testing.T) {
9393
testutil.RequireLoggingConfigMap(t, sb, "logging-configmap", string(logJson))
9494

9595
builder := testutil.NewBuilder("crdb").Namespaced(sb.Namespace).WithNodeCount(3).WithTLS().
96-
WithImage("cockroachdb/cockroach:v21.1.0").
96+
WithImage("cockroachdb/cockroach:v24.2.2").
9797
WithPVDataStore("32Mi").
9898
WithClusterLogging("logging-configmap")
9999

0 commit comments

Comments
 (0)