tektoncd / tektoncd/operator

helmchart inflator unable to pull helm chart

Open
#1,925 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.