diff --git a/drupal/Chart.yaml b/drupal/Chart.yaml index a13e387..5bc7db9 100644 --- a/drupal/Chart.yaml +++ b/drupal/Chart.yaml @@ -2,7 +2,7 @@ name: drupal apiVersion: v2 type: application version: 0.20.1-beta8 -appVersion: 5.0.0-rc1 +appVersion: 5.0.0-rc2 description: Drupal 8/9 variant of the Web Experience Toolkit (WxT). keywords: - drupal diff --git a/drupal/values.yaml b/drupal/values.yaml index 51fee83..5a0f1bc 100644 --- a/drupal/values.yaml +++ b/drupal/values.yaml @@ -22,7 +22,7 @@ drupal: image: drupalwxt/site-wxt ## Note that by default we use appVersion to get image tag - # tag: 5.0.0-rc1 + # tag: 5.0.0-rc2 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -322,7 +322,7 @@ nginx: ## ref: https://hub.docker.com/drupalwxt/site-wxt/tags/ image: drupalwxt/site-wxt ## Note that by default we use appVersion to get image tag - # tag: 5.0.0-rc1-nginx + # tag: 5.0.0-rc2-nginx ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.