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
⚠️ OPRUN-4075: Move to a helm-based configuration (#2145)
* Move to a helm-based configuration
This does not remove the kustomize config, but instead puts a helm chart
into the repo, that should give very close (but not identical) results.
* Adds a new chart: helm/olmv1/
- standard
- experimental
- openshift
- cert-manager
- e2e
- tilt
* Adds "values" files in helm/
* Adds helm executable to .bingo/
* Updates documents int docs/drafts/
* Update tests in tests/
* Update `make manifests` to use helm chart
- Update the checked-in manifests
- Use a tool like `dyff` to properly diff the manifests
* Pull RBAC and WebHook config out of the goland code
- controller-tools is not longer used to generate RBAC/Wehbooks
- These resources are not part of the helm chart
- The CRDs are still generated via kubebuilder
Significant changes to the resulting manifests are listed in the RFC.
Signed-off-by: Todd Short <[email protected]>
Assisted-by: Gemini (research)
Assisted-by: Claude Code (analysis)
* Move files into directories
Signed-off-by: Todd Short <[email protected]>
Assisted-by: Gemini (research)
Assisted-by: Claude Code (analysis)
* Add variable settings to Makefile to control Helm charts
Signed-off-by: Todd Short <[email protected]>
Assisted-by: Gemini (research)
Assisted-by: Claude Code (analysis)
* Add prometheus Helm chart
This is currently separate due to the ordering of application.
If we change the order, this could be included in the main Helm Chart.
Signed-off-by: Todd Short <[email protected]>
Assisted-by: Gemini (research)
Assisted-by: Claude Code (analysis)
* Add lint-helm target and CI
Signed-off-by: Todd Short <[email protected]>
Assisted-by: Gemini (research)
Assisted-by: Claude Code (analysis)
* Add Boxcutter support
Signed-off-by: Todd Short <[email protected]>
* Update catalogs to use 4.20
Signed-off-by: Todd Short <[email protected]>
* Remove clusterextension editor role
Signed-off-by: Todd Short <[email protected]>
* Remove configmaps from leader election role
Signed-off-by: Todd Short <[email protected]>
* Remove stale comment from config manager role
Signed-off-by: Todd Short <[email protected]>
* Add templating failure for featureSet
Signed-off-by: Todd Short <[email protected]>
---------
Signed-off-by: Todd Short <[email protected]>
0 commit comments