Commit Graph
22 Commits
Author SHA1 Message Date
Javier J. Salmerón-García ac2519a1a5 [stable/drupal] Add service.port in values.yaml (#9396)
* [stable/drupal] Add service.port in values.yaml

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix readme

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Remove - in template

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-11-20 08:48:39 -08:00
Javier J. Salmerón-García a78f0fb6ec [stable/drupal] Add apache exporter (#8838)
* [stable/drupal] Add apache exporter

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* [stable/drupal] Add podAnnotations

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* [stable/drupal] Add podAnnotations

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-10-31 03:43:18 -07:00
Carlos Rodríguez Hernández db71ce22aa [stable/drupal] Add global registry option (#8470)
* [stable/drupal] Add global registry option

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Update deps

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-16 02:26:45 -07:00
Juan Ariza Toledano e17e0ac0e4 [stable/drupal] Simplify ingress configuration for cert-manager (#8352)
* Fix typo

Signed-off-by: juan131 <juan@bitnami.com>

* [stable/redmine] Simplify drupal configuration for cert-manager

Signed-off-by: juan131 <juan@bitnami.com>

* Fix typo

Signed-off-by: juan131 <juan@bitnami.com>

* Add 'drupal.chart' macro

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-11 06:06:32 -07:00
Carlos Rodríguez Hernández fa3aeaaaf6 [stable/drupal] Add kubeapps text to charts READMEs (#8216)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-05 05:19:22 -07:00
Javier J. Salmerón-García 6b518cef45 [stable/drupal] Fix chart not being upgradable (#7825)
* [stable/drupal] Fix chart not being upgradable

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Add readme

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-09-20 01:08:04 -07:00
Juan Ariza Toledano cf74229a9b Add new parameter to configure Drupal Installation Profile (#6681) 2018-07-17 07:44:39 -07:00
Javier J. Salmerón-García f92372f4ea [stable/drupal] Set dependencies to the latest version (#6041)
* [stable/drupal] Set dependencies to the latest version

* Fix rootUser
2018-06-12 01:31:26 -07:00
Tomas Pizarro 3bc3476d81 [stable/drupal] Refactor image property and start using rolling tag (#4671) 2018-04-04 02:38:07 -07:00
Carlos Rodríguez Hernández a586de0042 [stable/drupal] Fix some typos (#4231)
* [stable/ghost] Fix some typos

* [stable/drupal] Fix some typos

* Revert "[stable/ghost] Fix some typos"

This reverts commit fe3bc14a3e.

* Update README.md

Another typo (replace tables by table)

* Update Chart.yaml

Bump version

* Update README.md

Implement @sameersbn suggestions
2018-03-20 02:59:00 -07:00
Kai Chen e03a286a68 drupal: Small fixes in README (#4266)
* drupal: Small fixes in README

* Bump up the chart version
2018-03-19 03:02:58 -07:00
tompizmor 78cc1e1d79 [stable/drupal] allow use of external database (#2817)
* Allow Drupal helm chart to use an existing database

* Do not deploy mariadb chart if using external database

* Add new properties to README

* Refactor properties to configure an external database

* Update dependencies
2017-12-08 17:33:04 +00:00
Adnan Abdulhussein 3850b04734 [stable/drupal] Release 0.9.0 (#1449)
* drupal: update to `bitnami/drupal:8.3.4-r0`

* Allow extra environment variables to pass to the Drupal container

Bump chart version

* Make liveness and readiness probes configurable

MINOR version bump for new functionality

Bump version again

* update app version
2017-07-21 13:54:07 -07:00
Scott Rigby 9cef5f8878 [stable/drupal] Allow non-bitnami image Drupal data and Apache configuration volume paths (#1232)
* Specify Drupal data and Apache configuration volume mount paths

* Simplify README changes

* Bump stable/drupal minor version for new feature

* Allow not mounting Apache configs, if value volumeMounts.apache.mountPath is set to empty string

* Don't create the Apache PVC if mountPath is null
2017-06-29 12:41:12 +01:00
Scott Rigby 163eca9eff [stable/drupal] PV hostPath (#1057)
* Existing PVC support for stable/drupal

* Move ExistingClaim value below drupal, because it only applies to Drupal PVC

* Rename existingClaim to match chart case format

* drupal-data volume hostPath template

* drupal.persistence.hostPath default nil value comments

* hostPath deployment option

* hostPath README documentation

* Simplify hostpath PVC name (was redundant NAME-drupal-drupal-hostpath)

* Fix existingClaim case on hostPath additions

* Chart stable/drupal minor version bump for new hostPath feature

* Reuse PVC template

* Roll back deployment PVC name change, since we now re-use existing PVC template

* Add hostPath system compatibility and mounting steps to README

* Update README with minikube mount option
2017-06-14 10:01:40 +02:00
Scott Rigby 210af58435 [stable/drupal] Private image registry support with imagePullSecrets (#1231)
* Allow configuring image pull secrets on the deployed pods

* Add default values file entry for image pull secrets

* Update README for image pull secrets

* Better README header organization
2017-06-08 09:38:01 -07:00
Scott Rigby bf2c89f2e3 Existing PVC support for stable/drupal (#1084)
* Existing PVC support for stable/drupal

* Fixes default syntax

* Move ExistingClaim value below drupal, because it only applies to Drupal PVC

* Rename existingClaim to match chart case format

* Bump stable/drupal chart minor version

* Update Chart.yaml

- set `bitnami-bot` as maintainer name
- add appVersion
2017-06-02 10:20:50 +02:00
Scott Rigby 47786d3038 Adds stable/drupal ingress support (#813)
* Add Drupal chart ingress

* Bump stable/drupal minor version for new ingress feature

* stable/drupal Ingress template

* Change NOTES to only print hostname if a hostname is set (ingress can be set without it)

* Comment out Values.ingress.hostname by default

* Fix indentation

* Fix indentation on comments. Note we should clea up the wordpress chart, as this indentation problem came from there initially

* Add ingress.annotations to README table

* Fix markdown table spacing. Not a bug, but for consistency sake
2017-04-12 11:25:54 -07:00
Adnan Abdulhussein 2da00e9487 Drupal updates (0.4.0) (#368)
* drupal: add alpha and beta storageclass annotation support

* drupal: use random password if not specified

* drupal: update MariaDB dep

* drupal: explicitly set imagePullPolicy

* drupal: increase resource name truncation and trim '-' suffix

* drupal: use built-in toYaml helper
2017-01-09 20:38:11 -08:00
Adnan Abdulhussein 4950785264 Use requirements.yaml to define dependencies (#136)
* Use requirements.yaml to define dependencies

Updates incubator/patroni, stable/redmine, stable/wordpress,
and stable/drupal to vendor dependencies using Helm's built-in
dependency management.

* bump patroni version

* remove vendored dependencies

* Add chart tarballs to gitignore

* ci: update scripts to fetch dependencies

* patroni: fix reference to namespace
2016-10-21 18:01:48 -07:00
Adnan Abdulhussein c7d1bff059 docs(*): update READMEs to reference chart repos (#119)
* docs(*): update READMEs to reference chart repos

* Rebase
2016-10-18 08:52:06 -07:00
Vic Iglesias d745f4879e Move first batch of PVC charts to stable 2016-09-26 14:46:49 -07:00