mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-21 02:55:44 +00:00
Update to Kubernetes 1.33.0 and Go 1.24.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
e9e15c5f7a
commit
8816c5f7de
25 changed files with 625 additions and 575 deletions
|
|
@ -256,7 +256,7 @@ func objectReconciled(kube client.Client, objKey client.ObjectKey, clientObject
|
|||
}
|
||||
return hasRev, nil
|
||||
case metav1.ConditionFalse:
|
||||
return false, fmt.Errorf(c.Message)
|
||||
return false, errors.New(c.Message)
|
||||
}
|
||||
}
|
||||
return false, nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue