diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 1392c74ad3..16a65128b4 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ name: wordpress -version: 2.1.0 -appVersion: 4.9.6 +version: 2.1.1 +appVersion: 4.9.7-debian-9 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 4c6674716a..bc659f1cb6 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: 4.2.2 + version: 4.2.5 digest: sha256:82a0e5374376169d2ecf7d452c18a2ed93507f5d17c3393a1457f9ffad7e9b26 -generated: 2018-06-11T15:48:39.640401526+02:00 +generated: 2018-07-05T19:19:26.223520389Z diff --git a/stable/wordpress/values-production.yaml b/stable/wordpress/values-production.yaml index 8bf2b9912b..d6e3daf0d3 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -4,7 +4,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 4.9.6 + tag: 4.9.7-debian-9 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 612141d500..801e3c99bc 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -4,7 +4,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 4.9.6 + tag: 4.9.7-debian-9 ## 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