• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / kubebuilder / 20748818898
73%

Build:
DEFAULT BRANCH: master
Ran 06 Jan 2026 01:00PM UTC
Jobs 1
Files 100
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Jan 2026 12:50PM UTC coverage: 71.409% (+0.1%) from 71.288%
20748818898

push

github

web-flow
🐛 (helm/v2-alpha): Add nameOverride/fullnameOverride support and fix cert-manager templating (#5294)

Adds standard Helm naming support (nameOverride/fullnameOverride)
to the Helm v2-alpha plugin and implements dynamic resource name truncation
to ensure Kubernetes 63-character compliance while maintaining cross-resource
reference consistency.

Key changes:

1. Add nameOverride/fullnameOverride to values.yaml following Helm best practices
2. Simplify _helpers.tpl to match official Helm chart starter templates
3. Implement dynamic truncation: maxLen = 62 - len(suffix) (replaces hardcoded 45-char limit)
4. Fix cert-manager resource templating (Issuer names, issuerRef, annotations)
5. Add generic regex-based name substitution for all resource types
6. Update app.kubernetes.io/name label to use chart.name template

This ensures all generated Helm charts:
- Support custom naming via standard Helm values
- Respect Kubernetes 63-character name limits
- Maintain cross-resource reference consistency (Service ↔ Certificate ↔ Webhook ↔ Issuer)
- Work correctly with cert-manager (no more stuck certificates or failed issuance)
- Follow Helm and Kubernetes best practices

Assisted-by: CLAUDE

76 of 89 new or added lines in 6 files covered. (85.39%)

6234 of 8730 relevant lines covered (71.41%)

30.23 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
0.0
0.0% pkg/plugins/optional/helm/v2alpha/scaffolds/edit_kustomize.go
2
88.14
0.79% pkg/plugins/optional/helm/v2alpha/scaffolds/internal/kustomize/helm_templater.go
9
0.0
0.0% pkg/plugins/optional/helm/v2alpha/scaffolds/internal/templates/chart-templates/helpers_tpl.go
Jobs
ID Job ID Ran Files Coverage
1 20748818898.1 06 Jan 2026 01:00PM UTC 100
71.41
GitHub Action Run
Source Files on build 20748818898
  • Tree
  • List 100
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 30194dbe on github
  • Prev Build on master (#20725506538)
  • Next Build on master (#20752436682)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc