We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b2d2a commit bd8c8e0Copy full SHA for bd8c8e0
.ci/helm.sh
@@ -92,6 +92,8 @@ function ci::install_pulsar_charts() {
92
helm repo add grafana https://grafana.github.io/helm-charts
93
helm repo update
94
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
97
helm dependency update charts/pulsar
98
${HELM} install sn-platform --set initialize=true --values charts/pulsar/mini_values.yaml charts/pulsar --debug
99
0 commit comments