Alluxio / k8s-operator

An operator for managing Alluxio system on Kubernetes cluster
https://www.alluxio.io/
Apache License 2.0
10 stars 8 forks source link

Use a different url for etcd helm chart #41

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

When I run helm dependency update I got the following output:

Shawns-MBP:alluxio shawnsun$ helm dependency update
Getting updates for unmanaged Helm repositories...
...Unable to get an update from the "oci://registry-1.docker.io/bitnamicharts" chart repository:
    tag explicitly required
Error: repository oci://registry-1.docker.io/bitnamicharts is an OCI registry: this feature has been marked as experimental and is not enabled by default. Please set HELM_EXPERIMENTAL_OCI=1 in your environment to use this feature

Using the new url has no such error.

ssz1997 commented 1 year ago

@lucyge2022 PTAL. Thanks!