We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb5f41 commit 7481ce7Copy full SHA for 7481ce7
e2e/versionchecker/versionchecker_test.go
@@ -93,7 +93,7 @@ func TestLoggingAPIValidCheck(t *testing.T) {
93
testutil.RequireLoggingConfigMap(t, sb, "logging-configmap", string(logJson))
94
95
builder := testutil.NewBuilder("crdb").Namespaced(sb.Namespace).WithNodeCount(3).WithTLS().
96
- WithImage("cockroachdb/cockroach:v21.1.0").
+ WithImage("cockroachdb/cockroach:v24.2.2").
97
WithPVDataStore("32Mi").
98
WithClusterLogging("logging-configmap")
99
0 commit comments