* [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>
* [bitnami/*] Adds support for network policy in testlink
* [bitnami/wordpress] Adds support for network policy to wordpress chart
* Update bitnami/testlink/values.yaml
Co-authored-by: Pablo Galego <pablogalegocarro@gmail.com>
* Update bitnami/testlink/values.yaml
Co-authored-by: Pablo Galego <pablogalegocarro@gmail.com>
Co-authored-by: Pablo Galego <pablogalegocarro@gmail.com>
* [bitnami/several] Change pullPolicy for bitnami-shell image
* Add rolling tag check in the NOTES.txt
* Fix non-standard names
* Use macro when defined
* Update Chart.yaml
* Fix typo
* 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
* Added Custom post-init scripts configmap to wordpress helm chart
* Corrected variable name in example
* Bump wordpress chart version
* Remove empty spaces
* Add newline at the end of values.yaml
* Bumped minor chart version
* Added more explicit empty map as default value to customPostInitScripts
* Added same default values to values-production.yaml
* Shortened configmap name and swapped templating function that populates data field
* Added newline at the end of values.production.yaml
* Update values-production.yaml
Co-authored-by: Bogdan Peste <Bogdan.Peste@ibm.com>
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
* 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>
* [bitnami/wordpress] Make main/default path configurable
This is needed to support ALB ingress controllers since ALB paths are exact matches (so wildcards are needed)
* [bitnami/wordpress] Bump version to 9.6.10