Chart.yaml を更新
This commit is contained in:
27
Chart.yaml
27
Chart.yaml
@@ -1,7 +1,22 @@
|
|||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
name: app-name
|
name: wordpress-nginx
|
||||||
description: Here comes an app description
|
description: WordPress with Nginx and PHP-FPM on Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
appVersion: "0.0.0"
|
appVersion: "6.8.3"
|
||||||
icon: https://upload.wikimedia.org/logo.png
|
keywords:
|
||||||
|
- wordpress
|
||||||
|
- nginx
|
||||||
|
- php-fpm
|
||||||
|
- cms
|
||||||
|
maintainers:
|
||||||
|
- name: Pieter
|
||||||
|
url: https://git.cafepieters.com/helmchart/repo/
|
||||||
|
home: https://wordpress.org/
|
||||||
|
sources:
|
||||||
|
- https://wordpress.org
|
||||||
|
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Wordpress_Blue_logo.png/250px-Wordpress_Blue_logo.png
|
||||||
|
kubeVersion: ">=1.19.0-0"
|
||||||
|
annotations:
|
||||||
|
category: CMS
|
||||||
|
licenses: Apache-2.0
|
||||||
Reference in New Issue
Block a user