Skip to content

Commit 53ba5a4

Browse files
committed
chore(superset): Bump to 6.0.0
1 parent b5a3d39 commit 53ba5a4

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

shell.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
{ pkgs ? import <nixpkgs> { } }:
1+
{
2+
pkgs ? import <nixpkgs> { },
3+
}:
24
pkgs.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
}

stacks/end-to-end-security/superset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: superset
66
spec:
77
image:
8-
productVersion: 4.1.4
8+
productVersion: 6.0.0-rc2
99
clusterConfig:
1010
credentialsSecret: superset-credentials
1111
mapboxSecret: superset-mapbox-api-key

stacks/nifi-kafka-druid-superset-s3/superset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: superset
66
spec:
77
image:
8-
productVersion: 4.1.4
8+
productVersion: 6.0.0
99
clusterConfig:
1010
credentialsSecret: superset-credentials
1111
mapboxSecret: superset-mapbox-api-key

stacks/trino-superset-s3/superset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: superset
66
spec:
77
image:
8-
productVersion: 4.1.4
8+
productVersion: 6.0.0
99
clusterConfig:
1010
credentialsSecret: superset-credentials
1111
mapboxSecret: superset-mapbox-api-key

0 commit comments

Comments
 (0)