casdoor / casdoor-helm

Helm Chart for Casdoor: https://github.com/casbin/casdoor
https://casdoor.org/docs/basic/try-with-helm
Apache License 2.0
3 stars 6 forks source link

Error Pulling Helm Repo #7

Closed Hemant0601 closed 10 months ago

Hemant0601 commented 10 months ago

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

casbin-bot commented 10 months ago

@tangyang9464 @JalinWang @imp2002

hsluoyz commented 10 months ago

@sp71 @MichaelSp can you help fix this?

MichaelSp commented 10 months ago

As I said here

hsluoyz commented 10 months ago

@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.

hsluoyz commented 10 months ago

@Hemant0601 docs updated: https://casdoor.org/docs/basic/try-with-helm/

Try:

image

Hemant0601 commented 10 months ago

@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

hsluoyz commented 10 months ago

@Hemant0601 can you try helm install casdoor oci://registry-1.docker.io/casbin/casdoor-helm-charts --version 1.502.0 ?

cshields commented 3 months ago

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

hsluoyz commented 3 months ago

@cshields is that true? Can you fix the docs?

Hemant0601 commented 2 months ago

Hi, Are the docs updated?

hsluoyz commented 2 months ago

@Hemant0601 fixed in: https://github.com/casdoor/casdoor-website/commit/0342ec8ee0418b211c0927878524d015a9e21af0