21 lines
445 B
YAML
21 lines
445 B
YAML
apiVersion: v2
|
|
name: yourls-nginx
|
|
description: A Helm chart for YOURLS URL shortener with NGINX
|
|
type: application
|
|
version: 1.0.0
|
|
appVersion: "1.10.2"
|
|
keywords:
|
|
- yourls
|
|
- url-shortener
|
|
- nginx
|
|
- php-fpm
|
|
home: https://yourls.org/
|
|
sources:
|
|
- https://github.com/YOURLS/YOURLS
|
|
maintainers:
|
|
- name: Pieter
|
|
dependencies:
|
|
- name: mysql
|
|
version: "9.x.x"
|
|
repository: "https://charts.bitnami.com/bitnami"
|
|
condition: mysql.enabled |