diff --git a/test/extended/testdata/bindata.go b/test/extended/testdata/bindata.go index 9dc689d04bb1..56a257b7aa9d 100644 --- a/test/extended/testdata/bindata.go +++ b/test/extended/testdata/bindata.go @@ -49007,7 +49007,7 @@ spec: matchLabels: pools.operator.machineconfiguration.openshift.io/custom: "" kubeletConfig: - imageMinimumGCAge: 0s + imageMinimumGCAge: 1s imageGCHighThresholdPercent: 2 imageGCLowThresholdPercent: 1 `) diff --git a/test/extended/testdata/machine_config/kubeletconfig/gcKC.yaml b/test/extended/testdata/machine_config/kubeletconfig/gcKC.yaml index cca3734938e4..2fc232b514e0 100644 --- a/test/extended/testdata/machine_config/kubeletconfig/gcKC.yaml +++ b/test/extended/testdata/machine_config/kubeletconfig/gcKC.yaml @@ -7,6 +7,6 @@ spec: matchLabels: pools.operator.machineconfiguration.openshift.io/custom: "" kubeletConfig: - imageMinimumGCAge: 0s + imageMinimumGCAge: 1s imageGCHighThresholdPercent: 2 imageGCLowThresholdPercent: 1