https://github.com/kubesphere-sigs/ks-devops-helm-chart
KubeSphere DevOps Helm chart
https://github.com/kubesphere-sigs/ks-devops-helm-chart
chart devops hacktoberfest helm helm-charts kubesphere
Last synced: 12 days ago
JSON representation
KubeSphere DevOps Helm chart
- Host: GitHub
- URL: https://github.com/kubesphere-sigs/ks-devops-helm-chart
- Owner: kubesphere-sigs
- License: apache-2.0
- Created: 2021-09-08T08:59:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T09:08:35.000Z (over 1 year ago)
- Last Synced: 2024-07-13T10:26:46.338Z (over 1 year ago)
- Topics: chart, devops, hacktoberfest, helm, helm-charts, kubesphere
- Language: Smarty
- Homepage: https://kubesphere-sigs.github.io/ks-devops-helm-chart/
- Size: 270 KB
- Stars: 14
- Watchers: 0
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ks-devops-helm-chart
[](https://opensource.org/licenses/Apache-2.0)

KubeSphere official helm chart for [KubeSphere DevOps](https://github.com/kubesphere/ks-devops).
## Usage
[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```bash
helm repo add ks-devops https://kubesphere-sigs.github.io/ks-devops-helm-chart/
```
you can then do
```bash
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:
```shell
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:
```shell
helm uninstall --namespace argocd argocd
```
## Configuration
See chart [readme](https://github.com/kubesphere-sigs/ks-devops-helm-chart/blob/master/charts/ks-devops/README.md) for install and config options.
## Repository
You can [browse the chart repository](https://github.com/kubesphere-sigs/ks-devops-helm-chart), [browse the site](https://kubesphere-sigs.github.io/ks-devops-helm-chart/)
Or view the YAML at: [index.yaml](https://kubesphere-sigs.github.io/ks-devops-helm-chart/index.yaml)