Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nodegroup): add nil pointer check for nodegroup version
Added a check to ensure that the nodegroup version is not nil before dereferencing it. This prevents potential runtime panics due to nil pointer dereference. Signed-off-by: nueavv <[email protected]>
- Loading branch information