helmchart inflator unable to pull helm chart
Open
Nobody has claimed this yet.
kind/bug
- Dominant language
- Go
- Stars
- 608
- Forks
- 263
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 125
Description
atm i have to manually git pull and mv the chart directory in place because kustomization helmChart inflator
cannot understand the git+https:// -url.
heres a reproduction:
- command
kustomize build --enable-helm --load-restrictor=LoadRestrictionsNone . | kubectl apply -f -
- file
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmGlobals:
chartHome: ../../../../base/tekton-operator
helmCharts:
- name: tekton-operator
releaseName: cluster0
includeCRDs: true
valuesInline:
repo: "git+https://github.com/tektoncd/operator@charts?ref=main"
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 by running the provided kustomize build command with the example Kustomization and inspect the helm chart inflator path that handles the repo URL. The fix is complete when a chart referenced by the shown git+https URL can be pulled and the example build succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, go, helm, kubernetes
- Domain
- build-system, devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100