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

https://github.com/labs64/labs64.io-helm-charts

Helm Charts for Labs64.IO projects
https://github.com/labs64/labs64.io-helm-charts

charts ecosystem helm helm-charts kubernetes labs64-io

Last synced: 3 months ago
JSON representation

Helm Charts for Labs64.IO projects

Awesome Lists containing this project

README

          

# Labs64.IO :: Helm Charts

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/labs64io-helm-charts)](https://artifacthub.io/packages/search?repo=labs64io-helm-charts)
[![📖 Documentation](https://img.shields.io/badge/📖-Documentation-AB6543.svg)](https://github.com/Labs64/labs64.io-docs)

## 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 properly set up, add the repository as follows:
```
helm repo add https://labs64.github.io/labs64.io-helm-charts
```

If you have already added this repository, run the following command to retrieve the latest versions of the packages:
```
helm repo update
```

To list the available chart versions:
```
helm search repo
```

To view default chart values:
```
helm show values /
```

To install the chart:
```
helm upgrade --install my- /
```

To uninstall the chart:
```
helm uninstall my-
```

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=Labs64/labs64.io-helm-charts&type=Date)](https://www.star-history.com/#Labs64/labs64.io-helm-charts&Date)