Closed Hemant0601 closed 10 months ago
@tangyang9464 @JalinWang @imp2002
@sp71 @MichaelSp can you help fix this?
As I said here
- the proposed helm repo add casdoor https://hub.docker.com/repository/docker/casbin/casdoor-helm-charts did not work for me. Use commands from https://hub.docker.com/layers/casbin/casdoor-helm-charts/0.4.0/images/sha256-de878a2843964f2913e32b8d28a0e9ef8728e16da309ebb987389047cd32f0dd?context=explore instead
@MichaelSp it seems that the docs: https://casdoor.org/docs/basic/try-with-helm/ is wrong, can you fix the docs?
BTW, how did this link: https://hub.docker.com/layers/casbin/casdoor-helm-charts/0.4.0/images/sha256-de878a2843964f2913e32b8d28a0e9ef8728e16da309ebb987389047cd32f0dd?context=explore come out? I didn't think it's good as it's so strange.
@Hemant0601 docs updated: https://casdoor.org/docs/basic/try-with-helm/
Try:
@hsluoyz
I am still getting below issue
sudo helm pull casdoor oci://registry-1.docker.io/casbin/casdoor-helm-charts --version 0.4.3 --untar
Error: non-absolute URLs should be in form of repo_name/path_to_chart, got: casdoor
I am trying to pull the repo to my bastion instead of directly installing
@Hemant0601 can you try helm install casdoor oci://registry-1.docker.io/casbin/casdoor-helm-charts --version 1.502.0
?
their docs are missing the "v" in the beginning of their version tags. This would work instead:
helm install casdoor oci://registry-1.docker.io/casbin/casdoor-helm-charts --version v1.659.0
@cshields is that true? Can you fix the docs?
Hi, Are the docs updated?
Getting below error while pulling up the helm repo
helm repo add casdoor https://hub.docker.com/repository/docker/casbin/casdoor-helm-charts
[ec2-user@ip-10-101-6-41 casdoor]$ helm repo add casdoor https://hub.docker.com/repository/docker/casbin/casdoor-helm-charts Error: looks like "https://hub.docker.com/repository/docker/casbin/casdoor-helm-charts" is not a valid chart repository or cannot be reached: error converting YAML to JSON: yaml: line 21: mapping values are not allowed in this context