fix/docs/test: bulk fixes for #372, #374, #375, #376, #378 - #388
Closed
mathildabot wants to merge 10 commits into
Closed
fix/docs/test: bulk fixes for #372, #374, #375, #376, #378#388mathildabot wants to merge 10 commits into
mathildabot wants to merge 10 commits into
Conversation
mathildabot
force-pushed
the
fix/bulk-fixes-372-373-374-375-376-378
branch
from
May 27, 2026 06:43
ebc4ee2 to
9934473
Compare
….schema.json for all charts
Collaborator
Author
|
Superseded by #390 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bulk fix for 5 open issues.
Changes
fix: add kubebuilder RBAC marker for coordination.k8s.io/leases (closes #372)
Adds the missing
//+kubebuilder:rbacmarker forcoordination.k8s.io/leasestocmd/main.go. Without this,make manifestscould silently drop the lease permission if role.yaml is regenerated from scratch.test: add unit tests for controller infrastructure helpers (closes #374)
Extends
internal/controller/helpers_test.gowith tests for previously untested helper functions, improving coverage of the controller infrastructure layer.docs: add troubleshooting guide (closes #375)
Adds
docs/troubleshooting.mdcovering common issues: pod not starting, CRD not found, certificate not signing, CA Init-Job failing, webhook errors.docs: add Helm values reference documentation (closes #376)
Adds
docs/reference/helm-values.mddocumenting all values foropenvox-operatorandopenvox-stackcharts. Both docs are linked in mkdocs.yml nav.fix: replace floating :latest image tag defaults with chart appVersion (closes #378)
charts/openvox-operator/values.yaml: tag defaults to""(uses chart appVersion)charts/openvox-stack/values.yaml: same patternapi/v1alpha1/config_types.go: default image tag changed fromlatestto""