asset-relocation-tool-for-kubernetes icon indicating copy to clipboard operation
asset-relocation-tool-for-kubernetes copied to clipboard

A tool for relocating Kubernetes Assets

Results 35 asset-relocation-tool-for-kubernetes issues
Sort by recently updated
recently updated
newest added

I have a docker registry repository addressed as `172.30.41.0:8091/docker` and a helm repository addressed as `http://172.30.41.0:8091/artifactory/helm-local` on Jfrog Artifactory. But I got an error like this `credentials server name "172.30.41.0:8091/docker"...

I'm seeing more and more Helm charts that leave the `tag` field empty in favor of defaulting to the AppVersion field of the chart. A few examples: * [Grafana Agent](https://github.com/grafana/agent/tree/main/operations/helm/charts/grafana-agent)...

How to use array syntax in relok8s-images.yaml? I has relok8s-images.yaml config below: ```yaml - "{{ .fluent-bit.initContainers[0].image }}" ``` Then I get the error that it cannot be parsed correctly

go mod golang version is 1.20, but makefile is 1.17&1.18

All commands require a `-i` option to provide the image template file. An alternative option could be created to scan the chart templates to find scripts/scan-with-grep.sh has the ability to...

enhancement

For a chart with a lot of images, it can take a long time to pull existing images and pull the new images (to check the status on the remote...

Currently, the output just shows what will be written: ``` Changes written to testchart/values.yaml: .image.repository: harbor-repo.vmware.com/tanzu_isv_engineering_private/tiny ``` It doesn't really make it easy to understand the change in context. It'd...

enhancement

As an alternative to a local output file, it'd be great if we could push the modified chart to a chart repository. We'd need to determine the CLI UI and...

enhancement

In the preview step in the CLI, show the diffs as per familiar diff format.

enhancement

Pulling and pushing can take a long time. I'd be nice to see text-based progress bar for these steps.

enhancement