Skip to content

Commit b553552

Browse files
fix ci
1 parent bd8c8e0 commit b553552

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.ci/tests/integration-oauth2/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ setup:
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

.ci/tests/integration-oauth2/e2e_with_downloader.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ setup:
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

.ci/tests/integration/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ setup:
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

.ci/tests/integration/e2e_with_tls.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ setup:
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

0 commit comments

Comments
 (0)