David Rayner

Results 5 comments of David Rayner

That image was available before I raised this issue. The problem is that `manifests/base/aws-cloud-controller-manager-daemonset.yaml` and `charts/aws-cloud-controller-manager/values.yaml` both reference an image tag that does not exist: https://github.com/kubernetes/cloud-provider-aws/blob/release-1.21/manifests/base/aws-cloud-controller-manager-daemonset.yaml#L31 https://github.com/kubernetes/cloud-provider-aws/blob/release-1.21/charts/aws-cloud-controller-manager/values.yaml#L8

I can successfully push to a Harbor charts museum if I use the unchanged username in single quotes to prevent variable expansion e.g. a command that fails with the error...

Try this ``` js swal({ title: "Loading...", text: "Please wait", icon: "/images/loading.gif", button: false, closeOnClickOutside: false, closeOnEsc: false }); ```

You could maybe test in a location with better WiFi reception

Latest version of pypng (0.0.20) causes an issue because the `greyscale` parameter is now True by default. Package version `0.0.19` works fine. `pip install pypng==0.0.19`