Commit Graph
43 Commits
Author SHA1 Message Date
Miguel Ángel Cabrera MiñagorriandGitHub ae7e0dd6a6 [bitnami/wordpress] Use the dependency fullname template (#7472)
* [bitnami/wordpress] Use the dependency fullname template

* Delete unnedeed line

* Update airflow dependencies fullnames

* Update argo-cd dependencies fullnames

* Update Chart.lock

* Fix redis service name

* Bump wordpress version
2021-09-23 10:37:00 +02:00
Josh MillerandGitHub 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 MiuandGitHub 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 RuizandGitHub 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
gaurav517andGitHub f0a86da5c3 fix flag for wp-config.php permission change (#7136) 2021-08-04 11:26:31 +02:00
Javier J. Salmerón-GarcíaandGitHub 8060430325 [bitnami/wordpress,kibana,kubeapps] Remove test yaml files (#7080)
* [bitnami/wordpress,kibana] Remove test yaml files

* add kubeapps
2021-07-28 17:49:12 +02:00
Carlos Rodríguez HernándezandGitHub 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
Miguel RuizandGitHub 4ce9655478 [bitnami/wordpress] Add support for ingressClassName (#6848) 2021-07-06 09:02:45 +02:00
Moritz HorstmannandGitHub 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
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 ToledanoandGitHub 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ñagorriandGitHub 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 ToledanoandGitHub a4b879b8b9 [bitnami/wordpress] Provide support for using external cache server (#6053) 2021-04-12 10:04:44 +02:00
Juan Ariza ToledanoandGitHub e89085368f [bitnami/wordpress] Values to follow 'readmenator' format (#6033) 2021-04-07 18:46:07 +02:00
alvneiayuandGitHub ce05eb61dd [bitnami/wordpress] Respect deployment's strategy in case replicaCount is not present (#5979) 2021-04-01 11:14:01 +02:00
Juan Ariza ToledanoandGitHub 145f5c2a81 [bitnami/wordpress] Add support to deploy Memcached for caching database queries (#5849) 2021-03-22 15:06:01 +01:00
Alejandro MorenoandGitHub 2691794874 Use mariadb.auth.existingSecret (#5785) 2021-03-15 13:43:18 +01:00
Javier J. Salmerón-GarcíaandGitHub 4238f6610d [bitnami/wordpress] Add hostAliases (#5320) 2021-01-29 10:12:01 +01:00
Carlos Rodríguez HernándezandGitHub 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
Alejandro MorenoandGitHub 2db161bfc2 [bitnami/wordpress] Fix issue with wildcard domains (#5082)
* Fix issue with wildcard domains

* Quick fix

* Add CI test

* Fix test
2021-01-19 10:24:18 +01:00
黃健毅andGitHub 9bc7515bf0 [bitnami/wordpress] Add support for SANs on certs (#4953)
* Add support for SANs on certs

* Bump chart version

* Use extraHosts instead

* Remove `alternativeHostNames`
2021-01-13 10:34:30 +01:00
Miguel RuizandGitHub 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
2d3be4e547 [bitnami/wordpress] support custom datasource for PVC (#4879)
* Add dataSource customization

* Bump version

* Fix typo

* Update bitnami/wordpress/README.md

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

Co-authored-by: chris13524 <chris@smith.xyz>
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
2021-01-05 12:38:52 +01:00
Javier J. Salmerón-GarcíaandGitHub c0bc2cb6e5 [bitnami/wordpress] Make Ingress rules compatible with Kubernetes 1.20 (#4860)
* [bitnami/wordpress] Update ingress rules

* update common
2020-12-30 15:42:49 +01:00
Alejandro MorenoandGitHub f80074c6b7 [bitnami/wordpress] Fix issue with wildcard ingress hosts (#4844)
* Fix issue with wildcard ingress hosts

* Use the quote function
2020-12-30 11:10:04 +01:00
Javier J. Salmerón-GarcíaandGitHub 6f69ecf5db [bitnami/wordpress] Add service account support (#4582) 2020-12-14 10:09:47 +01:00
8be9196b15 [bitnami/wordpress] - Add back previously removed _helper functions to unbreak post-init configmap (#4487)
* bitnami/wordpress - add back 2 previosuly removed helper functions to unbreak postinit configmap

* bump chart version

* bump chart version .

* Revert "bitnami/wordpress - add back 2 previosuly removed helper functions to unbreak postinit configmap"

This reverts commit e0c5f6f76ff7c55f992a964187cc0e1706d38912.

* Swapped helper functions for fullname and tplvalues

Co-authored-by: Bogdan Peste <Bogdan.Peste@ibm.com>
2020-12-01 16:43:14 +01:00
Francisco de Paz GalánandGitHub 4f5fa7a09c [bitnami/*] Fix externaldb secret name (#4461)
* [bitnami/*] Fix externaldb secret name

* Bump minor version
2020-11-24 11:46:05 +01:00
Juan Ariza ToledanoandGitHub 1e9550c201 [bitnami/wordpress] New major version (#3850) 2020-11-18 17:47:51 +01:00
5c938a194f [bitnami/wordpress] Enable using the bitnami/wordpress container custom user post-init.d scripts (#4373)
* 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>
2020-11-18 15:00:03 +01:00
c730908fcb [bitnami/wordpress] Make it possible to add arbitrary path objects to main vhost (#4133)
* [bitnami/wordpress] Allow additional arbitrary path objects

* [bitnami/wordpress] Bump version to 9.9.0

Co-authored-by: Andrés Bono <andresbono@vmware.com>
2020-10-30 09:14:52 +01:00
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
Eric HerotandGitHub 7a6028fba1 [bitnami/wordpress] Make primary path configurable (#4044)
* [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
2020-10-19 09:42:42 +02:00
Carlos Rodríguez HernándezandGitHub 7f4d76409c [bitnami/wordpress] Fix template issue when using certs (#3891) 2020-10-05 10:25:07 +02:00
Fabricio MarianiandGitHub 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ñagorriandGitHub 0f2713b0ad [bitnami/wordpress] Add extra config content env var (#3470) 2020-08-20 13:21:33 +02:00
Juan Ariza ToledanoandGitHub 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íaandGitHub 68684c54db [bitnami/wordpress] Allow custom readiness/liveness probes (#2625)
* [bitnami/wordpress] Allow custom readiness/liveness probes
2020-05-20 13:46:00 +02:00
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
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
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 PolyakovandGitHub 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ándezandGitHub 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