Back to Kubebuilder

Helm Plugin References

.agents/skills/plugin-helm/references/REFERENCE.md

4.14.01.7 KB
Original Source

Helm Plugin References

Documentation

Plugin Documentation

Helm Resources

Kubernetes Resources

Code References

  • Plugin source: pkg/plugins/optional/helm/v2alpha/
  • Values generation: pkg/plugins/optional/helm/v2alpha/scaffolds/internal/templates/values.go
  • Feature extraction: pkg/plugins/optional/helm/v2alpha/scaffolds/internal/extractor/

Key Make Targets

bash
make install           # Install updated kubebuilder binary
make generate-charts   # Regenerate sample charts in testdata
make verify-helm       # Validate all Helm charts (yamllint + helm lint + kube-linter)

Chart Locations

Sample charts are located in:

  • testdata/project-v4-with-plugins/dist/chart/
  • docs/book/src/getting-started/testdata/project/dist/chart/
  • docs/book/src/cronjob-tutorial/testdata/project/dist/chart/
  • docs/book/src/multiversion-tutorial/testdata/project/dist/chart/