* [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>
* [stable/wordpress] fix required string value being parsed as bool
Reverts #7101 which breaks ensuring the allowEmptyPassword is always a
string of value "yes" or "no".
* keep allowEmptyPassword Helm value as a boolean
* [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
* Preserving Client Source IP
* Fix Typo
* Bumping Chart version
* Quoting nodePort value
* Quoting nodePort value
* Adding new value on right position within values.yaml
* [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
* wordpress ingress: always delegate to service's HTTP (rather than HTTPS) port
since any SSL connections will terminate at the ingress.
* wordpress: version bumped for CircleCI
* 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
* 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
* 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
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.