Skip to content

helm/v2-alpha: .github/workflows/test-chart.yml trying to install different image than the one build #5574

@piohei

Description

@piohei

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

Metadata

Metadata

Labels

kind/bugCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions