diff --git a/bitnami/wordpress/Chart.lock b/bitnami/wordpress/Chart.lock index 75b1fdad27..db92752b87 100644 --- a/bitnami/wordpress/Chart.lock +++ b/bitnami/wordpress/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 9.3.6 - name: memcached repository: https://charts.bitnami.com/bitnami - version: 5.8.1 + version: 5.10.0 - name: common repository: https://charts.bitnami.com/bitnami version: 1.4.2 -digest: sha256:3fab593401213bc6119ddcee3c590a67b63118a04a39b9e25a45973b7244c859 -generated: "2021-04-08T05:20:17.05440748Z" +digest: sha256:a2863ee28cc1e0c5ce6801363e638e9a3a3969ee8cd8e8a13ae9b1d423d9fcb0 +generated: "2021-04-15T03:54:28.676772041Z" diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index ef2a0ec553..6c6feecc54 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CMS apiVersion: v2 -appVersion: 5.7.0 +appVersion: 5.7.1 dependencies: - condition: mariadb.enabled name: mariadb @@ -35,4 +35,4 @@ name: wordpress sources: - https://github.com/bitnami/bitnami-docker-wordpress - https://wordpress.org/ -version: 10.10.2 +version: 10.10.3 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index c14d0a3b50..3a1535883c 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/wordpress - tag: 5.7.0-debian-10-r22 + tag: 5.7.1-debian-10-r0 ## 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 @@ -669,7 +669,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r346 + tag: 0.8.0-debian-10-r353 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.