Upgrade kind version to v0.23.0 (#2937)

* Upgrade kind version to v0.23.0
```
Upgraded kind version to github workflow push_pr.yaml
Upgraded kind version to github workflow release.yaml
Upgraded kind version to github workflow upgrade_test.yaml
```
* Minor change to trigger CI
* Upgrade kind node image to v1.25.16

---------

Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
This commit is contained in:
soharab-ic
2024-05-15 13:21:46 +05:30
committed by GitHub
parent 5337dbfd0b
commit 9cea0d2b32
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func (opts *CheckSubCommand) do(input cli.Input) error {
userProvidedNS, _, err := opts.GetResourceNamespace(input, flagkey.Namespace)
if err != nil {
return fmt.Errorf("error retrieving user provided namespace information: %w", err)
return fmt.Errorf("error retrieving user provided namespace: %w", err)
}
if input.IsSet(flagkey.PreCheckOnly) {