Jinghao Lu

Results 3 comments of Jinghao Lu

the same err to me: but using `helm push url` works fine helm version: 3 beta4 helm-push version: 0.7.1 harbor version: 1.7.5 ```bash helm3 push ./helm-chart public Pushing web-demo-0.0.1.tgz to...

the same problem to me. try add a route to cni0 fixed for me: ```bash ip r add 10.96.0.0/16 dev cni0 ```

"降低 default value 的优先级,避免在做完 json.unmarshal() 后,default value 将其值覆盖" 我也遇到了这个缺陷, 希望能尽快合并