Chart.yaml を更新
This commit is contained in:
26
Chart.yaml
26
Chart.yaml
@@ -1,7 +1,21 @@
|
|||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
name: app-name
|
name: yourls-nginx
|
||||||
description: Here comes an app description
|
description: A Helm chart for YOURLS URL shortener with NGINX
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
appVersion: "0.0.0"
|
appVersion: "1.10.2"
|
||||||
icon: https://upload.wikimedia.org/logo.png
|
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
|
||||||
Reference in New Issue
Block a user