Skip to content

Commit bd8c8e0

Browse files
fix ci
1 parent 45b2d2a commit bd8c8e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/helm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ function ci::install_pulsar_charts() {
9292
helm repo add grafana https://grafana.github.io/helm-charts
9393
helm repo update
9494
yq -i '.dependencies[0].repository = "https://grafana.github.io/helm-charts"' charts/pulsar/requirements.yaml
95+
# the superset chart seems got some issue, so we remove it
96+
yq -i 'del(.dependencies[1])' charts/pulsar/requirements.yaml
9597
helm dependency update charts/pulsar
9698
${HELM} install sn-platform --set initialize=true --values charts/pulsar/mini_values.yaml charts/pulsar --debug
9799

0 commit comments

Comments
 (0)