Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yourls/charts
☸️ Helm Charts for YOURLS
https://github.com/yourls/charts
chart charts helm helm-charts k8s kubernetes yourls
Last synced: 3 months ago
JSON representation
☸️ Helm Charts for YOURLS
- Host: GitHub
- URL: https://github.com/yourls/charts
- Owner: YOURLS
- License: mit
- Created: 2019-03-04T20:47:16.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T12:07:24.000Z (3 months ago)
- Last Synced: 2024-10-29T16:26:22.112Z (3 months ago)
- Topics: chart, charts, helm, helm-charts, k8s, kubernetes, yourls
- Language: Mustache
- Homepage: https://yourls.org
- Size: 693 KB
- Stars: 17
- Watchers: 6
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YOURLS using Helm
> The official [Helm](https://helm.sh) charts repository for [YOURLS](https://yourls.org).
[![Build Status](https://github.com/YOURLS/charts/actions/workflows/ci.yml/badge.svg)](https://github.com/YOURLS/charts/actions/workflows/ci.yml)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/yourls)](https://artifacthub.io/packages/search?repo=yourls)
[![Awesome YOURLS](https://img.shields.io/badge/Awesome-YOURLS-C5A3BE)](https://github.com/YOURLS/awesome-yourls)## About
This is the Git repository of the official Helm charts for YOURLS.
| Chart | Version |
|:---------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| `yourls/yourls` | [![Chart Version](https://img.shields.io/badge/dynamic/json?label=yourls&query=version&url=https%3A%2F%2Fartifacthub.io%2Fapi%2Fv1%2Fpackages%2Fhelm%2Fyourls%2Fyourls)](https://artifacthub.io/packages/helm/yourls/yourls) |## Usage
1. **Install Helm**
Get the latest [Helm release](https://helm.sh/docs/intro/install/).2. **Add YOURLS Helm Chart repository**
```sh
helm repo add yourls https://charts.yourls.org/
helm repo update
```3. **Install a chart**
See docs on your preferred sources:
* [Charts docs on Artifact Hub](https://artifacthub.io/packages/search?org=yourls)
* [Charts respective READMEs](charts)
* [Charts discovery](https://helm.sh/docs/helm/helm_search/)
```sh
helm search yourls
```## License
This project is licensed under [MIT License](LICENSE).