This is an automated email from the ASF dual-hosted git repository.

hainenber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f017de5326 docs(gunicorn): correct dead links in values.yaml (#42385)
4f017de5326 is described below

commit 4f017de532620d9508da33c198f732df4d01c01c
Author: SkinnyPigeon <[email protected]>
AuthorDate: Fri Jul 24 16:20:46 2026 +0200

    docs(gunicorn): correct dead links in values.yaml (#42385)
---
 helm/superset/Chart.yaml  | 2 +-
 helm/superset/README.md   | 2 +-
 helm/superset/values.yaml | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml
index a9b5b768d27..ccfb0c2cff0 100644
--- a/helm/superset/Chart.yaml
+++ b/helm/superset/Chart.yaml
@@ -29,7 +29,7 @@ maintainers:
   - name: craig-rueda
     email: [email protected]
     url: https://github.com/craig-rueda
-version: 0.22.2 # See 
[README](https://github.com/apache/superset/blob/master/helm/superset/README.md#versioning)
 for version details.
+version: 0.22.3 # See 
[README](https://github.com/apache/superset/blob/master/helm/superset/README.md#versioning)
 for version details.
 dependencies:
   - name: postgresql
     version: 16.7.27
diff --git a/helm/superset/README.md b/helm/superset/README.md
index 7758277b6f9..28ed5688b98 100644
--- a/helm/superset/README.md
+++ b/helm/superset/README.md
@@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: 
https://github.com/norwoodj/helm-docs
 
 # superset
 
-![Version: 
0.22.2](https://img.shields.io/badge/Version-0.22.2-informational?style=flat-square)
+![Version: 
0.22.3](https://img.shields.io/badge/Version-0.22.3-informational?style=flat-square)
 
 Apache Superset is a modern, enterprise-ready business intelligence web 
application
 
diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml
index e33ff652fb7..ff9a6d67f51 100644
--- a/helm/superset/values.yaml
+++ b/helm/superset/values.yaml
@@ -98,13 +98,13 @@ envFromSecrets: []
 # -- Extra environment variables that will be passed into pods
 extraEnv: {}
   # Different gunicorn settings, refer to the gunicorn documentation
-  # https://docs.gunicorn.org/en/stable/settings.html#
+  # https://gunicorn.org/reference/settings/
   # These variables are used as Flags at the gunicorn startup
-  # https://github.com/apache/superset/blob/master/docker/run-server.sh#L22
+  # 
https://github.com/apache/superset/blob/master/docker/entrypoints/run-server.sh#L22
   # Extend timeout to allow long running queries.
   # GUNICORN_TIMEOUT: 300
   # Increase the gunicorn worker amount, can improve performance drastically
-  # See: https://docs.gunicorn.org/en/stable/design.html#how-many-workers
+  # See: https://gunicorn.org/design/#how-many-workers
   # SERVER_WORKER_AMOUNT: 4
   # WORKER_MAX_REQUESTS: 0
   # WORKER_MAX_REQUESTS_JITTER: 0

Reply via email to