diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 2806bdb75f..083b9c494d 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ name: wordpress -version: 5.0.1 -appVersion: 5.0.1 +version: 5.0.2 +appVersion: 5.0.2 description: Web publishing platform for building blogs and websites. icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png keywords: diff --git a/stable/wordpress/requirements.lock b/stable/wordpress/requirements.lock index 1990b4c1cd..0a0e9b2ddd 100644 --- a/stable/wordpress/requirements.lock +++ b/stable/wordpress/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 5.2.3 + version: 5.2.5 digest: sha256:5c711356a05ffeaffafba333092229eadc8ba3cc377b56861988517ac77b7609 -generated: 2018-12-07T17:11:47.867676353Z +generated: 2018-12-20T02:17:40.600689797Z diff --git a/stable/wordpress/values-production.yaml b/stable/wordpress/values-production.yaml index a8f0465cbe..26729efbac 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -10,7 +10,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.0.1 + tag: 5.0.2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/wordpress/values.yaml b/stable/wordpress/values.yaml index f138764960..3ff5f3e1b4 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -10,7 +10,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.0.1 + tag: 5.0.2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images