19 Commits
Author SHA1 Message Date
Matt Farina dc7e5997de Revert "Updating to new repo locations (#24419)" (#24420)
This reverts commit e2ecc4d816.
2020-11-13 18:28:12 -05:00
Matt Farina e2ecc4d816 Updating to new repo locations (#24419)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 18:21:11 -05: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
Sameer Naik 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
Tomas Pizarro 99ef7ed896 [stable/wordpress] Update dependencies for wordpress (#15889)
Signed-off-by: tompizmor <tompizmor@gmail.com>
2019-07-25 07:37:53 -07:00
Juan Ariza Toledano 5bb0c0977b [stable/wordpress] Update MariaDB dependency version (#7955)
Signed-off-by: juan131 <juan@bitnami.com>
2018-09-25 04:37:11 -07:00
Javier J. Salmerón-García ab3b8e7e37 [stable/wordpress] Set dependencies to latest version (#6074)
* [stable/wordpress] Set dependencies to latest version

* Fix test
2018-06-13 08:28:28 -07:00
Timothy Clarke 467e35e6bf stable/wordpress bumped mariadb version 2017-12-13 12:24:26 +00:00
Timothy Clarke 29d0f8af1a Externalised db details per request of @prydonius 2017-12-07 11:36:32 +00:00
Timothy Clarke 8ff269616e Made MariaDB Optional, Also added optional uri path 2017-12-06 10:31:20 +00:00
Scott Rigby f0ca88eb92 [stable/wordpress] bump dependency mariadb 0.7.0 (#1699)
* [stable/wordpress] bump dependency mariadb 0.7.0

* Bump stable/wordpress version
2017-08-13 15:07:47 +02:00
Scott Rigby 65f8d5bf10 [stable/wordpress] bump dependency mariadb 0.6.3 (#1359)
* wordpress bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 14:05:27 +01:00
Scott Rigby 9a60170348 wordpress bump dependency mariadb 0.6.2 (#1125)
* wordpress bump dependency mariadb 0.6.2

* bump chart version
2017-05-22 15:38:01 +01:00
Jorge Bianquetti ad5a4a0f73 [stable/wordpress] Allow helm chart to receive an existing database or create it by itself Open, HighAll Users (#773)
* Allow to the Wordpress helm chart to receive an existing database or create it by itself

* Allow to the Wordpress helm chart to receive an existing database or create it by itself

* added links to documentation for new env vars

* added changes with compatibility threats for  0.4.x chart series.  Bumping to 0.5.0

* added defaults for many values and fixes typos

* added defaults for many values and fixes typos

* fix typo

* cosmetic revision

* updated dependency on mariadb chart 0.5.10

* environment vars clean up

* Readme reformatting

* added changes with compatibility threats for  0.4.x chart series.  Bumping to 0.5.0

* added defaults for many values and fixes typos

* fix typo

* Allow to the Wordpress helm chart to receive an existing database or create it by itself

* added defaults for many values and fixes typos

* fix typo

* fixing default value in README for AllowEmptyPassword
2017-03-15 09:40:13 +00:00
Scott Rigby b4f29c9618 wordpress bump dependency mariadb 0.5.9 (#658)
* wordpress bump dependency mariadb 0.5.9

* Version bump
2017-02-27 08:40:44 -08:00
Amanda Cameron eb609d75bb [stable/wordpress] Update to the recommended pvc patterns. (#470)
* Convert chart wordpress to use the recommended pvc patterns

* Revert README.md changes.

* bump mariadb dep

* bump version
2017-01-27 16:28:44 -08:00
Adnan Abdulhussein bcc323d57d WordPress updates (0.4.0) (#367)
* wordpress: add alpha and beta storageclass annotation support

* wordpress: use random password if not specified

* wordpress: update MariaDB dep

* wordpress: explicitly set imagePullPolicy

* wordpress: increase resource name truncation and trim '-' suffix

* wordpress: improve storageclass readme description

* wordpress: use built-in toYaml helper
2017-01-09 20:38:23 -08:00
Adnan Abdulhussein 9f71950807 Update repository URLs in requirement files and ci scripts 2016-11-18 16:09:56 -08:00
Adnan Abdulhussein 4950785264 Use requirements.yaml to define dependencies (#136)
* Use requirements.yaml to define dependencies

Updates incubator/patroni, stable/redmine, stable/wordpress,
and stable/drupal to vendor dependencies using Helm's built-in
dependency management.

* bump patroni version

* remove vendored dependencies

* Add chart tarballs to gitignore

* ci: update scripts to fetch dependencies

* patroni: fix reference to namespace
2016-10-21 18:01:48 -07:00