Carlos Rodríguez Hernández and GitHub
e35c82c6c6
[stable/wordpress] Move chart to distributed bitnami repository ( #21415 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2020-03-11 09:56:25 -07:00
411e85d929
[stable/wordpress] Move WP to non-root ( #21099 )
...
* [stable/wordpress] Move WP to non-root
Signed-off-by: juan131 <juan@bitnami.com >
* [stable/wordpress] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* README fixes and issue with validation
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com >
Co-authored-by: Bitnami Bot <containers-bot@bitnami.com >
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com >
2020-02-28 05:06:39 -08:00
Carlos Rodríguez Hernández and GitHub
80c644ec99
[stable/wordpress] Adapt docs to Helm 3 ( #20681 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2020-02-11 10:01:00 -08:00
Sameer Naik and Kubernetes Prow Robot
b7fe92e77d
[stable/wordpress] allow users to enable/disable the health checks ( #19666 )
...
Signed-off-by: Sameer Naik <sameersbn@vmware.com >
2019-12-19 02:07:57 -08:00
Dennis Webb and Kubernetes Prow Robot
ca3df16336
[stable/wordpress] adds loadBalancerSourceRanges to service ( #19549 )
...
* adds loadBalancerSourceRanges to service
Signed-off-by: Dennis Webb <dennis@bluesentryit.com >
* [stable/kube2iam] adds loadBalancerSourceRanges to values-production.yaml
Signed-off-by: Dennis Webb <dennis@bluesentryit.com >
2019-12-13 06:12:54 -08:00
Sameer Naik and Kubernetes Prow Robot
936ab337b9
[stable/wordpress] bump major version ( #18852 )
...
Helm performs a lookup for the object based on its group (apps), version (v1), and kind (Deployment). Also known as its GroupVersionKind, or GVK. Changing the GVK is considered a compatibility breaker from Kubernetes' point of view, so you cannot "upgrade" those objects to the new GVK in-place. Earlier versions of Helm 3 did not perform the lookup correctly which has since been fixed to match the spec.
In https://github.com/helm/charts/pulls/12642 the `apiVersion` of the deployment resources was updated to `apps/v1` in tune with the api's deprecated, resulting in compatibility breakage.
This major version signifies this change.
Signed-off-by: Sameer Naik <sameersbn@vmware.com >
2019-11-13 09:11:19 -08:00
Juan Ariza Toledano and Kubernetes Prow Robot
bd9b1846cf
[stable/wordpress] Fix custom htaccess ( #18513 )
...
* [stable/wordpress] Fix custom htaccess
Signed-off-by: juan131 <juan@bitnami.com >
* Fix lint error
Signed-off-by: juan131 <juan@bitnami.com >
2019-11-03 23:47:39 -08:00
rjasper-frohraum and Kubernetes Prow Robot
ca89576194
[stable/wordpress] Add extra configuration parameters ( #18421 )
...
* [stable/wordpress] Add extra configuration parameters
This adds the following parameters:
- extraEnv
- extraVolumeMounts
- extraVolumes
Signed-off-by: Rico Jasper <rico.jasper@frohraum.de >
* [stable/wordpress] Bump chart version to 7.6.0
Signed-off-by: Rico Jasper <rico.jasper@frohraum.de >
2019-10-30 09:56:53 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
eed24762e7
[stable/wordpress] Unify and refactor README.md ( #18297 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-10-24 07:08:35 -07:00
Andrés Bono and Kubernetes Prow Robot
609f4ea894
Add liveness/readiness probes config options ( #18159 )
...
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com >
2019-10-23 00:34:12 -07:00
Javier J. Salmerón-García and Kubernetes Prow Robot
6d2338c6d8
[stable/wordpress] Update prerequisites ( #18030 )
...
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com >
2019-10-16 12:59:40 -07:00
Andres Martinez Gotor and Kubernetes Prow Robot
e086544f84
[stable/wordpress] Allow to specify a single hostname ( #17861 )
...
* Allow to specify a single hostname
Signed-off-by: Andres Martinez Gotor <andres@bitnami.com >
* Apply changes to values-production
Signed-off-by: Andres Martinez Gotor <andres@bitnami.com >
2019-10-11 06:33:40 -07:00
Linus Metzler and Kubernetes Prow Robot
3a5713f030
[stable/wordpress] Fix link in README.md ( #17638 )
...
* fix link to annotations overview page
Signed-off-by: Linus Metzler <hi@linusmetzler.me >
* bump patch version
Signed-off-by: Linus Metzler <hi@linusmetzler.me >
* fix link to annotations overview page
Signed-off-by: Linus Metzler <hi@linusmetzler.me >
2019-10-04 00:29:56 -07:00
Rafael Ríos Saavedra and Kubernetes Prow Robot
a042321d1a
Fixes service.type value for production ( #17446 )
...
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com >
2019-09-26 03:13:10 -07:00
Matt Gardner and Kubernetes Prow Robot
b9f1d210df
[stable/wordpress] Parameterized the target port for https ( #16662 )
...
* Parameterized the target port for https
The use case is when you need to go HTTPS -> ELB -> HTTP -> Wordpress.
Bumped chart version.
Updated readme to include service
Includes annotations for httpsTargetPort
Signed-off-by: Matt Gardner <hi@mattgardner.me >
* Updated documentation and added annotations to values.
Signed-off-by: Matt Gardner <hi@mattgardner.com >
* Updated chart version and removed redundant default value
Signed-off-by: Matt Gardner <hi@mattgardner.com >
2019-09-05 00:54:52 -07:00
Miguel Ángel Cabrera Miñagorri and Kubernetes Prow Robot
3479f483ca
[stable/wordpress] Add global StorageClass to wordpress ( #16431 )
...
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
2019-08-20 03:50:11 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
cb15bc1b2f
[stable/wordpress] Add a parameter to specify the scheme to generate application URLs ( #16136 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-08-08 00:31:17 -07:00
Andrés Bono and Kubernetes Prow Robot
667f741b82
[stable/wordpress] Fix metrics image tag in README.md ( #15853 )
...
* [stable/wordpress] Fix metrics image tag in README.md
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com >
* Bump chart version
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com >
2019-07-24 08:50:52 -07:00
Marcos Bjoerkelund and Kubernetes Prow Robot
0e5236eea2
[stable/wordpress] Replace lusotycoon/apache-exporter with bitnami/apache-exporter ( #15758 )
...
* [stable/wordpress] Replace lusotycoon/apache-exporter with bitnami/apache-exporter
Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com >
* fix values files
Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com >
* fix tag
Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com >
* fix apache-exporter image
Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com >
* use minor version
Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com >
2019-07-24 00:12:15 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
cb5781f9fe
[stable/wordpress] Implement again "Standardize 'fullname' and 'name' macros" ( #15637 )
...
This reverts commit 11adb043a4 .
Implement #15420 bumping a major version after #15591
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-07-18 05:38:47 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
11adb043a4
Revert "[stable/wordpress] Standardize 'fullname' and 'name' macros ( #15420 )" ( #15591 )
...
This reverts commit b629b94634 .
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-07-17 06:58:36 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
b629b94634
[stable/wordpress] Standardize 'fullname' and 'name' macros ( #15420 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-07-11 07:36:56 -07:00
Matteo Dell'Aquila and Kubernetes Prow Robot
567501aecf
[stable/wordpress] Add Prometheus ServiceMonitor ( #15288 )
...
* Prometheus ServiceMonitor added
Signed-off-by: Matteo Dell'Aquila <matteo.dellaquila@gmail.com >
* app label uniformed, matchLabels fixed
Signed-off-by: Matteo Dell'Aquila <matteo.dellaquila@gmail.com >
2019-07-08 04:08:34 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
b13f0b1cbb
[stable/wordpress] Unify and document production values ( #14665 )
...
* Unify and document production values
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Fix typo
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Add suggestion
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Bump version
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-06-11 06:38:19 -07:00
Akhmad Fakhoni Listiyan Dede and Kubernetes Prow Robot
458d0bb24b
[stable/wordpress] Add update strategy ( #14415 )
...
* add update strategy for wordpress chart
Signed-off-by: Akhmad Fakhoni Listiyan Dede <akhmadfakhoni@gmail.com >
* fix table formatting
Signed-off-by: Akhmad Fakhoni Listiyan Dede <akhmadfakhoni@gmail.com >
* add update strategy example
Signed-off-by: Akhmad Fakhoni Listiyan Dede <akhmadfakhoni@gmail.com >
* change wordpressUpdateStrategy to updateStrategy
Signed-off-by: Akhmad Fakhoni Listiyan Dede <akhmadfakhoni@gmail.com >
2019-06-06 01:28:12 -07:00
satchpx and Kubernetes Prow Robot
31e8276d26
[stable/wordpress] updates to support an alternate k8s scheduler ( #14368 )
...
* updates to support alternate k8s scheduler
Signed-off-by: Sathya Balakrishnan <sathya@portworx.com >
* update chart version
Signed-off-by: Sathya Balakrishnan <sathya@portworx.com >
2019-05-31 01:30:42 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
13328ff5df
[stable/wordpress] Use immutable tags ( #14186 )
...
* Bump chart version
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Use immutable tags
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Remove unnecessary file
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Quote contains string
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Quote regex string
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Change syntax because of linter failing
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-05-28 13:25:04 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
207ea59fbe
[stable/wordpress] Evaluate 'boolean parameters' as booleans ( #13755 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-05-15 00:40:24 -07:00
Andrés Bono and Kubernetes Prow Robot
a8cea5df01
[stable/wordpress] Add 'none' to SMTP protocol accepted values ( #13644 )
...
* [stable/wordpress] Add 'none' to SMTP protocol accepted values
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com >
* Bump chart version
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com >
2019-05-09 03:46:47 -07:00
Alex Tennant and Kubernetes Prow Robot
d6eeb169e9
[stable/wordpress] Allow more flexible TLS configuration. ( #12875 )
...
* Allow more flexible TLS configuration.
Signed-off-by: adtennant <alex@adtennant.co.uk >
* Removed unnecessary parameter in README.
Signed-off-by: adtennant <alex@adtennant.co.uk >
2019-04-15 00:54:01 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
6288ed8f1d
[stable/wordpress] Add global 'imagePullSecrets' to overwrite any other existing one ( #12092 )
...
* [stable/wordpress] Add global 'imagePullSecrets' to overwrite any other existing one
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Fix typo and document variable
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Fix typo in helpers
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-03-12 04:37:13 -07:00
Javier J. Salmerón-García and Kubernetes Prow Robot
15b8ea9aa5
[stable/wordpress] Allow setting custom sidecar containers ( #11893 )
...
* [stable/wordpress] Allow setting custom sidecar containers
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* Add extraPorts
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* Change readme section
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2019-03-04 04:02:33 -08:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
832df6f20c
[stable/wordpress] Add apiVersion in Chart.yaml and add test info to README.md ( #11788 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-02-27 09:22:53 -08:00
davidhjelm and Kubernetes Prow Robot
c286d3d946
Replace Prestashop with Wordpress in README ( #11317 )
...
Signed-off-by: David Hjelm <davidhjelm@fastmail.com >
2019-02-11 01:10:32 -08:00
Javier J. Salmerón-García and Kubernetes Prow Robot
619a86b346
[stable/wordpress] Enable configuration of AllowOverride ( #11155 )
...
* [stable/wordpress] Enable configuration of AllowOverride
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* Add custom htaccess cm
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* Add helper
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* Update allowOverride values
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2019-02-06 07:45:58 -08:00
Javier J. Salmerón-García and Kubernetes Prow Robot
3b169822ff
[stable/wordpress] Update readme instructions for using nfs ( #10929 )
...
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2019-01-28 00:59:42 -08:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
842942bbb2
[stable/wordpress] Document the correct format for pullSecrets in README ( #10642 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-01-15 05:30:28 -08:00
clalbus and Kubernetes Prow Robot
c5d0a35dda
[stable/wordpress] Add service annotations ( #10498 )
...
* [stable/wordpress] Add service annotations
Signed-off-by: Andrejs Volkovs <clalbus@gmail.com >
* [stable/wordpress] Bump version to 5.1.0
Signed-off-by: Andrejs Volkovs <clalbus@gmail.com >
* [stable/wordpress] Initialize service annotations in prod values
Signed-off-by: Andrejs Volkovs <clalbus@gmail.com >
2019-01-10 01:39:21 -08:00
Tomas Pizarro and Kubernetes Prow Robot
172708d11b
[stable/wordpress] Fix syntax error when ingress is enabled ( #10432 )
...
* [stable/wordpress] Fix syntax error when ingress is enabled
Signed-off-by: tompizmor <tompizmor@gmail.com >
* Update README
Signed-off-by: tompizmor <tompizmor@gmail.com >
* Delete testing values from values.yaml
Signed-off-by: tompizmor <tompizmor@gmail.com >
* Fix wrong values
Signed-off-by: tompizmor <tompizmor@gmail.com >
* Fix wrong values
Signed-off-by: tompizmor <tompizmor@gmail.com >
* Undo app label change to avoid breaking upgrades
Signed-off-by: tompizmor <tompizmor@gmail.com >
2019-01-08 07:25:11 -08:00
Jared Reisinger and Kubernetes Prow Robot
d2cd36b0c4
Expose livenessProbe and readinessProbe headers to consumer (in stable/wordpress) ( #9390 )
...
* Expose livenessProbe and readinessProbe headers to consumer
**Problem:** Despite docs that say otherwise, Kubernetes treats a 302 HTTP response as "failed" in liveness and readiness probes. When using ingress-terminated HTTPS, it is common for HTTP requests to WordPress to result in 302-redirects to the HTTPS equivalent. As a result, the container is considered unhealthy/unready.
**Solution:** Expose the `httpHeaders` property of the `httpGet` in the probe definition so that consumers can, for example, pass the `X-Forwarded-Proto: https` header to prevent the 302 and instead get a 200 response status. The headers are exposed as optional `livenessProbeHeaders` and `readinessProbeHeaders` arrays, and only included in the deployment definition when defined.
* Update `deployment.yaml` to include optional headers.
* Update `values.yaml` and `values-production.yaml` with commented-out examples.
* Update `README.md` with configuration options, and a more detailed explanation in the Ingress section.
* Update `Chart.yaml` version number from `3.3.0` to `3.3.1`.
Signed-off-by: Jared Reisinger <jaredreisinger@hotmail.com >
* bump version
Signed-off-by: Jared Reisinger <jaredreisinger@hotmail.com >
* bump version
Signed-off-by: Jared Reisinger <jaredreisinger@hotmail.com >
2019-01-06 23:53:51 -08:00
Javier J. Salmerón-García and k8s-ci-robot
c9e0bf092b
[stable/wordpress] Add service.port in values.yaml ( #9392 )
...
* [stable/wordpress] Add service.port in values.yaml
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* Update NOTES.txt
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* Remove - in template
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2018-11-20 08:17:58 -08:00
Javier J. Salmerón-García and k8s-ci-robot
4156dab1df
[stable/wordpress] Add apache exporter ( #8836 )
...
* [stable/wordpress] Add apache exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* [stable/wordpress] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* [stable/wordpress] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2018-10-31 03:21:19 -07:00
Carlos Rodríguez Hernández and k8s-ci-robot
526c8c9ad0
[stable/wordpress] Add global registry option ( #8445 )
...
* [stable/wordpress] Add global registry option
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Update deps
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2018-10-16 01:30:08 -07:00
Juan Ariza Toledano and k8s-ci-robot
cfd0a223ed
[stable/wordpress] Simplify ingress configuration for cert-manager ( #8335 )
...
* [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 >
2018-10-10 07:16:48 -07:00
Yaroslav Yakovlev and k8s-ci-robot
02a4c0ae60
typo fixed ( #8068 )
...
are going are going-> are going
Signed-off-by: Yaroslav Yakovlev <yaroslavya@gmail.com >
updated chart version
2018-10-10 04:02:24 -07:00
Carlos Rodríguez Hernández and k8s-ci-robot
72936aff30
[stable/wordpress] Add kubeapps text to charts READMEs ( #8193 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2018-10-05 04:27:54 -07:00
Javier J. Salmerón-García and k8s-ci-robot
c2090c49d0
[stable/wordpress] Fix chart not being upgradable ( #7831 )
...
* [stable/wordpress] Fix chart not being upgradable
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* improve markdown highlighting
Signed-off-by: Sameer Naik <sameer@bitnami.com >
2018-09-19 21:55:44 -07:00
Juan Ariza Toledano and k8s-ci-robot
2b4040f0b8
[stable/wordpress] Update README.md according to latest changes on values.yaml ( #7190 )
2018-08-15 01:20:52 -07:00
Sameer Naik and k8s-ci-robot
c0d54d62d8
set default value of serviceExternalTrafficPolicy to Cluster ( #6981 )
...
When set to `Local`, we discovered that on OKE, Oracle's LoadBalancer tries route
to nodes where the Pod isn't running and as a result it doesn't work. Change the
default value to `Cluster` seems to be the sane default value we should use.
2018-08-05 07:16:43 -07:00
Chris Atomix and k8s-ci-robot
3ef87186a1
[stable/wordpress] Typo fix in README ( #6565 )
...
* [stable/wordpress] Typo fix in README
Change `persitence` to `persistence`
* Bump Chart version to 2.1.3
2018-07-10 02:16:25 -07:00