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
- Host: GitHub
- URL: https://github.com/labs64/labs64.io-helm-charts
- Owner: Labs64
- License: lgpl-3.0
- Created: 2025-06-03T05:29:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-10T05:48:50.000Z (4 months ago)
- Last Synced: 2026-02-10T10:51:06.435Z (4 months ago)
- Topics: charts, ecosystem, helm, helm-charts, kubernetes, labs64-io
- Language: Just
- Homepage: https://labs64.io
- Size: 464 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Labs64.IO :: Helm Charts
[](https://artifacthub.io/packages/search?repo=labs64io-helm-charts)
[](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
[](https://www.star-history.com/#Labs64/labs64.io-helm-charts&Date)