# helm-charts **Repository Path**: jzphp/helm-charts ## Basic Information - **Project Name**: helm-charts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-20 - **Last Updated**: 2025-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JumpServer Kubernetes Helm Chart

License: GPLv3  release Stars GitHub last commit release charts

- Kubernetes 1.20+ - Helm 3.0 ### 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 jumpserver https://jumpserver.github.io/helm-charts helm repo list ``` You can then run `helm search repo jumpserver` to see the charts. ```bash wget https://raw.githubusercontent.com/jumpserver/helm-charts/main/charts/jumpserver/values.yaml vi values.yaml ``` ### Install ```bash helm install jms-k8s jumpserver/jumpserver -n default -f values.yaml ``` ### Docs [Docs](https://github.com/jumpserver/helm-charts/tree/main/charts/jumpserver) ### Thanks Thanks [xiaomaimuchanyiyiba](https://github.com/xiaomaimuchanyiyiba) contribute, [Origin repo](https://github.com/xiaomaimuchanyiyiba/jumpserver)