Skip to content

Commit

Permalink
Merge pull request #1585 from milvus-io/cherry-pick-update-sizingtool
Browse files Browse the repository at this point in the history
update milvus config resource
  • Loading branch information
ThyeeZz authored Sep 3, 2024
2 parents 3392a04 + 22d5aba commit 26cd6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/card/sizingToolCard/codeBlock.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ const HighlightBlock = ({ type }) => {
const content =
type === 'helm'
? `
helm repo add milvus https://milvus-io.github.io/milvus-helm/
helm repo add milvus https://zilliztech.github.io/milvus-helm/
helm repo update
helm install my-release milvus/milvus -f ${HELM_CONFIG_FILE_NAME}.yml
`
: `
helm repo add milvus-operator https://milvus-io.github.io/milvus-operator/
helm repo add milvus-operator https://zilliztech.github.io/milvus-operator/
helm repo update milvus-operator
helm -n milvus-operator upgrade --install milvus-operator milvus-operator/milvus-operator
kubectl create -f ${OPERATOR_CONFIG_FILE_NAME}.yml
Expand Down

0 comments on commit 26cd6f0

Please sign in to comment.