diff --git a/stable/drupal/Chart.yaml b/stable/drupal/Chart.yaml index 3de7388d3d..f13ae797c5 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,6 +1,6 @@ name: drupal -version: 0.10.3 -appVersion: 8.4.1 +version: 0.10.4 +appVersion: 8.4.2 description: One of the most versatile open source content management systems. keywords: - drupal diff --git a/stable/drupal/values.yaml b/stable/drupal/values.yaml index dc1c1fe3c4..027559593c 100644 --- a/stable/drupal/values.yaml +++ b/stable/drupal/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Drupal image version ## ref: https://hub.docker.com/r/bitnami/drupal/tags/ ## -image: bitnami/drupal:8.4.1-r0 +image: bitnami/drupal:8.4.2-r0 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.