distribution-tooling-for-helm
distribution-tooling-for-helm copied to clipboard
Helm Distribution plugin is is a set of utilities and Helm Plugin for making offline work with Helm Charts easier. It is meant to be used for creating reproducible and relocatable packages for Helm Ch...
### Is your feature request related to a problem? Please describe. When relocating a Helm Chart with one of more dependencies the repository for said dependencies is not updated to...
In [Kubeapps](https://kubeapps.dev/), we needed to add a new `ClientOptResolver`option in the Helm project ([context here](https://github.com/vmware-tanzu/kubeapps/issues/4194)). However, this is mostly for tests and other non-typical use-cases. The current `NewClient` function in...
### Is your feature request related to a problem? Please describe. My personal usecase is a mirroring tool, that mirrors helm charts to an internal OCI registry. So fare this...
### Is your feature request related to a problem? Please describe. I am relocating a Chart and its associated container images to a target registry via the `wrap`/`unwrap` flow. Is...
Adding options that allow a wrapped helm chart to not fetch images and also an option to not push images when syncing a wrapped chart to a destination repo. Also...
The previous implementation had a recursive function but it terminated after one level This branch adds support for nested repository urls - the previous implementation only supported a single level...
### Describe the bug I am creating wrap.tgz package and just want to get some info about it: ``` helm dt info simple-web-api-0.7.5.wrap.tgz failed to load Images.lock: Images.lock not found...
### Describe the bug HI team, I'm trying to do a few tests with this tool. In particular I'm trying to wrap the bitnami rabbitmq-cluster-operator chart and unwrap it in...
### Is your feature request related to a problem? Please describe. For my current use case using Google Artifact Registry (GAR) * GAR local repository for writes * GAR virtual...
This fixes the current implementation to correctly pullImage when the source image from annotations already contains the image digest. (note this was generated from dt annotate command where the values...