diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index bf25db559..2e5cce42c 100755 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 9.5.1 +version: 9.5.2 appVersion: 5.5.0 description: Web publishing platform for building blogs and websites. icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png diff --git a/bitnami/wordpress/requirements.lock b/bitnami/wordpress/requirements.lock index 6b3cfc161..b4f084f5e 100644 --- a/bitnami/wordpress/requirements.lock +++ b/bitnami/wordpress/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 7.9.1 -digest: sha256:545698b9e55f9a98898d8d8befcf4b6d7b319101e5a0062158fc14ac13fbc8d0 -generated: "2020-08-21T13:25:37.805311122Z" + version: 7.9.2 +digest: sha256:96bc4d0a4b7ca484bab8226c063bf911592f13c3f79c3bf2b2c6449835f8db23 +generated: "2020-09-01T18:37:43.089122903Z" diff --git a/bitnami/wordpress/values-production.yaml b/bitnami/wordpress/values-production.yaml index e69668e57..be57a85cb 100644 --- a/bitnami/wordpress/values-production.yaml +++ b/bitnami/wordpress/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.5.0-debian-10-r4 + tag: 5.5.0-debian-10-r13 ## 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 @@ -473,7 +473,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r123 + tag: 0.8.0-debian-10-r134 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index aa7b008dd..3d7b51133 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.5.0-debian-10-r4 + tag: 5.5.0-debian-10-r13 ## 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 @@ -467,7 +467,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r123 + tag: 0.8.0-debian-10-r134 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.