Commit Graph

149 Commits

Author SHA1 Message Date
Denis Krivenko
a994145e37 chore(helm): Use template comments for the chart license header (#23726) 2023-05-01 10:48:16 -07:00
EugeneTorap
dab038c005 chore: Bump redis to 4.5.4 (#23845) 2023-04-28 10:46:56 +02:00
Denis Krivenko
70f3cc0b27 chore(helm): Reformat helm chart templates (#23681) 2023-04-18 09:37:23 -07:00
Mike J
810f52b924 feat(helm): update redis version due to critical CVE (HIGH PRIORITY) (#23707) 2023-04-17 07:38:11 -07:00
Mike J
a7f306181e feat(helm): ability to disable helm hooks (#23601)
Co-authored-by: Mike Joseph <mikejoseph@Mikes-MacBook-Pro.local>
2023-04-06 14:30:17 -06:00
Denis Krivenko
56dcf25cf8 feat(helm): Upgrade default Superset version to 2.1.0 (#23594) 2023-04-05 15:18:42 -06:00
Dimitri
0fa421271e feat(helm): add nodeselector and tolerations to init job (#23416)
Co-authored-by: Dimitri GRISARD <dgrisard-externe@bedrockstreaming.com>
2023-03-24 10:26:08 -07:00
Josh Paulin
8f846b7ad0 fix: broken helm chart ingress (#23471)
Co-authored-by: josh.paulin <josh.paulin@wheniwork.com>
2023-03-23 07:39:22 -07:00
Jonathan Gallon
a15e833128 fix(chart): add missing toleration for init-job (#23452)
Co-authored-by: Jonathan Gallon <jonathan.gallon@manomano.com>
2023-03-23 07:38:10 -07:00
Josh Paulin
499754a52e fix: Allow setting ingress hosts directly through yaml (#23446)
Co-authored-by: josh.paulin <josh.paulin@wheniwork.com>
2023-03-22 15:31:59 -06:00
mkramer5454
9a4839f45c build: Add helm chart option to deploy sidecars with node and worker (#23160) 2023-02-23 10:04:41 -08:00
Josh Soref
dec6ac49f6 chore(backend): Spelling (#19677)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@preset.io>
2023-02-17 10:48:24 -07:00
Rajan Gupta
a307223857 feat(helm): allow persisting nodePort for services (#22713)
Signed-off-by: DASTC\gupta_rajan <rajan.gupta@stengg.com>
Co-authored-by: DASTC\gupta_rajan <rajan.gupta@stengg.com>
2023-02-14 11:55:55 -08:00
Denis Krivenko
ede18be08e feat(helm): Make Chart.AppVersion default value for image tag (#22854) 2023-02-01 09:19:28 +00:00
Sergey Shevchenko
b132451581 feat(helm): Add ability to customize affinity per deployment (#22827) 2023-01-23 15:41:28 -08:00
Reid Beels
85da86dc81 fix(helm): remove config overrides for CSRF (#22716) 2023-01-13 12:04:12 -08:00
Christian Dreier
db201804ae fix: adding extraConfig to celery beat deployment (#22586)
Co-authored-by: Christian Dreier <dreier.christian@gmail.com>
2023-01-05 12:56:27 -08:00
Mathieu Herbert
d6bce09ac3 feat(helm): add deploymentLabels variable (#22541) 2023-01-05 09:05:54 -08:00
Craig Rueda
01671b9d1b fix(helm): Fixing up chart and linting (#22590) 2023-01-04 20:43:13 -08:00
waynewenswag
53ed8f2d5a feat(helm): add metadata namespace (#22020) 2022-11-09 10:41:40 -08:00
Yann Jouanique
ae9a30b37c build(helm): Helm-docs + fix Helm chart release (#21963) 2022-10-29 16:29:54 -07:00
Yann Jouanique
06da7bf65c feat(helm): Support for flower and websocket containers (#21806) 2022-10-27 13:03:21 -07:00
Gabriel Forien
3f8e9a567a feat(helm): add RollingUpdate parameters (#20931)
Co-authored-by: gforien <gforien.externe@bedrockstreaming.com>
2022-09-22 07:47:12 -07:00
Gabriel Forien
8ee34e175d feat(helm): add annotations on ServiceAccount (#21536)
Co-authored-by: gforien <gforien.externe@bedrockstreaming.com>
2022-09-21 10:39:35 -07:00
Moritz Rathberger
05bdaf2376 feat(helm): Added env variable SERVER_WORKER_AMOUNT (#21236)
* added SERVER_WORKER_AMOUNT

* added more gunicorn variables

* Update values.yaml
2022-08-30 09:38:41 -07:00
Jeremy PLANCKEEL
554ed6495e feat(helm): add liveness and readiness for deployment webserver (#20567)
* feat(helm): add liveness and readiness for deployment webserver

* feat(helm): add example in values

* feat(helm): move config probes under supersetNode

* feat(helm): bump chart.yaml

* fix(helm): remove default values in template and use values.yaml

* fix(git): bump chart verison

* fix(json):  update the schema to get CI passing

* fix(helm): correct path for values readiness

Co-authored-by: wiktor2200 <wiktor2200@users.noreply.github.com>

Co-authored-by: Jeremy PLANCKEEL <jplanckeel.externe@bedrockstreaming.com>
Co-authored-by: Craig Rueda <craig@craigrueda.com>
Co-authored-by: wiktor2200 <wiktor2200@users.noreply.github.com>
2022-08-08 14:28:36 -07:00
Gabriel Forien
8e0f16fade feat(helm): support different replicaCount (#20883)
* feat(helm): bump chart version

* feat(helm): add separate replicaCount for superset node / worker

* docs: update documentation

* ref(helm): add replicaCount with condition

* ref(helm): edit condition

* ref(helm): enclose replica with if/else

* ref(helm): remove specific replicaCount in values

* revert: "docs: update documentation"

This reverts commit 6ab95a71a2.

* fix(helm): fix typo

* ref(helm): replace condition with default value

* ref(helm): replace replicaCount with per-component replicaCount

Co-authored-by: Gabriel Forien <gforien.externe@bedrockstreaming.com>
2022-08-01 09:03:10 -07:00
Christian Dreier
3f943ffadb fix: adding extraConfig to worker deployment #20828 (#20829)
* #20828 adding extraConfig to worker deployment

* fixed missing condition in volume declaration

* bumped chart version
2022-07-25 15:07:23 -07:00
Milosz Bednarzak
ae306d6d1f feat(HelmChart): Add securityContext on pod level (#20666)
* feat(HelmChart): securityContext - container level

* build(helmchart): bump chart to 0.6.5
2022-07-11 08:30:17 -07:00
Milosz Bednarzak
1a806687fc feat(HelmChart): Configurable securityContext in Pods (#20509)
* feat(Helm Chart): add customizable securityContext

* build(Helm Chart): bump Chart to 0.6.4

* feat(Helm Chart): add support for securityContext
2022-07-05 12:14:35 -07:00
Josh Paulin
1918dc0455 fix: Add serviceAccountName to celerybeat pods. (#19670)
Co-authored-by: josh.paulin <josh.paulin@wheniwork.com>
2022-06-10 13:03:13 -07:00
Moritz Rathberger
259e03ee12 feat(Helm Chart): Support resource limits and requests for each component (#20052) 2022-05-25 08:49:56 -07:00
btx
f198f9f007 fix(helm): fix postgresql values (#19835)
Signed-off-by: Benjamin Texier <benjamin.texier@outlook.com>
2022-04-28 09:38:12 -07:00
Daniel Vaz Gaspar
3db4a1cb80 chore: bump postgres from 10 to 14 (#19790)
* chore: bump postgres from 10 to 14

* update helm chart

* adding docs

* fix docs

* Update docs/docs/installation/configuring-superset.mdx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

* Update docs/docs/installation/configuring-superset.mdx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

* improve docs

* improve docs

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2022-04-21 10:16:00 +01:00
Sujith Kumar S
54c521ba77 docs: SECRET_KEY Rotation Documentation (#19233)
* SECRET_KEY Rotation

Additional documentation for SECRET_KEY rotation and SECRET_KEY setting up.

* Bumped the helm chart version to 0.5.11

Bumped the helm chart version for the new changes.

* Removed the default secret key value from the configuration docs.

Removed the default secret key value from the configuration docs.
2022-03-23 10:14:46 +00:00
Minh Vuong
dafc841e22 feat: allow adding pod labels (#18848) 2022-02-23 11:58:03 -08:00
wiktor2200
4ab0786ab3 fix: bump Helm chart release version (#18751) 2022-02-16 07:15:51 -08:00
wiktor2200
33d1c96764 feat(Helm): Redis with password supported in helm charts and redis chart version updated (#18642)
* fix import_datasources documentation

* Redis with password supported in helm chart

* fix conditionals format and redisURL
2022-02-10 09:45:30 -08:00
Andrii Vakarev
4db70b5c18 feat(helm): allow to customize init image (#18649)
* feat(helm): allow to customize init image

* chore(helm): bump chart version to 0.5.8
2022-02-10 09:43:58 -08:00
Adam Dobrawy
11d71d69fe fix(helm): Fix support for ingress.ingressClassName (#18619) 2022-02-08 12:52:07 -08:00
Adam Dobrawy
568b8e160f fix(helm): allows extra top-level properties (#18174)
* fix(helm): allows extra top-level properties

* chore: bump Chart version to 0.5.5
2022-01-27 09:58:19 -08:00
Adam Dobrawy
62009773a6 feat(helm): Add schema of values in Helm Chart (#18161)
* Add schema of values in Helm Chart

* chore(helm): bump our Chart version

* Fix schema values in Helm Chart

* fix(helm): fix relax required parameters for postgres & redis password, apply review comments
2022-01-25 15:33:39 -08:00
Ville Brofeldt
cdcdf11d07 fix(helm): pin correct psycopg2 version (#17999) 2022-01-11 11:23:38 +02:00
wiktor2200
48d5dc12fc fix(helm): service account apiVersion indent (#17920) 2022-01-04 09:45:53 -08:00
wiktor2200
699141745a feat: Helm - custom service account creation and management (#17880)
* feat: Custom service account creation and management

* bump helm chart version

* add custom service account in init-job

* service account creation template

* changed service account creation template

* add license
2022-01-04 15:46:29 +02:00
William Gan
e3b44f4825 feat: Add Helm chart option for configOverrides through file (#17811)
* Add option to provide configOverrides through file

* Bump chart to 0.5.1
2021-12-20 12:49:10 -08:00
ofekisr
aee5c9a3ea chore: removing redundant docker-entrypoint (#17687)
* chore: removing redundant docker-entrypoint

* chore: chmod the run-server

* Update Dockerfile

Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com>
2021-12-08 20:43:28 +02:00
David Talbot
95177d72b6 feat: added option to set pod annotations on init-db pod to Helm chart. (#17581)
Signed-off-by: David Talbot <davidtalbot100@gmail.com>
2021-11-30 10:42:38 -08:00
Jolcik
37909aace0 feat: add possibility to set ingress class name in Helm chart (#17252)
* add possibility to set ingress class name

* remove ingress class annotation comment

Co-authored-by: Piotr Kostrzeński <piotr.kostrzenski@samba.tv>
2021-10-28 15:11:10 +01:00
Shiva Raisinghani
ef3afbde82 refactor: Repeated boilerplate code between upload to database forms (#16756)
* abstract boilerplate code into class and rename csv to file

* add db migration

* fix some stuff

* more renaming of csv to file

* rename in translations

* update down revision

* update down revision

* bump chart version

* switch to alter column name approach in db migration

* fix db migration for MySQL

* db migration conflict
2021-10-25 13:53:06 +03:00