Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 5c1b01e

Browse files
authored
Fix new pulsar chart release (#317)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent 72d71b5 commit 5c1b01e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Add dependency chart repos
2929
run: |
30-
helm repo add kafkaesque https://helm.kafkaesque.io
30+
helm repo add apache https://pulsar.apache.org/charts
3131
helm repo add bitnami https://charts.bitnami.com/bitnami
3232
helm repo add milvus https://milvus-io.github.io/milvus-helm
3333

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.0.1"
44
kubeVersion: "^1.10.0-0"
55
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
6-
version: 3.0.11
6+
version: 3.0.12
77
keywords:
88
- milvus
99
- elastic

0 commit comments

Comments
 (0)