https://github.com/massdriver-cloud/helm-charts
https://github.com/massdriver-cloud/helm-charts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/massdriver-cloud/helm-charts
- Owner: massdriver-cloud
- License: mit
- Created: 2023-01-31T23:48:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T20:39:46.000Z (about 1 year ago)
- Last Synced: 2025-01-23T03:14:11.276Z (5 months ago)
- Language: Smarty
- Homepage: https://massdriver.cloud
- Size: 206 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Massdriver Helm Charts
[](https://artifacthub.io/packages/search?repo=massdriver)
## 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:
```shell
helm repo add massdriver https://massdriver-cloud.github.io/helm-charts
```You can then run `helm search repo massdriver` to see the 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
massdriver` to see the charts.To install the chart:
```shell
helm install my- massdriver/
```To uninstall the chart:
```shell
helm delete my-
```## ArtifactHub
A `gh-pages` branch is managed for publishing helm charts to ArtifactHub.