feat: add apiVersion override for workloads#529
Conversation
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep them coming! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Head branch was pushed to by a user without write access
Allow overriding apiVersion for DaemonSet and StatefulSet via daemonSet.apiVersion and statefulSet.apiVersion values. Enables using custom controllers (e.g., OpenKruise Advanced DaemonSet/StatefulSet) without maintaining a chart fork.
|
@pront fixed linter erros and rebased the branch. |
|
@codex review |
|
Codex Review: Didn't find any major issues. 🚀 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Allow overriding apiVersion for DaemonSet and StatefulSet via daemonSet.apiVersion and statefulSet.apiVersion values.
Enables using custom controllers (e.g., OpenKruise Advanced DaemonSet/StatefulSet) without maintaining a chart fork.