diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index c801e9fcdb5..0cab38e8fc8 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -29,7 +29,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.15.2 # See [README](https://github.com/apache/superset/blob/master/helm/superset/README.md#versioning) for version details. +version: 0.15.3 # See [README](https://github.com/apache/superset/blob/master/helm/superset/README.md#versioning) for version details. dependencies: - name: postgresql version: 13.4.4 diff --git a/helm/superset/README.md b/helm/superset/README.md index 5eda52b0d64..e9b372c72c0 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.15.2](https://img.shields.io/badge/Version-0.15.2-informational?style=flat-square) +![Version: 0.15.3](https://img.shields.io/badge/Version-0.15.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 a3853e798cd..fdcc7abccd8 100644 --- a/helm/superset/values.yaml +++ b/helm/superset/values.yaml @@ -312,6 +312,12 @@ supersetNode: - /bin/sh - -c - dockerize -wait "tcp://$DB_HOST:$DB_PORT" -timeout 120s + resources: + limits: + memory: "256Mi" + requests: + cpu: "250m" + memory: "128Mi" # -- Launch additional containers into supersetNode pod extraContainers: [] @@ -410,6 +416,12 @@ supersetWorker: - /bin/sh - -c - dockerize -wait "tcp://$DB_HOST:$DB_PORT" -wait "tcp://$REDIS_HOST:$REDIS_PORT" -timeout 120s + resources: + limits: + memory: "256Mi" + requests: + cpu: "250m" + memory: "128Mi" # -- Launch additional containers into supersetWorker pod extraContainers: [] # -- Annotations to be added to supersetWorker deployment @@ -492,6 +504,12 @@ supersetCeleryBeat: - /bin/sh - -c - dockerize -wait "tcp://$DB_HOST:$DB_PORT" -wait "tcp://$REDIS_HOST:$REDIS_PORT" -timeout 120s + resources: + limits: + memory: "256Mi" + requests: + cpu: "250m" + memory: "128Mi" # -- Launch additional containers into supersetCeleryBeat pods extraContainers: [] # -- Annotations to be added to supersetCeleryBeat deployment @@ -585,6 +603,12 @@ supersetCeleryFlower: - /bin/sh - -c - dockerize -wait "tcp://$DB_HOST:$DB_PORT" -wait "tcp://$REDIS_HOST:$REDIS_PORT" -timeout 120s + resources: + limits: + memory: "256Mi" + requests: + cpu: "250m" + memory: "128Mi" # -- Launch additional containers into supersetCeleryFlower pods extraContainers: [] # -- Annotations to be added to supersetCeleryFlower deployment @@ -749,6 +773,12 @@ init: - /bin/sh - -c - dockerize -wait "tcp://$DB_HOST:$DB_PORT" -timeout 120s + resources: + limits: + memory: "256Mi" + requests: + cpu: "250m" + memory: "128Mi" # -- A Superset init script # @default -- a script to create admin user and initialize roles initscript: |-