17 Commits
Author SHA1 Message Date
Matt Farina bee8385a30 [stable/superset] deprecating chart (#24403)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 15:19:04 -05:00
Scott Rigby a0aa5c355c [stable/superset] add repo archive notice (#24203)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:34:41 -08:00
H Shashank Koppar df58400516 [stable/superset] fix init startup script for superset entrypoint. (#22218)
* fix startup for superset

Signed-off-by: Shashank <shashank.koppar1@gmail.com>

* update chart and image version

Signed-off-by: Shashank <shashank.koppar1@gmail.com>

* try with superset db upgrade if it is upgrade of version

Signed-off-by: Shashank <shashank.koppar1@gmail.com>
2020-05-05 09:27:08 -07:00
Daniel JohanssonandDaniel Johansson 4b82dae876 [stable/superset] Make it possible to configure start up (#21682)
Superset used to start by running init_superset.sh which was
configurable. This commit adds that possibility back together with the
option to pass additional arguments to that script for configuring
start up.

Signed-off-by: Daniel Johansson <daniel.sjohansson@niradynamics.se>

Co-authored-by: Daniel Johansson <Daniel.SJohansson@niradynamics.se>
2020-04-07 10:17:45 -07:00
Marcus 424ed073c7 [stable/superset] Update Maintainers List (#20493)
* updating maintainers list due to significant improvement in how app is started and big jump in version. Ongoing improvements to follow.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>

* add CI directory and security manager custom test values.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>

* update maintainer.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>

* add an owners file.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>
2020-02-04 02:51:27 -08:00
Marcus c56f4d4ad9 [stable/superset] better branch name and clean PR. (#19915)
* adding bumped superset version in better branch name and clean PR.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>

* update to latest stable version and modify start commands for changes in project.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>

* remove typo missed in terminal diff.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>

* fixed name of char for linter.

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>

* Start Superset with appropriate webserver and host:port binding

Signed-off-by: marcussorealheis <marcuseagan@gmail.com>
2020-01-30 22:00:19 -08:00
Hiroshi Fukada 97b2dc2d91 stable/superset: Add deployment level annotations in superset (#15328)
- I would like to add deployment level annotations. I am currently using
this patch along side kube2iam to apply aws instance credentials to the
pods.

Signed-off-by: Hiroshi Fukada <hiroshi@fukada.us>
2019-07-26 11:51:19 -07:00
Carlos Tadeu Panato Junior 3199a7acf6 add apiVersion (#13838)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-05-14 22:40:55 -07:00
Mikhail Zholobov 0facbbcf21 [stable/superset] Use the target port number instead of a name (#7857)
* [stable/superset] Use the target port number instead of a name

Older (but still actual) versions of some Network Policy providers don't support named ports as
a value of `targetPort` field in the Service spec.
Changing it to the number shouldn't break the UX for existing installations.

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>

* [stable/superset] Bump version

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
2019-02-15 05:52:32 -08:00
Garrett Bates 7a3e23df6b [stable/superset] replaced inappropriate 'with' statement with 'if' (#10833)
Signed-off-by: Garrett Bates <gbates101@gmail.com>
2019-01-29 08:42:18 -08:00
Don Bowman e4c0364074 Change stable/superset runAsUser, runAsGroup to 1000 (#10926)
The default container (amancevice/superset) creates
a user 'superset' with uid 1000, expecting to run as that.
There is no need to run 'privileged'.

Signed-off-by: Don Bowman <db@donbowman.ca>
2019-01-28 02:26:55 -08:00
Don Bowman 5fd0fa3f99 Add imagePullSecrets for stable/superset chart (#10920)
* Add imagePullSecrets for stable/superset chart

Signed-off-by: Don Bowman <db@donbowman.ca>

* Inadvertently added this file, removed.

Signed-off-by: Don Bowman <db@donbowman.ca>
2019-01-27 16:31:12 -08:00
Erik Sundell 6926372f9a [stable/superset] WIP: Refactoring, additional configs, secure secrets, versionbump (#9836)
* Refactor template to include function

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Refactor to utilize default function

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Refactor away blank container.env

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Refactor systematic left whitechomping

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Refactor indentation for readability

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Allow for additional config files

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Restart pods on changed config

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Secure secrets in config

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Refactor away unused code

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Bump superset version

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Bump chart version

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Update README.md to reflect changes

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Bump chart to 1.1.0

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>
2018-12-13 02:08:10 -08:00
Justin Heesemann 76114fa449 [stable/superset] support service annotations, use correct healthcheck (#8599)
* - support service annotations and in general more settings on the service
- there is an actual health check endpoint in superset /health so let's use that one

Signed-off-by: Justin Heesemann <justin.heesemann@holidu.com>

* increment chart version

Signed-off-by: Justin Heesemann <justin.heesemann@holidu.com>

* change version bump to be 1.0.0 since its in stable.

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2018-11-16 09:29:06 -08:00
Fabio Todaro e087f331f2 [stable/superset] Add env vars from values or secret (#5745)
* Add env from value file or secret

* Update README

* Update variables naming, Update Chart version
2018-06-01 09:15:56 -07:00
AdamDang 8905d3eb5c [stable/superset] typo fix: entrypoint point->entrypoint (#5750)
* Add version: 0.1.1

version: 0.1.1

* [stable/superset] typo fix: entrypoint point->entrypoint

[stable/superset] typo fix: entrypoint point->entrypoint
2018-05-25 06:23:43 -07:00
Alexander Krieg 9667722aba added Apache superset charts (#4481)
* added Apache superset charts

* removed apiVersion

* use apiVersion: apps/v1

* added docu for missing values, change to amancevice/superset image

* use amancevice/superset image

* don't make containerPort configurable

* fixed docu for image values

* Added release label to selector

* use current image version

* default pullPolicy to "IfNotPresent"

* moved to stable repo

* prettify Readme

* Kubernetes 1.9+

* fix default value for image.tag
2018-05-02 13:31:17 -07:00