ovh / ovh/public-cloud-databases-operator
Latest helm chart fails to template with helm v3
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10
- Forks
- 9
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 5
Description
$ helm version
version.BuildInfo{Version:"v3.18.4", GitCommit:"d80839cf37d860c8aa9a0503fe463278f26cd5e2", GitTreeState:"clean", GoVersion:"go1.24.4"}
$ helm template test .
Error: template: public-cloud-databases-operator/templates/deployment.yaml:8:14: executing "public-cloud-databases-operator/templates/deployment.yaml" at <include "public-cloud-databases-operator.chart" .>: error calling include: template: no template "public-cloud-databases-operator.chart" associated with template "gotpl"
Use --debug flag to render out invalid YAML
public-cloud-databases-operator.chart is not defined in templates/_helpers.tpl.
$ cat Chart.yaml
annotations:
kubebuilder.io/generated-by: kubebuilder
apiVersion: v2
appVersion: v1.0.7
description: OVHcloud databases operator
keywords:
- kubernetes
- operator
name: public-cloud-databases-operator
type: application
version: 0.1.8
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with templates/deployment.yaml and templates/_helpers.tpl, then run the reported helm template test using Helm v3. The chart should render successfully without the missing public-cloud-databases-operator.chart error, while preserving the metadata from Chart.yaml.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100