kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

✨ helm chart directory can be configured

Open bavarianbidi opened this issue 4 months ago • 3 comments
trafficstars

Per default, helm-charts will get generated under dist/ directory. Via the newly introduced --directory flag it's now possible to define an alternative directory (e.g.: chart)

fixes #4320

additional notes: I've added a importas golangci rule for the helmv1alpha package as the import is handled in multiple files differently. If this is fine, i will also raise another PR to add at least two new importas-rules for

	"sigs.k8s.io/kubebuilder/v4/pkg/plugins/golang/deploy-image/v1alpha1"
	"sigs.k8s.io/kubebuilder/v4/pkg/plugins/optional/grafana/v1alpha"

as it's super hard to read the code without having proper naming for equal sounded imports :sweat_smile:

bavarianbidi avatar Jun 27 '25 08:06 bavarianbidi