You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use dynamic controller-runtime version in doc generator
Replace hardcoded controller-runtime version in hack/docs/internal/cronjob-tutorial/generate_cronjob.go with a reference to the ControllerRuntimeVersion constant from the scaffolding package.
This prevents the docs generation from breaking when the controller-runtime version is updated in the scaffolding logic, ensuring that `make generate-docs` remains stable across version bumps.
Update hack/docs/internal/cronjob-tutorial/generate_cronjob.go
Co-authored-by: Saan <94980910+sbin64@users.noreply.github.com>
Update hack/docs/internal/cronjob-tutorial/generate_cronjob.go
Co-authored-by: Kersten Burkhardt <kerstenk@gmail.com>
0 commit comments