Commit Graph
11 Commits
Author SHA1 Message Date
Michael Venezia 46f37b7f43 Adjusting ingress record to better support TLS (#2484)
* Adjusting ingress record to better support TLS

* Adjusting indentation per linting

* Adjusting indentation per linting - including stuff not part of original PR

* Adjusting indentation per linting - including stuff not part of original PR

* Bumping to 0.7.0 because ingress change _is_ added functionality but backward compatible

* Documenting option in README.md

* Refactored ingress section, chart is compatible with older chart's ingress section

* Updating values.yaml per linting

* correcting hostnames -> hosts

* $ is available everywhere

* Fixing indentation, allowing certificates to be b64 encoded

* Fixing english

* Updating documentation to give more information about ingress, TLS and TLS secrets

* Fixing typos

* Fixing typos / wording

* fixing capitalizations
2017-10-24 11:16:18 +01:00
hchenxa 9d29ffdc4d [stable/wordpress]#1899 add nodeSelector for wordpress (#2191) 2017-09-27 21:52:01 +02:00
Bruno 0d485610e6 [stable/wordpress] Add option to use HTTPS for readiness and liveliness (#1475)
* Add boolean for https healthchecks

* Remove unused DB Password secret

* Bump chart version

* [stable/wordpress] Bump chart not appVersion
2017-08-09 22:31:07 -07:00
Bruno e0db20e829 [stable/wordpress] Use only one PVC to prevent zone conflicts (#689)
* Use only one PVC

* Syntax fix & version bump

* [stable/redis] add persistence.existingClaim (#717)

* add persistence.existingClaim to redis

* missed the version

* cleanup templating

* [stable/prometheus] Fixed server ingress annotations (#853)

* Fixed server ingress annotations

* Version bump

* Update GitLab-CE image to release 9.0.0 (#827)

* Update GitLab-CE image to release 9.0.0

* Update dependencies version

* Change username from admin to root

* [stable/drupal] Release 0.4.6 (#831)

* drupal: update to `bitnami/drupal:8.2.7-r1`

* drupal: bump chart version to `0.4.6`

* Add OWNERS file, Fix #753 (#792)

* [stable/testlink] Release 0.4.6 (#851)

* testlink: update to `bitnami/testlink:1.9.16-r3`

* testlink: bump chart version to `0.4.6`

* [stable/mariadb] Release 0.5.14 (#830)

* mariadb: update to `bitnami/mariadb:10.1.22-r1`

* mariadb: bump chart version to `0.5.14`

* Updated Artifactory version to 5.1.0 (#725)

* Upgraded artifactory version to 4.16.0

* changes as per suggestion

* [stable/wordpress] Release 0.5.2 (#850)

* wordpress: update to `bitnami/wordpress:4.7.3-r2`

* wordpress: bump chart version to `0.5.2`

* [stable/owncloud] Release 0.4.6 (#848)

* owncloud: update to `bitnami/owncloud:9.1.4-r2`

* owncloud: bump chart version to `0.4.6`

* [stable/odoo] Release 0.4.4 (#842)

* odoo: update to `bitnami/odoo:10.0.20170317-r1`

* odoo: bump chart version to `0.4.4`

* [stable/moodle] Release 0.1.3 (#846)

* moodle: update to `bitnami/moodle:3.2.1-r4`

* moodle: updated chart requirements

* moodle: bump chart version to `0.1.3`

* moodle: update to `bitnami/moodle:3.2.2-r0`
2017-04-05 10:56:42 -07:00
Jorge Bianquetti ad5a4a0f73 [stable/wordpress] Allow helm chart to receive an existing database or create it by itself Open, HighAll Users (#773)
* Allow to the Wordpress helm chart to receive an existing database or create it by itself

* Allow to the Wordpress helm chart to receive an existing database or create it by itself

* added links to documentation for new env vars

* added changes with compatibility threats for  0.4.x chart series.  Bumping to 0.5.0

* added defaults for many values and fixes typos

* added defaults for many values and fixes typos

* fix typo

* cosmetic revision

* updated dependency on mariadb chart 0.5.10

* environment vars clean up

* Readme reformatting

* added changes with compatibility threats for  0.4.x chart series.  Bumping to 0.5.0

* added defaults for many values and fixes typos

* fix typo

* Allow to the Wordpress helm chart to receive an existing database or create it by itself

* added defaults for many values and fixes typos

* fix typo

* fixing default value in README for AllowEmptyPassword
2017-03-15 09:40:13 +00:00
Michael Goodness 671108ad88 Added ingress support stable/wordpress (#607)
* Added ingress support

* Added annotations support

* Change the if order

* Changing the message

* Added TLS config
2017-02-10 15:05:37 -08:00
Sameer Naik 3ddd4d64d5 wordpress: readme fixes (#420) 2017-01-19 11:06:28 -08:00
Adnan Abdulhussein bcc323d57d WordPress updates (0.4.0) (#367)
* wordpress: add alpha and beta storageclass annotation support

* wordpress: use random password if not specified

* wordpress: update MariaDB dep

* wordpress: explicitly set imagePullPolicy

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

* wordpress: improve storageclass readme description

* wordpress: use built-in toYaml helper
2017-01-09 20:38:23 -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
Miguel Ángel Martínez Triviño 9ba70e5946 [New Chart] WordPress (#80)
Notes.txt tweaks
Resource limiting
Upgrade MariaDB
2016-09-27 10:13:23 -07:00