diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index da2176293a..3996f3e8aa 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -35,4 +35,4 @@ name: wordpress sources: - https://github.com/bitnami/bitnami-docker-wordpress - https://wordpress.org/ -version: 13.1.9 +version: 13.1.10 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index 3e56355a0c..85695eabf3 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -69,7 +69,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress - tag: 5.9.2-debian-10-r20 + tag: 5.9.2-debian-10-r21 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -802,7 +802,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-10-r99 + tag: 0.11.0-debian-10-r100 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.