KubeSphere official helm chart for KubeSphere DevOps.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add ks-devops https://kubesphere-sigs.github.io/ks-devops-helm-chart/
you can then do
helm search repo ks-devops
helm install devops ks-devops/ks-devops --namespace kubesphere-devops-system --create-namespace
Install it via the following instructions:
helm repo add argo https://argoproj.github.io/argo-helm
helm install argocd --version 4.4.0 argo/argo-cd --namespace argocd --create-namespace
or, you could use the following instrctions to unintall it:
helm uninstall --namespace argocd argocd
See chart readme for install and config options.
You can browse the chart repository, browse the site
Or view the YAML at: index.yaml