https://github.com/serialt/helm-charts
https://github.com/serialt/helm-charts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serialt/helm-charts
- Owner: serialt
- Created: 2023-05-20T15:33:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T02:41:35.000Z (about 2 years ago)
- Last Synced: 2025-12-27T02:20:50.879Z (6 months ago)
- Language: Smarty
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serialt Helm Charts
## Usage
```shell
helm repo add serialt https://serialt.github.io/helm-charts
```
## Example
### Update rpeo
```shell
[root@serialt ~]# helm repo update serialt
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "serialt" chart repository
Update Complete. ⎈Happy Helming!⎈
```
### Search repo
```shell
[root@serialt ~]# helm repo list
NAME URL
serialt https://serialt.github.io/helm-charts
```
You can then run helm search repo serialt to see the charts.
```
[root@serialt ~]# helm search repo
NAME CHART VERSION APP VERSION DESCRIPTION
serialt/test 0.1.0 1.16.0 A Helm chart for Kubernetes
```
### Install chart
```shell
[root@serialt ~]# helm install nginx-demo serialt/test --version=0.1.0
```