File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3939 helm repo add grafana https://grafana.github.io/helm-charts
4040 helm repo update
4141 yq -i '.dependencies[0].repository = "https://grafana.github.io/helm-charts"' charts/pulsar/requirements.yaml
42+ yq -i 'del(.dependencies[1])' charts/pulsar/requirements.yaml
4243 helm dependency update charts/pulsar
4344 helm install ${PULSAR_RELEASE_NAME} --set initialize=true --values ../.ci/clusters/values_skywalking_e2e_cluster_with_oauth.yaml charts/pulsar
4445
Original file line number Diff line number Diff line change 3939 helm repo add grafana https://grafana.github.io/helm-charts
4040 helm repo update
4141 yq -i '.dependencies[0].repository = "https://grafana.github.io/helm-charts"' charts/pulsar/requirements.yaml
42+ yq -i 'del(.dependencies[1])' charts/pulsar/requirements.yaml
4243 helm dependency update charts/pulsar
4344 helm install ${PULSAR_RELEASE_NAME} --set initialize=true --values ../.ci/clusters/values_skywalking_e2e_cluster_with_oauth.yaml charts/pulsar
4445
Original file line number Diff line number Diff line change 4545 helm repo add grafana https://grafana.github.io/helm-charts
4646 helm repo update
4747 yq -i '.dependencies[0].repository = "https://grafana.github.io/helm-charts"' charts/pulsar/requirements.yaml
48+ yq -i 'del(.dependencies[1])' charts/pulsar/requirements.yaml
4849 helm dependency update charts/pulsar
4950 helm install ${PULSAR_RELEASE_NAME} --set initialize=true --values ../.ci/clusters/values_skywalking_e2e_cluster.yaml charts/pulsar
5051
Original file line number Diff line number Diff line change 3434 helm repo add grafana https://grafana.github.io/helm-charts
3535 helm repo update
3636 yq -i '.dependencies[0].repository = "https://grafana.github.io/helm-charts"' charts/pulsar/requirements.yaml
37+ yq -i 'del(.dependencies[1])' charts/pulsar/requirements.yaml
3738 helm dependency update charts/pulsar
3839 helm install ${PULSAR_RELEASE_NAME} --set initialize=true --values ../.ci/clusters/values_skywalking_e2e_cluster_with_tls.yaml charts/pulsar
3940
You can’t perform that action at this time.
0 commit comments