File tree Expand file tree Collapse file tree
nifi-kafka-druid-superset-s3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- { pkgs ? import <nixpkgs> { } } :
1+ {
2+ pkgs ? import <nixpkgs> { } ,
3+ } :
24pkgs . mkShell {
35 packages = with pkgs ; [
46 gettext # envsubst
57
68 # Needed by .scripts/update_helm_charts.py
79 python311Packages . pyyaml
810 kubernetes-helm
11+ nodejs
912 ] ;
1013}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : superset
66spec :
77 image :
8- productVersion : 4.1.4
8+ productVersion : 6.0.0
99 clusterConfig :
1010 credentialsSecret : superset-credentials
1111 mapboxSecret : superset-mapbox-api-key
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : superset
66spec :
77 image :
8- productVersion : 4.1.4
8+ productVersion : 6.0.0
99 clusterConfig :
1010 credentialsSecret : superset-credentials
1111 mapboxSecret : superset-mapbox-api-key
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : superset
66spec :
77 image :
8- productVersion : 4.1.4
8+ productVersion : 6.0.0
99 clusterConfig :
1010 credentialsSecret : superset-credentials
1111 mapboxSecret : superset-mapbox-api-key
You can’t perform that action at this time.
0 commit comments