An open API service indexing awesome lists of open source software.

https://github.com/massdriver-cloud/helm-charts


https://github.com/massdriver-cloud/helm-charts

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Massdriver Helm Charts

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/massdriver)](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.