To set configurable image name, tools' url & terraform provider url via values in helm chart
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 364
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 84
Description
What would you like to be added:
-
For pipecd control-plane installation, the default chart templates for gateway, cache, minio and alpine components use hardcoded image names - only the tag is configurable via values.
-
For piped installation, tools such as helm & terraform use hardcoded url to download.
-
For terraform tool, (.terraformrc) provider installation uses hardcoded url to download
Why is this needed:
When your cluster has no internet access / you want to use a modified component instead of the internet provided image
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 locating the default Helm chart templates for the gateway, cache, minio, and alpine components, then trace the piped installation paths that download Helm and Terraform and configure .terraformrc. Check how existing values are passed through and define the configurable image names and URLs requested. Done means these sources no longer require hardcoded values and offline or modified-component installations can provide them through chart values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes, terraform
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100