* [bitnami/wordpress] Replace xargs in volumePermissions init-container
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
* Use -r xargs flag
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
* feat: add startup probe config
* feat: add values for startup probe
* feat: update docs for startup changes
* bumped the version
* change: disable startup Probe value
* fix: add the metadata for customStartuProbe
* Update values.yaml
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
* change readiness/liveness probe to match wordpress scheme
* fix conditional around liveness/readiness probe in deployment
* updated Chart.yaml semver to 12.1.14 - removed enabled from livenessProbe / readinessProbe in deployment.yaml
* updating chart to reflect changes suggested by Miguel Ruiz - using common.tplvalues.render to obtain values from the values.yaml file
* [bitnami/wordpress] Add `extraPorts` parameter
Add a separate parameter `extraPorts` to expose custom ports of the
WordPress container.
This is especially useful if a custom image is used.
Furthermore there's already an `extraPorts` parameter for the WordPress
service, so this change completes the current configuration options.
* bump version
* rename `extraPorts` to `extraContainerPorts`
and bump a minor version
* Rebase master
* Fix typo in statefulset
* Include lifecycle in the if statement
* Include metrics container
* Update README
* Rebase master
* Rebase master
* Rebase master
* Add diagnostic mode to etcd
* Add diagnostic mode to fluentd
* Add diagnostic mode to grafana-tempo
* Add diagnostic mode to haproxy
* Rebase master
* Fix values location and README
* Add diagnostic mode to the scaffolding
* Add diagnostic mode to kafka
* Add diagnostic mode to kong
* Fix linter in ejbca
* Add diagnostic mode to logstash
* Add diagnostic mode to mariadb
* Add diagnostic mode to mongodb-sharded
* Fix BITNAMI_DEBUG in galera
* Add diagnostic mode to mysql
* Add diagnostic mode to nats
* Add diagnostic mode to postgresql
* Add diagnostic mode to rabbitmq
* Add diagnostic mode to redis-cluster
* Add diagnostic mode to spark
* Add diagnostic mode to wordpress
* Add diagnostic mode to zookeeper
* Fix/Add BITNAMI_DEBUG in kong, nats, and spark
* Update READMEs
* Unify 'Please be patient...' sentence in NOTES
* Bump galera version
This changes the mountpoint of a specified custom htaccess config map
to /opt/bitnami/apache/conf/vhosts/htaccess, where it is expected by
the docker wordpress image.
Fixes#6553
* Add podLabels option to WordPress chart
* Add podLabels to values-production.yaml and fix spelling error
* Bump minor version number
Co-authored-by: chris13524 <chris@smith.xyz>