Commit Graph

20 Commits

Author SHA1 Message Date
Andreas Eberle
daefebb49d feat: Make initial user configurable in helm chart (#12862)
* Make initial user configurable in helm chart

* Update helm/superset/values.yaml

Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com>

* Update helm/superset/values.yaml

Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com>

Co-authored-by: Craig Rueda <craig@craigrueda.com>
Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com>
2021-03-20 23:23:05 +02:00
Daniel Wood
9efe1a44ec feat(helm): Add optional apt-get install to superset_bootstrap.sh (#13678)
* add conditional apt install

* move install switch to correct command.
2021-03-18 08:40:54 -07:00
Daniel Wood
fc345b9ab1 fix(helm): Add missing extraConfigs template volume mapping and fix type error on template. (#13613)
* Add volume mapping for superset-extra-config

* Fix wrong type for VALUE, cannot use "." inside range.

Fixes Error: template: superset/templates/configmap-superset.yaml:30:16: executing "superset/templates/configmap-superset.yaml" at <.>: wrong type for value; expected chartutil.Values; got string
2021-03-15 08:09:45 -07:00
Yann Jouanique
1e17ef3410 Evaluate configOverrides as templates (#13130) 2021-02-18 07:46:23 -08:00
Yann Jouanique
2e93784f86 feat(helm): Helm template for Celery beat (for reporting and alerting) (#13116)
* Custom superset_config.py + secret envs

* Helm template for celery beat

* Fix end of file

* Update helm/superset/values.yaml

Co-authored-by: Valentin Nourdin <valentin.nourdin@lilo.org>

* Rename pods

* Update helm/superset/values.yaml

Co-authored-by: Valentin Nourdin <valentin.nourdin@lilo.org>

* Update helm/superset/templates/deployment-beat.yaml

Co-authored-by: Valentin Nourdin <valentin.nourdin@lilo.org>

* Update helm/superset/templates/deployment-beat.yaml

Co-authored-by: Valentin Nourdin <valentin.nourdin@lilo.org>

* Update helm/superset/templates/deployment-beat.yaml

Co-authored-by: Valentin Nourdin <valentin.nourdin@lilo.org>

* Update helm/superset/templates/deployment-beat.yaml

Co-authored-by: Valentin Nourdin <valentin.nourdin@lilo.org>

* Update helm/superset/templates/deployment-beat.yaml

Co-authored-by: Valentin Nourdin <valentin.nourdin@lilo.org>

* Added Kubernetes documentation

* Data source declarations

Co-authored-by: Valentin Nourdin <valentin.nourdin@lilo.org>
2021-02-16 08:15:21 -08:00
Cheun Hong
94893ff280 feat: Added annotations and loadBalancerIP option in helm service.yaml (#13114)
* added annotations and loadBalancerIP option in helm service.yaml

* Update service.yaml

* Update values.yaml

* Update service.yaml
2021-02-16 08:12:01 -08:00
Yann Jouanique
6b615c4479 Custom superset_config.py + secret envs (#13096) 2021-02-13 08:39:44 -08:00
Yann Jouanique
acca3a4431 Force pod restart on config changes (#13056) 2021-02-12 16:30:03 -08:00
Ville Brofeldt
38a21bf4b6 chore(lint): fix pre-commit error (#12884) 2021-02-02 11:53:34 +02:00
ejianu
388edbf7b2 [Helm] Automate datasource import (#10771)
* added a new config posibility for automating datasource connections at Init

* [Helm] val piped to tpl
2021-02-01 20:19:24 -08:00
Maddy O'Brien Jones
20c1ea7780 wrong port name in NOTES.txt (#12743) 2021-01-29 15:15:50 -05:00
Liam
89b6a2cfcb Change helm requirement to bitnami charts (#12240)
Co-authored-by: Liam <luyen.nv@teko.vn>
2021-01-18 10:52:02 -08:00
Whemoon Jang
4d74cb3f05 fix: update helm chart repository (#12567) 2021-01-16 23:59:09 -08:00
Amit Miran
37f648c41b chore: rename docker image in build_docker_image.sh, docker-compose.yml and helm values.yaml (#12337) 2021-01-10 09:29:17 -08:00
Jesse Yang
4cfcaebb61 feat: rename TABLE_NAMES_CACHE_CONFIG to DATA_CACHE_CONFIG (#11509)
* feat: rename TABLE_NAMES_CACHE_CONFIG to DATA_CACHE_CONFIG

The corresponding cache will now also cache the query results.

* Slice use DATA_CACHE_CONFIG CACHE_DEFAULT_TIMEOUT

* Add test for default cache timeout

* rename FAR_FUTURE to ONE_YEAR_IN_SECS
2020-11-13 22:35:10 -08:00
Craig Rueda
68693c7c0a feat: Helm improvements (#11700)
* Adding docker build/push

* Adding build script

* Trying username

* Updating build script

* Fixing script path?

* Lising envvars

* Pulling HEAD

* Actually pushing

* Fixing build / SHA

* Logout before login

* updating docker login

* Fixing docker login

* Trying stdin pwd

* Adding check for forks

* Fixing tagging

* Fixing refspec

* Updating Dockerfile-dev

* Adding license to script

* Fixing Cypress tests

* Adding Helm hooks and force reload option

* Adding worker pod

* Removing head SHA checkout in docker.yml
2020-11-13 15:17:52 -08:00
John Bodley
821916a681 chore: pre-commit run --all-files (#10500)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
2020-08-02 14:32:17 -07:00
Craig Rueda
5aad12d783 fix: Fix for updated cache dependency (#9850)
* Fixing missing dependency

* Switching back to cachelib
2020-05-20 09:42:43 -07:00
Erik Ritter
c7c76c6a99 build: Add python 3.8 to the build matrix (#9827) 2020-05-17 14:49:51 -07:00
Craig Rueda
e24e6ca571 [Helm] - Allow for customization of release name (#9694)
* Updated configurations to allow for more customization

* Adding gitignore for requirements.lock

* Moving Helm chart up a level

* Adding bootstrap script / switching image

* Adding bootstrap script / switching image
2020-04-30 10:55:43 -07:00