What broke? What's expected?
When .github/workflows/test-chart.yml is generated image loaded into kind is controller:latest (ref). But then when it is deployed in the workflow it is using {{ .ProjectName }}:v0.1.0 (ref). It should install with the image built in previous step.
Reproducing this issue
As described in docs run kubebuilder edit --plugins=helm/v2-alpha --force. Force flag will ensure that test-chart.yml will be regenerated.
KubeBuilder (CLI) Version
v4.13.0 (commit bb95ce2)
PROJECT version
3
Plugin versions
layout:
- go.kubebuilder.io/v4
plugins:
helm.kubebuilder.io/v2-alpha:
manifests: dist/install.yaml
output: dist
Other versions
No response
Extra Labels
No response