Pete Wall

Results 16 issues of Pete Wall

I'm trying to use dcind to run tests against a golang project that pulls and pushes docker images. The current version of dcind (2.1.0), uses alpine 3.10. That version of...

### Request When deploying via the Helm chart and using `rbac.create = true`, then ClusterRole and ClusterRoleBinding objects are created. Part of those contains this rule: ```yaml # needed for...

enhancement
needs-attention

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)...

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

If a chart contains a global image registry value, we could possibly update that value many times, resulting in a strange output: values.yaml ``` global: imageRegistry: docker.io image: repository: bitnami/wordpress...