Alireza Mht

Results 2 issues of 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)...