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

kubernetes-csi / csi-driver-nfs / 30323687887
78%
master: 78%

Build:
Build:
LAST BUILD BRANCH: docs-controller-replicas-ha
DEFAULT BRANCH: master
Ran 28 Jul 2026 02:56AM UTC
Jobs 1
Files 11
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

28 Jul 2026 02:38AM UTC coverage: 78.027%. Remained the same
30323687887

Pull #1212

github

andyzhangx
fix: publish chart via plain git + helm repo index, drop chart-releaser

Even with --packages-with-index, cr index in chart-releaser v1.7.0
still calls GET /releases/tags/csi-driver-nfs-<version> before writing
the index and fails with a 404 because kubernetes-csi's org-scoped
GITHUB_TOKEN cannot create GitHub Releases (Releases API returns 403
'Resource not accessible by integration'). This makes chart-releaser
unusable for a Pages-only publish flow in this repo.

Replace the whole 'Publish chart on gh-pages' step with a plain-git
implementation:

- 'git worktree add <tmp> gh-pages' to check out the branch cleanly
- copy the packaged .tgz into the worktree
- 'helm repo index . --url https://kubernetes-csi.github.io/csi-driver-nfs
  --merge index.yaml' (or without --merge on first publish)
- 'git commit && git push origin gh-pages'

No Releases API involvement, and the resulting helm repo layout is
what users already expect from
https://kubernetes-csi.github.io/csi-driver-nfs.
Pull Request #1212: fix: publish chart via plain git + helm repo index, drop chart-releaser

1289 of 1652 relevant lines covered (78.03%)

36.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30323687887.1 28 Jul 2026 02:56AM UTC 11
78.03
GitHub Action Run
Source Files on build 30323687887
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1212
  • PR Base - master (#30323561396)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc