Commit f1e8ea5
Add helm dependency build step to release workflow (#279)
## Summary
- Add `helm dependency build` before `helm package` in the release
workflow's helm job
- This fixes the controller Helm chart push which has been failing since
cert-manager was added as an optional subchart dependency
- The other helm workflows (`helm.yml`, `helm-validate.yml`,
`helm-image-check.yml`) already have this step — `release.yml` was
missed
## Context
The v1.5.0, v1.5.1, and v1.5.2 releases all failed to push the
controller Helm chart to OCI with:
```
Error: found in Chart.yaml, but missing in charts/ directory: cert-manager
```
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f8fc3c2 commit f1e8ea5
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
| |||
0 commit comments