-
Notifications
You must be signed in to change notification settings - Fork 917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Karmada helm #6092
Comments
Got this using https://github.com/karmada-io/karmada/tree/master/charts as repo_url : |
@chaosi-zju We might need to build the index of v1.12.0? |
we should have built the index of v1.12.0: #5918 $ helm search repo karmada-charts -l
NAME CHART VERSION APP VERSION DESCRIPTION
karmada-charts/karmada v1.12.0 v1.1.0 A Helm chart for karmada
karmada-charts/karmada v1.11.0 v1.1.0 A Helm chart for karmada
karmada-charts/karmada v1.10.0 v1.1.0 A Helm chart for karmada let me take a closer look at the cause. |
@sashalarsoo could you execute |
Hi.
I want to deploy karmada using argocd application terraform resource.
This resource pulls karmada chart with helm. With right params i can't do this :
helm pull karmada-charts/karmada --version v1.12.0 --repo https://raw.githubusercontent.com/karmada-io/karmada/master/charts
Error: chart "karmada-charts/karmada" version "v1.12.0" not found in https://raw.githubusercontent.com/karmada-io/karmada/master/charts repository
Because its the command the resource executes first i tried to run it manually.
I precise my local installation using helm install works well.
The text was updated successfully, but these errors were encountered: