File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,14 @@ jobs:
148148 - name : Update Helm README
149149 run : helm/update_helm_readme.sh
150150
151+ - name : Add Helm dependency repos
152+ run : |
153+ helm repo add milvus https://zilliztech.github.io/milvus-helm
154+ helm repo add zipkin https://zipkin.io/zipkin-helm
155+ helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
156+ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
157+ helm repo update
158+
151159 - name : Build Helm dependencies
152160 run : |
153161 helm dependency update helm/
@@ -321,6 +329,14 @@ jobs:
321329 - name : Update Helm README
322330 run : helm/update_helm_readme.sh
323331
332+ - name : Add Helm dependency repos
333+ run : |
334+ helm repo add milvus https://zilliztech.github.io/milvus-helm
335+ helm repo add zipkin https://zipkin.io/zipkin-helm
336+ helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
337+ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
338+ helm repo update
339+
324340 - name : Build Helm dependencies
325341 run : |
326342 helm dependency update helm/
Original file line number Diff line number Diff line change 7575 - name : Update Helm README
7676 run : helm/update_helm_readme.sh
7777
78+ - name : Add Helm dependency repos
79+ run : |
80+ helm repo add milvus https://zilliztech.github.io/milvus-helm
81+ helm repo add zipkin https://zipkin.io/zipkin-helm
82+ helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
83+ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
84+ helm repo update
85+
7886 - name : Build Helm dependencies
7987 run : |
8088 helm dependency update helm/
You can’t perform that action at this time.
0 commit comments