mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
df077379bf
Co-authored-by: Renovate Bot <bot@renovateapp.com>
29 lines
831 B
YAML
29 lines
831 B
YAML
apiVersion: v2
|
|
appVersion: 2.7.1
|
|
description: A self-hosted and PHP-based URL shortener application with CLI and REST interfaces
|
|
name: shlink
|
|
version: 2.2.0
|
|
kubeVersion: ">=1.16.0-0"
|
|
keywords:
|
|
- shlink
|
|
- url-shortener
|
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/shlink
|
|
icon: https://avatars.githubusercontent.com/u/20341790?s=200&v=4
|
|
sources:
|
|
- https://github.com/shlinkio/shlink
|
|
maintainers:
|
|
- name: nicholaswilde
|
|
email: ncwilde43@gmail.com
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.k8s-at-home.com
|
|
version: 3.2.0
|
|
- name: postgresql
|
|
version: 10.4.8
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
- name: mariadb
|
|
version: 9.3.13
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: mariadb.enabled
|