From 61ffbcbf75fac5791bd778c253764970b0399e40 Mon Sep 17 00:00:00 2001 From: drupalwxt-svc Date: Sat, 30 Sep 2023 16:14:35 +0000 Subject: [PATCH] Update to latest version of WxT 5.0.0 --- 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 5bc7db9..8753057 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-rc2 +appVersion: 5.0.0 description: Drupal 8/9 variant of the Web Experience Toolkit (WxT). keywords: - drupal diff --git a/drupal/values.yaml b/drupal/values.yaml index 5a0f1bc..742e0f3 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-rc2 + # tag: 5.0.0 ## 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-rc2-nginx + # tag: 5.0.0-nginx ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.