Commit Graph
47 Commits
Author SHA1 Message Date
Carlos Rodríguez Hernández 6288ed8f1d [stable/wordpress] Add global 'imagePullSecrets' to overwrite any other existing one (#12092)
* [stable/wordpress] Add global 'imagePullSecrets' to overwrite any other existing one

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

* Fix typo and document variable

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

* Fix typo in helpers

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2019-03-12 04:37:13 -07:00
Javier J. Salmerón-García 15b8ea9aa5 [stable/wordpress] Allow setting custom sidecar containers (#11893)
* [stable/wordpress] Allow setting custom sidecar containers

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

* Add extraPorts

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

* Change readme section

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-03-04 04:02:33 -08:00
Carlos Rodríguez Hernández 832df6f20c [stable/wordpress] Add apiVersion in Chart.yaml and add test info to README.md (#11788)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2019-02-27 09:22:53 -08:00
davidhjelm c286d3d946 Replace Prestashop with Wordpress in README (#11317)
Signed-off-by: David Hjelm <davidhjelm@fastmail.com>
2019-02-11 01:10:32 -08:00
Javier J. Salmerón-García 619a86b346 [stable/wordpress] Enable configuration of AllowOverride (#11155)
* [stable/wordpress] Enable configuration of AllowOverride

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

* Add custom htaccess cm

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

* Add helper

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

* Update allowOverride values

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-02-06 07:45:58 -08:00
Javier J. Salmerón-García 3b169822ff [stable/wordpress] Update readme instructions for using nfs (#10929)
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-01-28 00:59:42 -08:00
Carlos Rodríguez Hernández 842942bbb2 [stable/wordpress] Document the correct format for pullSecrets in README (#10642)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2019-01-15 05:30:28 -08:00
clalbus c5d0a35dda [stable/wordpress] Add service annotations (#10498)
* [stable/wordpress] Add service annotations

Signed-off-by: Andrejs Volkovs <clalbus@gmail.com>

* [stable/wordpress] Bump version to 5.1.0

Signed-off-by: Andrejs Volkovs <clalbus@gmail.com>

* [stable/wordpress] Initialize service annotations in prod values

Signed-off-by: Andrejs Volkovs <clalbus@gmail.com>
2019-01-10 01:39:21 -08:00
Tomas Pizarro 172708d11b [stable/wordpress] Fix syntax error when ingress is enabled (#10432)
* [stable/wordpress] Fix syntax error when ingress is enabled

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Update README

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Delete testing values from values.yaml

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Fix wrong values

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Fix wrong values

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Undo app label change to avoid breaking upgrades

Signed-off-by: tompizmor <tompizmor@gmail.com>
2019-01-08 07:25:11 -08:00
Jared Reisinger d2cd36b0c4 Expose livenessProbe and readinessProbe headers to consumer (in stable/wordpress) (#9390)
* Expose livenessProbe and readinessProbe headers to consumer

**Problem:** Despite docs that say otherwise, Kubernetes treats a 302 HTTP response as "failed" in liveness and readiness probes.  When using ingress-terminated HTTPS, it is common for HTTP requests to WordPress to result in 302-redirects to the HTTPS equivalent.  As a result, the container is considered unhealthy/unready.

**Solution:** Expose the `httpHeaders` property of the `httpGet` in the probe definition so that consumers can, for example, pass the `X-Forwarded-Proto: https` header to prevent the 302 and instead get a 200 response status.  The headers are exposed as optional `livenessProbeHeaders` and `readinessProbeHeaders` arrays, and only included in the deployment definition when defined.

* Update `deployment.yaml` to include optional headers.
* Update `values.yaml` and `values-production.yaml` with commented-out examples.
* Update `README.md` with configuration options, and a more detailed explanation in the Ingress section.
* Update `Chart.yaml` version number from `3.3.0` to `3.3.1`.

Signed-off-by: Jared Reisinger <jaredreisinger@hotmail.com>

* bump version

Signed-off-by: Jared Reisinger <jaredreisinger@hotmail.com>

* bump version

Signed-off-by: Jared Reisinger <jaredreisinger@hotmail.com>
2019-01-06 23:53:51 -08:00
Javier J. Salmerón-García c9e0bf092b [stable/wordpress] Add service.port in values.yaml (#9392)
* [stable/wordpress] Add service.port in values.yaml

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

* Update NOTES.txt

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:17:58 -08:00
Javier J. Salmerón-García 4156dab1df [stable/wordpress] Add apache exporter (#8836)
* [stable/wordpress] Add apache exporter

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

* [stable/wordpress] Add podAnnotations

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

* [stable/wordpress] Add podAnnotations

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-10-31 03:21:19 -07:00
Carlos Rodríguez Hernández 526c8c9ad0 [stable/wordpress] Add global registry option (#8445)
* [stable/wordpress] 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 01:30:08 -07:00
Juan Ariza Toledano cfd0a223ed [stable/wordpress] Simplify ingress configuration for cert-manager (#8335)
* [stable/wordpress] Simplify ingress configuration when for cert-manager

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

* Apply changes on 'values-production.yaml' too

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-10 07:16:48 -07:00
Yaroslav Yakovlev 02a4c0ae60 typo fixed (#8068)
are going are going-> are going

Signed-off-by: Yaroslav Yakovlev <yaroslavya@gmail.com>

updated chart version
2018-10-10 04:02:24 -07:00
Carlos Rodríguez Hernández 72936aff30 [stable/wordpress] Add kubeapps text to charts READMEs (#8193)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-05 04:27:54 -07:00
Javier J. Salmerón-García c2090c49d0 [stable/wordpress] Fix chart not being upgradable (#7831)
* [stable/wordpress] Fix chart not being upgradable

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

* improve markdown highlighting

Signed-off-by: Sameer Naik <sameer@bitnami.com>
2018-09-19 21:55:44 -07:00
Juan Ariza Toledano 2b4040f0b8 [stable/wordpress] Update README.md according to latest changes on values.yaml (#7190) 2018-08-15 01:20:52 -07:00
Sameer Naik c0d54d62d8 set default value of serviceExternalTrafficPolicy to Cluster (#6981)
When set to `Local`, we discovered that on OKE, Oracle's LoadBalancer tries route
to nodes where the Pod isn't running and as a result it doesn't work. Change the
default value to `Cluster` seems to be the sane default value we should use.
2018-08-05 07:16:43 -07:00
Chris Atomix 3ef87186a1 [stable/wordpress] Typo fix in README (#6565)
* [stable/wordpress] Typo fix in README

Change `persitence` to `persistence`

* Bump Chart version to 2.1.3
2018-07-10 02:16:25 -07:00
Jeff French 0aff33c74d [stable/wordpress] Add pod tolerations and affinity. (#6406)
* [stable/wordpress] Add pod tolerations and affinity.

* [stable/wordpress] Document tolerations and affinity in README

* [stable/wordpress] Bump chart version

* bump to 2.1.0

* [stable/wordpress] Remove extra blank lines
2018-07-03 09:58:18 -07:00
Will Newby f5f77fd571 Makes WordPress replicas configurable from values (#6362)
* Makes WordPress replicas configurable from values

* MVersion Bump

* Updates to README as requested
2018-06-29 00:34:20 -07:00
Javier J. Salmerón-García ab3b8e7e37 [stable/wordpress] Set dependencies to latest version (#6074)
* [stable/wordpress] Set dependencies to latest version

* Fix test
2018-06-13 08:28:28 -07:00
vtuson 4fbbf97ec7 production configuration (optional) (#5286)
* production configuration (optional)

* improved the command description

* bumped chart version

* addressed sameers comments

* changes suggested in review to make clear that you have to download the values-prod file

* updated readme
2018-05-10 05:19:53 -07:00
vtuson 1ab586c137 support for an existing PVC (#5265) 2018-04-26 07:30:03 -07:00
AdamDang 74abb8330e Typo fix in wordpress/README.md (#4913)
* Update Chart.yaml

Add version for wordpress

* Typo fix in wordpress/README.md

1. to service your wordpress application ->to the service of your wordpress application
2. WordPress Image->WordPress image      keep same format in a table.
3. helm->Helm      It's a proper noun

* Update wordpress/README.md

Update wordpress/README.md
2018-04-13 01:15:59 -07:00
Tomas Pizarro d746db3f89 [stable/wordpress] Refactor image property and start using rolling tag (#4673)
* [stable/wordpress] Refactor image property and start using rolling tag

* Update tests

* Update Chart.yaml
2018-04-04 05:23:08 -07:00
Juan José Martos 0c03843d5a [stable/wordpress] Add wordpressTablePrefix option (#4594)
* Add wordpressTablePrefix option

* Bump version

* Remove default values
2018-04-02 08:36:02 -07:00
Carlos Rodríguez Hernández 63ebae8d80 [stable/wordpress] replace tables by table (#4275)
* Update README.md

Another typo (replace tables by table)

* Update Chart.yaml

Bump version
2018-03-19 04:34:59 -07:00
Carlos Rodríguez Hernández 3818e4e229 [stable/wordpress] Fix some typos (#4208)
* [stable/ghost] Fix some typos

* [stable/wordpress] Fix some typos

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

This reverts commit fe3bc14a3e.
2018-03-16 12:52:42 -07:00
Jon Mosco 946012c898 Enable custom NodePorts for service (#3973)
NodePort changes to pass lint and not set default values

Changes to PR made.  nodePort -> nodePorts and removed line from
README.md
2018-03-13 23:48:33 -07:00
Sameer Naik 4a517122dd [stable/wordpress] removes unused externalDatabase.rootPassword param (#3940)
* [stable/wordpress] removes unused `externalDatabase.rootPassword` param

* [stable/wordpress] set default value of `externalDatabase.password` to empty string

avoid template rendering errors when no password is required

* [stable/wordpress] bump chart version to 0.8.8
2018-03-02 00:19:49 -08:00
Timothy Clarke d0c625bef6 stable/wordpress: Updated externaldb variable names per request 2017-12-11 12:30:06 +00:00
Timothy Clarke b6b26f4381 Testing db connection only when deploying embedded db 2017-12-07 11:42:26 +00:00
Timothy Clarke 29d0f8af1a Externalised db details per request of @prydonius 2017-12-07 11:36:32 +00:00
Timothy Clarke 8ff269616e Made MariaDB Optional, Also added optional uri path 2017-12-06 10:31:20 +00:00
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