From e303d4583caf7009cc597581f27f158f1c64d0bd Mon Sep 17 00:00:00 2001 From: drupalwxt-svc Date: Mon, 21 Aug 2023 02:11:58 +0000 Subject: [PATCH] Update to latest version of WxT 5.0.0-rc2 --- drupal/Chart.yaml | 2 +- drupal/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.