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.