will-beta

Results 11 comments of will-beta

@yasker what about the chart repo thing?

> v0.0.18 has been released with the new chart and image. > > In the future, we will use the `dev` branch for the development so it won't affect the...

Wondering if this `OCI-compatible registry` support `helm repo add` or not. Currently, I have to use `helm chart pull` to pull the chart into the local cache, then use `helm...

> helm repo add --ca-file ca.crt --username=admin --password=Passw0rd myrepo https://xx.xx.xx.xx/chartrepo > helm repo add --ca-file ca.crt --username=admin --password=Passw0rd myrepo https://xx.xx.xx.xx/chartrepo/myproject Still failed, whether with project name or not. ``` Error:...

> If anyone else meet this issue, you can check if `chartmuseum` installed correctly. > #14446 According to the [official doc](https://goharbor.io/docs/2.0.0/working-with-projects/working-with-images/managing-helm-charts/), Harbor supports OCI Helm Charts, which means Chartmusem is...

> @will-beta I read the harbor doc, and find that the command `helm repo add ` is wrong,we should use the commands as below : > > ```shell > helm...

@arschles Does it mean the Athens could not utilize `GOSUMDB` in the `ATHENS_GO_BINARY_ENV_VARS`? `https://sum.golang.org` is not accessible in China apparently. Just ran the server with the config.dev.toml and the envs...