From 2bf8171d72048927ce1d551f929ce492d32357bb Mon Sep 17 00:00:00 2001 From: sylus Date: Sun, 3 Dec 2023 14:27:47 -0500 Subject: [PATCH] feat(release): Release of v1.0.0-beta3 --- CHANGELOG.md | 2 +- charts/drupal/Chart.yaml | 2 +- charts/drupal/values-example-csi-azure.yaml | 59 +++++++++++++++---- charts/drupal/values-example-single-node.yaml | 2 +- charts/drupal/values.yaml | 4 +- 5 files changed, 53 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c917a..6889f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0-beta2 +## 1.0.0-beta3 - Breaking Changes - Drupal 7 Chart has been removed diff --git a/charts/drupal/Chart.yaml b/charts/drupal/Chart.yaml index f6082c3..43fe919 100644 --- a/charts/drupal/Chart.yaml +++ b/charts/drupal/Chart.yaml @@ -1,7 +1,7 @@ name: drupal apiVersion: v2 type: application -version: 1.0.0-beta2 +version: 1.0.0-beta3 appVersion: 5.0.1 description: Drupal 9/10 variant of the Web Experience Toolkit (WxT). keywords: diff --git a/charts/drupal/values-example-csi-azure.yaml b/charts/drupal/values-example-csi-azure.yaml index d2d16ce..2ddc627 100644 --- a/charts/drupal/values-example-csi-azure.yaml +++ b/charts/drupal/values-example-csi-azure.yaml @@ -1,4 +1,4 @@ -# Default values for Site Example CSI Azure. +# Default values for Example CSI Azure. # This is a YAML-formatted file. # Declare variables to be passed into your templates. @@ -18,7 +18,6 @@ drupal: ## image: example.azurecr.io/site-example tag: 1.0.0 - version: d9 imagePullSecrets: - name: acr-registry @@ -58,6 +57,11 @@ drupal: reconfigure: true cacheRebuildBeforeDatabaseMigration: true + securityContext: {} + # fsGroup: 82 + # runAsGroup: 82 + # runAsUser: 82 + # Run extra install scripts # postInstallScripts: |- # @@ -134,6 +138,11 @@ drupal: - name: files-tmp mountPath: /drupal-tmp + smtp: {} + # host: mail.example.ca:25 + # tls: true + # starttls: true + configSync: directory: "/var/www/config/sync" @@ -153,12 +162,15 @@ nginx: - name: files-public mountPath: /var/www/html/sites/default/files + securityContext: {} + # fsGroup: 33 + azure: storageClass: create: true ## Azure Files - # kubectl create secret generic example-storage --from-literal=azurestorageaccountname=$STORAGE_ACCOUNT_NAME --from-literal=azurestorageaccountkey=$STORAGE_KEY -n catsa + # kubectl create secret generic example-storage --from-literal=azurestorageaccountname=$STORAGE_ACCOUNT_NAME --from-literal=azurestorageaccountkey=$STORAGE_KEY -n example azureFile: enabled: true # storageClass: "-" @@ -169,44 +181,68 @@ azure: public: spec: + # azureFile: + # secretName: example-storage + # shareName: public + # # secretNamespace: "" + # readOnly: false + csi: driver: file.csi.azure.com volumeHandle: "example-drupal-public-nfs" volumeAttributes: - resourceGroup: "dev-cc-drupal" - storageAccount: "devccdrupal" + resourceGroup: "managed-dev-cc-drupal" + storageAccount: "manageddevccdrupal" shareName: public protocol: nfs private: spec: + # azureFile: + # secretName: example-storage + # shareName: private + # # secretNamespace: "" + # readOnly: false + csi: driver: file.csi.azure.com volumeHandle: "example-drupal-private-nfs" volumeAttributes: - resourceGroup: "dev-cc-drupal" - storageAccount: "devccdrupal" + resourceGroup: "managed-dev-cc-drupal" + storageAccount: "manageddevccdrupal" shareName: public protocol: nfs backup: spec: + # azureFile: + # secretName: example-storage + # shareName: private + # # secretNamespace: "" + # readOnly: false + csi: driver: file.csi.azure.com volumeHandle: "example-drupal-backup-nfs" volumeAttributes: - resourceGroup: "dev-cc-drupal" - storageAccount: "devccdrupal" + resourceGroup: "managed-dev-cc-drupal" + storageAccount: "manageddevccdrupal" shareName: backup protocol: nfs tmp: spec: + # azureFile: + # secretName: example-storage + # shareName: private + # # secretNamespace: "" + # readOnly: false + csi: driver: file.csi.azure.com volumeHandle: "example-drupal-tmp-nfs" volumeAttributes: - resourceGroup: "dev-cc-drupal" - storageAccount: "devccdrupal" + resourceGroup: "managed-dev-cc-drupal" + storageAccount: "manageddevccdrupal" shareName: tmp protocol: nfs @@ -267,6 +303,7 @@ varnish: image: docker.io/varnish imagePullSecrets: - name: acr-registry + memorySize: 1G ## External DB diff --git a/charts/drupal/values-example-single-node.yaml b/charts/drupal/values-example-single-node.yaml index 18628f3..555c934 100644 --- a/charts/drupal/values-example-single-node.yaml +++ b/charts/drupal/values-example-single-node.yaml @@ -1,4 +1,4 @@ -# Default values for Site Example Single Node. +# Default values for Example Single Node. # This is a YAML-formatted file. # Declare variables to be passed into your templates. diff --git a/charts/drupal/values.yaml b/charts/drupal/values.yaml index f452383..bd8ad05 100644 --- a/charts/drupal/values.yaml +++ b/charts/drupal/values.yaml @@ -81,9 +81,9 @@ drupal: ## Version of the application ## - ## Supported versions: d8 + ## Supported versions: d9, d10 ## - version: d9 + version: d10 services: '' # |-