21 lines
426 B
YAML
21 lines
426 B
YAML
|
apiVersion: v2
|
||
|
name: wordpress
|
||
|
description: A Helm chart for Wordpress on Kubernetes
|
||
|
|
||
|
maintainers:
|
||
|
- name: groundhog2k
|
||
|
|
||
|
type: application
|
||
|
|
||
|
# This is the chart version.
|
||
|
version: "0.11.0"
|
||
|
|
||
|
# This is the version number of the application being deployed.
|
||
|
appVersion: "6.5.0-apache"
|
||
|
|
||
|
dependencies:
|
||
|
- name: mariadb
|
||
|
version: "0.3.14"
|
||
|
repository: "https://groundhog2k.github.io/helm-charts"
|
||
|
condition: mariadb.enabled
|