-
Notifications
You must be signed in to change notification settings - Fork 23
/
Chart.yaml
43 lines (43 loc) · 1.09 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: drupal
apiVersion: v2
type: application
version: 1.0.0-beta14
appVersion: 5.3.0
description: Helm Chart for deploying an enterprise-grade Drupal environment.
keywords:
- cms
- drupal
- http
- php
- web
home: http://www.drupal.org/project/drupal
icon: https://bitnami.com/assets/stacks/drupal/img/drupal-stack-220x234.png
sources:
- https://github.com/drupalwxt/helm-drupal
maintainers:
- name: sylus
email: [email protected]
- name: zachomedia
email: [email protected]
engine: gotpl
dependencies:
- name: mysql
version: 9.1.7
repository: https://charts.bitnami.com/bitnami
condition: mysql.enabled
- name: postgresql
version: 11.6.6
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 16.13.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: solr
version: 7.5.1
repository: https://charts.bitnami.com/bitnami
condition: solr.enabled
- name: varnish
version: 0.2.5
repository: https://drupalwxt.github.io/helm-drupal
condition: varnish.enabled