Commit Graph

37 Commits

Author SHA1 Message Date
Gilberto Mautner
2f460d1277 [bitnami/wordpress] add terminationGracePeriodSeconds (#15993)
Signed-off-by: gmautner <gilberto.mautner@locaweb.com.br>
Signed-off-by: corico44 <42420333+corico44@users.noreply.github.com>
Co-authored-by: corico44 <42420333+corico44@users.noreply.github.com>
2023-04-14 11:25:28 +02:00
Orgad Shaneh
94b2857292 [bitnami/wordpress] Use custom probes if given (#12569)
Without this change, in order to use a custom probe, the user has to
specify the probe parameters, and also must specify for the original
probe "enabled: false".

Issue: #12354
Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com>

Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com>
2022-09-19 14:16:04 +00:00
Javier J. Salmerón-García
c6159c9f87 [bitnami/wordpress] Allow overriding persisted database settings (#9791)
* [bitnami/wordpress]  Allow overriding persisted database settings

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

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* [bitnami/wordpress] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-04-18 14:07:10 +02:00
Juan José Martos
55e72ee5eb [bitnami/wordpress] Remove wordpressAutoUpdateLevel parameter in the WordPress chart (#9754)
* Remove wordpressAutoUpdateLevel parameter in the WordPress charts

Signed-off-by: Jota Martos <jotamartos@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* apply suggestions

Signed-off-by: Jota Martos <jotamartos@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* [bitnami/wordpress] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Jota Martos <jotamartos@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-04-12 20:52:28 +02:00
mchobbel
586e9f8e06 [bitnami/wordpress] Let the chown command affect parent-directory /bitnami/wordpress (#9232)
* Let the chown command  affect parent-directory /bitnami/wordpress

Signed-off-by: Michiel Hobbelman <michiel@hobbelman.net>

* [bitnami/wordpress] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-03-01 12:41:23 +01:00
Miguel Ruiz
4911e81183 [bitnami/wordpress] Add flag -r to xargs to avoid failure on empty input (#9123)
* [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>
2022-02-21 17:01:39 +01:00
Juan Ariza Toledano
73a591316b [bitnami/wordpress] Chart standardized (#8673)
* [bitnami/wordpress] Chart standardized

Signed-off-by: juan131 <juanariza@vmware.com>

* Update deps + requested changes

Signed-off-by: juan131 <juanariza@vmware.com>

* [bitnami/wordpress] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-01-19 19:54:22 +01:00
Julien Francoz
49e1313be9 enable templating of startupProbe (#8659)
Signed-off-by: Julien Francoz <julien@les-tilleuls.coop>
2022-01-14 09:47:22 +01:00
Carlos Rodríguez Hernández
8cad18aed9 [bitnami/several] Adapt templating format (#8562)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-01-05 18:10:31 +01:00
Aju Tamang
ccb5f8f269 [bitnami/wordpress] Add startup probe on wordpress helm chart (#8520)
* 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>
2021-12-31 17:29:23 +01:00
Josh Miller
7499dcf3c9 [bitnami/wordpress] Update Liveness / Readiness Probes to use Wordpress Scheme (#7487)
* 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
2021-09-17 08:45:14 +02:00
Manu Miu
19c729c3ef [bitnami/wordpress] Add "extraContainerPorts" parameter (#7193)
* [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
2021-08-12 12:29:54 +02:00
Miguel Ruiz
fd812430e0 [bitnami/wordpress] Set APACHE_HTTP_PORT_NUMBER (#7131)
* [bitnami/wordpress] Set APACHE_HTTPS_PORT_NUMBER and APACHE_HTTP_PORT_NUMBER

* Fix typo
2021-08-05 08:23:15 +02:00
Carlos Rodríguez Hernández
f1344b0361 [bitnami/several] Add diagnostic mode (#7012)
* 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
2021-07-27 13:10:01 +02:00
Moritz Horstmann
a05c4b9f86 [bitnami/wordpress] Fix custom htaccess configmap mount path (#6561)
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
2021-06-07 10:06:24 +02:00
Marcos Bjoerkelund
9c53e015fd [bitnami/wordpress] MAJOR: WordPress image refactor (#6261)
* [major] WordPress image refactor

* fix multisite property name

* add clarification

* Use nip.io redirection

* Update bitnami/wordpress/templates/deployment.yaml

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* add array support for wordpressPlugins

* [bitnami/wordpress] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-05-06 19:09:19 +02:00
Juan Ariza Toledano
0b05bddfad [bitnami/wordpress] Add support for custom httpd.conf file (#6244)
* [bitnami/wordpress] Add support for custom httpd.conf file

Signed-off-by: juan131 <juanariza@vmware.com>

* Reword parameters description

Signed-off-by: juan131 <juanariza@vmware.com>
2021-05-03 12:17:39 +02:00
Miguel Ángel Cabrera Miñagorri
f0a53eb330 [bitnami/wordpress] Fix AllowOverrideNone logic (#6236)
* [bitnami/wordpress] Fix allowOverrideNone logic

Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>

* Bump chart version
2021-04-28 10:34:49 +02:00
Juan Ariza Toledano
a4b879b8b9 [bitnami/wordpress] Provide support for using external cache server (#6053) 2021-04-12 10:04:44 +02:00
Juan Ariza Toledano
e89085368f [bitnami/wordpress] Values to follow 'readmenator' format (#6033) 2021-04-07 18:46:07 +02:00
alvneiayu
ce05eb61dd [bitnami/wordpress] Respect deployment's strategy in case replicaCount is not present (#5979) 2021-04-01 11:14:01 +02:00
Juan Ariza Toledano
145f5c2a81 [bitnami/wordpress] Add support to deploy Memcached for caching database queries (#5849) 2021-03-22 15:06:01 +01:00
Javier J. Salmerón-García
4238f6610d [bitnami/wordpress] Add hostAliases (#5320) 2021-01-29 10:12:01 +01:00
Carlos Rodríguez Hernández
28e401cafa [bitnami/wordpress] Allow post-init scripts out of the box (#5233)
* [bitnami/wordpress] Allow post-init scripts out of the box

* Update Chart.yaml
2021-01-26 10:01:33 +01:00
Miguel Ruiz
ba3380ed96 [bitnami/wordpress] Add volumePermissions container (#4861)
* [bitnami/wordpress] Add volumePermissions container

* [bitnami/wordpress] Add volumePermissions container

* [bitnami/wordpress] Version bump

* Use common library for volumePermissions.image helper

* Fix values.yml linting

* Wordpress version bump

* Add volumePermissions container resources limit/requests

* Additional conditions for volumePermissions initContainer

* [bitnami/wordpress] Version bump
2021-01-11 11:18:11 +01:00
Javier J. Salmerón-García
6f69ecf5db [bitnami/wordpress] Add service account support (#4582) 2020-12-14 10:09:47 +01:00
Juan Ariza Toledano
1e9550c201 [bitnami/wordpress] New major version (#3850) 2020-11-18 17:47:51 +01:00
Chris Smith
fe17b789ad [bitnami/wordpress] Add podLabels option to WordPress chart (#4053)
* 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>
2020-10-20 08:59:28 +02:00
Fabricio Mariani
75634b3bbd [bitnami/wordpress] Allowing usage of existing secrets for WordPress, MariaDB and SMTP (#3699) 2020-09-23 15:19:30 +02:00
Miguel Ángel Cabrera Miñagorri
0f2713b0ad [bitnami/wordpress] Add extra config content env var (#3470) 2020-08-20 13:21:33 +02:00
Juan Ariza Toledano
ad02e849fc [bitnami/wordpress] Document MaintenanceMode limitation & add missing parameters (#3250)
Signed-off-by: juan131 <juanariza@vmware.com>
Co-authored-by: Marcos Bjoerkelund <marcosbc@users.noreply.github.com>
Credits to: @lwj5
2020-07-28 16:57:56 +02:00
Javier J. Salmerón-García
68684c54db [bitnami/wordpress] Allow custom readiness/liveness probes (#2625)
* [bitnami/wordpress] Allow custom readiness/liveness probes
2020-05-20 13:46:00 +02:00
Daniel Arteaga
84c39b3ffd [bitnami/wordpress] give the posibility of persist .htaccess (#2330)
* give the posibility of persist .htaccess

* add more docs

* [bitnami/wordpress] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-24 15:00:38 +02:00
Kévin Bargoin
02e9131f7a [bitnami/wordpress] Add missing initContainers key (#2326)
* 🐛 add missing initContainers key

* 🚀 bump chart to 9.1.5

* [bitnami/wordpress] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Daniel Arteaga <darteaga@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-16 10:16:27 +02:00
Ibone González Mauraza
56c0cdd9df [bitnami/wordpress] Change in the command of apache-exporter (#2276)
* change in apache-exporter

* [bitnami/wordpress] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-10 10:06:46 +02:00
Vladislav Polyakov
83514e79c0 [bitnami/wordpress]: add initContainers (#2058)
* feat: add initContainers to values.yaml

* feat: add initContainers to deployment tpl

* fix: use 8 spaces nindent

* feat: add initContainers values

* fix: use abstract names

* chore: bump chart version
2020-03-23 16:00:26 +01:00
Carlos Rodríguez Hernández
a0e44f7d6a Move charts from upstreamed folder to bitnami (#2032)
* Move charts from upstreamed folder to bitnami

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

* Remove root .helmignore

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

* Bump charts version

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

* Remove file added by error

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

* Update Chart.yaml
2020-03-11 17:11:37 +01:00