https://github.com/joxit/helm-charts
Official Helm Chart Repository for Joxit Applications
https://github.com/joxit/helm-charts
charts docker-registry docker-registry-ui helm helm-charts kubernetes
Last synced: about 1 month ago
JSON representation
Official Helm Chart Repository for Joxit Applications
- Host: GitHub
- URL: https://github.com/joxit/helm-charts
- Owner: Joxit
- License: mit
- Created: 2022-04-15T04:30:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T23:08:24.000Z (over 1 year ago)
- Last Synced: 2025-03-24T10:11:30.522Z (about 2 months ago)
- Topics: charts, docker-registry, docker-registry-ui, helm, helm-charts, kubernetes
- Language: Rust
- Homepage: https://helm.joxit.dev/
- Size: 125 KB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-charts
Official Helm Chart Repository for Joxit's Applications. The Helm repository is located at `https://helm.joxit.dev`.
You can add the Helm repository to you environment with this command line. I will name the Helm repository `joxit` in all my charts.
```
helm repo add joxit https://helm.joxit.dev
```[`helm-docs`](https://github.com/Joxit/helm-charts/tree/main/helm-docs) is a rust project that generate documentation for helm charts based on `values.yaml` file. It can also validate the app versions before a release.
Here is the list of all available charts.
## Docker Registry UI
[Docker Registry UI](https://github.com/Joxit/docker-registry-ui) aims to provide a simple and complete user interface for your private docker registry. You can customize the interface with various options. You can now easily install this project on a Kubernetes cluster thanks to `joxit/docker-registry-ui` Helm Chart.
Useful links for the installation:
- [The full documentation](https://helm.joxit.dev/charts/docker-registry-ui/)
- [Helm Chart source code on GitHub](https://github.com/Joxit/helm-charts/tree/main/charts/docker-registry-ui),
- [Default `values.yaml`](https://github.com/Joxit/helm-charts/tree/main/charts/docker-registry-ui/values.yaml).
- [Artifact HUB package](https://artifacthub.io/packages/helm/joxit/docker-registry-ui)
- [Docker Registry UI Chart changelog](https://github.com/Joxit/helm-charts/releases?q=docker-registry-ui&expanded=true)
- [Docker Registry UI Project changelog](https://github.com/Joxit/docker-registry-ui/releases)