https://github.com/parcellab/charts
parcelLab Helm Charts
https://github.com/parcellab/charts
team-infrastructure
Last synced: 27 days ago
JSON representation
parcelLab Helm Charts
- Host: GitHub
- URL: https://github.com/parcellab/charts
- Owner: parcelLab
- License: apache-2.0
- Created: 2022-07-11T07:17:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T10:57:57.000Z (about 1 month ago)
- Last Synced: 2026-01-29T02:00:22.730Z (about 1 month ago)
- Topics: team-infrastructure
- Language: Mustache
- Homepage:
- Size: 1.16 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# The parcelLab Library for Kubernetes
[](https://github.com/parcelLab/charts/actions/workflows/json.yaml) [](https://github.com/parcelLab/charts/actions/workflows/pages/pages-build-deployment) [](https://github.com/parcelLab/charts/actions/workflows/test.yaml) [](https://github.com/parcelLab/charts/actions/workflows/yaml.yaml)
Popular applications and helm libraries, provided by parcelLab, ready to launch
on Kubernetes using Helm.
## 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:
```sh
helm repo add parcellab https://charts.parcellab.dev
```
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 parcellab` to see the charts.
To install the `chart-name` chart:
```sh
helm install parcellab/
```
To uninstall the chart:
```sh
helm delete
```
## Development
The helm charts are automatically packaged and pushed via Github actions to
the `gh-pages` as described in the [Helm Guide](https://helm.sh/docs/topics/chart_repository/#github-pages-example)
with the [Chart Releaser Action](https://helm.sh/docs/howto/chart_releaser_action/).