https://github.com/robolaunch/charts
robolaunch Helm Charts
https://github.com/robolaunch/charts
Last synced: 5 months ago
JSON representation
robolaunch Helm Charts
- Host: GitHub
- URL: https://github.com/robolaunch/charts
- Owner: robolaunch
- License: apache-2.0
- Created: 2023-04-18T11:03:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T14:29:06.000Z (over 1 year ago)
- Last Synced: 2024-12-05T15:30:57.413Z (over 1 year ago)
- Language: Smarty
- Homepage: https://robolaunch.github.io/charts/
- Size: 406 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#
robolaunch Charts
robolaunch Charts includes Helm charts for Kubernetes. Primarily aimed to provide charts for
- robolaunch Kubernetes Operators
- Marketplace Robots
## Table of Contents
- [Usage](#usage)
- [Contributing](#contributing)
## 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 has been set up correctly, add the repo as follows:
```
helm repo add robolaunch https://robolaunch.github.io/charts
```
If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
` to see the charts.
For example, to install the `robot-operator` chart:
```
helm install robot-operator robolaunch/robot-operator
```
To uninstall the chart:
```
helm delete robot-operator
```
## Contributing
Please see [this guide](./CONTRIBUTING.md) if you want to contribute.