https://github.com/parcellab/charts
parcelLab Helm Charts
https://github.com/parcellab/charts
team-infrastructure
Last synced: 9 months 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: 2025-03-10T07:05:34.000Z (10 months ago)
- Last Synced: 2025-03-10T08:22:23.373Z (10 months ago)
- Topics: team-infrastructure
- Language: Mustache
- Homepage:
- Size: 965 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
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/).