diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index 416e594e5..07b3f4dc5 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -31,4 +31,4 @@ name: wordpress sources: - https://github.com/bitnami/bitnami-docker-wordpress - http://www.wordpress.com/ -version: 10.5.0 +version: 10.5.1 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index 882c721ca..31f8bbeef 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.6.0-debian-10-r35 + tag: 5.6.0-debian-10-r37 ## 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 @@ -550,7 +550,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r277 + tag: 0.8.0-debian-10-r279 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.