Release v1.25 #52

Merged
stefan merged 35 commits from v1.25 into master 2023-05-26 17:38:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit dd650e775b - Show all commits

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Simulate well-known CRDs being available
API_VERSIONS="-a monitoring.coreos.com/v1 -a snapshot.storage.k8s.io/v1"
API_VERSIONS="-a monitoring.coreos.com/v1 -a snapshot.storage.k8s.io/v1 -a policy/v1/PodDisruptionBudget"
# Waits for max 300s and retries
function wait_for() {