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.
* [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
* 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
* 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
* [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
* 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
* 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
* 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