Alireza Mht
Alireza Mht
I am downloading `helm-diff-linux-amd64.tgz` file from release page. After untaring it using `tar -xzvf ./helm-diff-linux-amd64.tgz` , the command `helm plugin install ./diff` return the below error: ``` sh: 1: /home/alireza/.local/share/helm/plugins/diff/install-binary.sh:...
I'm using the below code to get the list of Repositories from harbor: ``` c := &harbor.ClientSetConfig{ URL: h.url, Password: h.password, Username: h.username, Insecure: true, } cs, err := harbor.NewClientSet(c)...
Hi, Currently, image-spec is on v1.1.0-rc5. Is there a plan to upgrade it to v1.1.0? Reason: other projects like Skopeo are using image-spec v1.1.0. Having both helm client and Skopeo...