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