-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
🎯 What is the goal?
Stop using the deprecated helm/v1-alpha plugin and migrate this repository to helm/v2-alpha.
🚀 Why adopt helm/v2-alpha?
-
helm/v1-alpha was an initial experimental version created to collect community feedback, and it is now deprecated.
-
helm/v2-alpha includes bug fixes, improvements, follows common Helm best practices, and adds enhancements from that feedback. It provides a more flexible chart workflow: it generates charts from kustomize output, preserves common customizations, and supports extra options (for example, changing the default chart output path). Also,
valuesis now more complete and exposes better configuration options for your consumers.
🛠️ What are the steps to start using helm/v2-alpha?
- Copy the current Helm chart into a backup directory (keep it for reference).
- Make sure you are using the latest local Kubebuilder release: https://github.com/kubernetes-sigs/kubebuilder/releases
- Delete the current chart directory.
- Re-generate the Helm scaffolding with:
kubebuilder edit --plugins=helm/v2-alpha - Compare the new chart with the backup and re-apply any repo-specific changes (if any), like
Chart.yamlupdates or other customizations.
Note: Created automatically after detecting helm/v1-alpha in the PROJECT file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels