diff --git a/docs/installation.rst b/docs/installation.rst index fcc542c8bd..65282880d6 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -443,7 +443,7 @@ This is an optional feature that can be turned on by activating its feature flag } -For this feature you will need a cache system and celery workers. All thumbnails are store on cache and are processed +For this feature you will need a cache system and celery workers. All thumbnails are stored on cache and are processed asynchronously by the workers. An example config where images are stored on S3 could be: diff --git a/docs/src/pages/docs/installation/caching.mdx b/docs/src/pages/docs/installation/caching.mdx index 9102b5bbcf..e599553dde 100644 --- a/docs/src/pages/docs/installation/caching.mdx +++ b/docs/src/pages/docs/installation/caching.mdx @@ -71,7 +71,7 @@ FEATURE_FLAGS = { } ``` -For this feature you will need a cache system and celery workers. All thumbnails are store on cache +For this feature you will need a cache system and celery workers. All thumbnails are stored on cache and are processed asynchronously by the workers. An example config where images are stored on S3 could be: diff --git a/docs/src/pages/docs/installation/networking_settings.mdx b/docs/src/pages/docs/installation/networking_settings.mdx index 6d2781925a..dc0c49c09f 100644 --- a/docs/src/pages/docs/installation/networking_settings.mdx +++ b/docs/src/pages/docs/installation/networking_settings.mdx @@ -32,7 +32,7 @@ cross-domain request). Add the following setting in your `superset_config.py` file: -- `SUPERSET_WEBSERVER_DOMAINS`: list of allowed hostnames for domain shareding feature. +- `SUPERSET_WEBSERVER_DOMAINS`: list of allowed hostnames for domain sharding feature. ### Middleware diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 791e409f40..8f39c30543 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -22,7 +22,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.3.4 +version: 0.3.5 dependencies: - name: postgresql version: 10.2.0 diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml index 884ad6c182..c6ad3e10ff 100644 --- a/helm/superset/values.yaml +++ b/helm/superset/values.yaml @@ -244,7 +244,7 @@ supersetCeleryBeat: ## Init job configuration init: # Configure resources - # Warning: fab commant consumes a lot of ram and can + # Warning: fab command consumes a lot of ram and can # cause the process to be killed due to OOM if it exceeds limit resources: {} # limits: