Skip to content

Commit 6892e04

Browse files
authored
Install needed Helm repos (#1558)
1 parent 6903cd4 commit 6892e04

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/perform-release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

.github/workflows/release-helm.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ jobs:
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/

0 commit comments

Comments
 (0)