kubesphere-sigs / ks-devops-helm-chart

KubeSphere DevOps Helm chart
https://kubesphere-sigs.github.io/ks-devops-helm-chart/
Apache License 2.0
14 stars 18 forks source link
chart devops hacktoberfest helm helm-charts kubesphere

ks-devops-helm-chart

License GitHub All Releases

KubeSphere official helm chart for KubeSphere DevOps.

Usage

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

Argo CD support

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

Configuration

See chart readme for install and config options.

Repository

You can browse the chart repository, browse the site

Or view the YAML at: index.yaml