Skip to content

Commit

Permalink
chore(helm): update README.md (#1054)
Browse files Browse the repository at this point in the history
Because

- the Helm chart `README.md` is out-dated

This commit

- update the `README.md`
  • Loading branch information
pinglin authored and donch1989 committed Jul 31, 2024
1 parent ad3aa4b commit 23c3a9d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions charts/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The Helm chart of Instill Core

# Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | grafana | 7.0.19 |
| https://helm.elastic.co | elasticsearch | 7.17.3 |
| https://helm.influxdata.com | influxdb2 | 2.1.1 |
| https://jaegertracing.github.io/helm-charts | jaeger | 0.71.2 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.59.1 |
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 48.2.1 |
| https://ray-project.github.io/kuberay-helm/ | kuberay-operator | 1.1.1 |
| https://zilliztech.github.io/milvus-helm/ | milvus | 4.1.30 |
| Repository | Name | Version |
| ---------------------------------------------------------- | ----------------------- | ------- |
| https://grafana.github.io/helm-charts | grafana | 7.0.19 |
| https://helm.elastic.co | elasticsearch | 7.17.3 |
| https://helm.influxdata.com | influxdb2 | 2.1.1 |
| https://jaegertracing.github.io/helm-charts | jaeger | 0.71.2 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.59.1 |
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 48.2.1 |
| https://ray-project.github.io/kuberay-helm/ | kuberay-operator | 1.1.1 |
| https://zilliztech.github.io/milvus-helm/ | milvus | 4.1.30 |

## Install

Expand All @@ -26,12 +26,12 @@ helm repo add instill-ai https://helm.instill.tech
```

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo vdp --devel` to see the charts.
the latest versions of the packages. You can then run `helm search repo core --devel` to see the charts.

To install the chart (alpha version):

```bash
helm install <release-name> instill-ai/vdp --devel
helm install <release-name> instill-ai/core --devel
```

## Uninstall
Expand Down

0 comments on commit 23c3a9d

Please sign in to comment.