Commit Graph
15 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
Guang Ya Liu 0d1b16e7e5 [stable/wordpress] Use storageClassName for wordpress. (#2038) 2017-09-10 10:57:23 -05: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
William Denniss ee75d502f2 wordpress: Added mariadb connection test to wordpress chart. (#1156)
* Added mariadb connection test to wordpress chart.

* bump chart version
2017-06-28 10:16:24 +01:00
Bitnami Bot 6c281d4b1c [stable/wordpress] Release 0.6.3 (#1187)
* wordpress: update to `bitnami/wordpress:4.7.5-r3`

* wordpress: bump chart version to `0.6.3`

* wordpress: fix probes to properly query pod health

* Rename MARIADB_PORT to MARIADB_PORT_NUMBER
2017-06-06 17:24:29 -07:00
Bruno f8102d476d [stable/wordpress] Use subPath mounts to comply with docker image (#1053)
* Use subPath mounts to comply with docker image volumes

* bump chart version
2017-05-10 11:11:49 -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
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
Sameer Naik 58b7308361 apply standard metadata labels to PVC's 2016-12-06 08:57:38 +05:30
Sameer Naik 7d3287e814 specify namespace in kubectl get svc commands in NOTES.txt 2016-12-06 08:57:38 +05:30
Adnan Abdulhussein 0c7a69cfc1 Reduce pod template labels to minimum (#118)
The pod template labels are used as selectors for the deployment, so
they should be the minimal required to uniquely select the
ReplicaSets/Pods. See https://github.com/kubernetes/helm/issues/1390 for
more info about this change.
2016-10-18 15:22:24 -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