Bumping versions

This commit is contained in:
spring-builds
2025-04-02 17:15:08 +00:00
parent edf8b96360
commit 447b05b6dc

View File

@@ -211,8 +211,8 @@ public final class Util {
if (service != null) {
service.getMetadata().setNamespace(namespace);
coreV1Api.deleteNamespacedService(service.getMetadata().getName(), service.getMetadata().getNamespace(),
null, null, null, null, null, null);
coreV1Api.deleteNamespacedService(service.getMetadata().getName(),
service.getMetadata().getNamespace(), null, null, null, null, null, null);
waitForServiceToBeDeleted(service.getMetadata().getName(), namespace);
}