From 49630d56edd4f8b9f3a7ab596433c925c8ff3530 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sun, 30 Sep 2018 19:15:54 -0700 Subject: [PATCH] Update install.md --- docs/setup/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setup/install.md b/docs/setup/install.md index c186f6577..9d90555c1 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -125,9 +125,9 @@ KubeDB can be installed via [Helm](https://helm.sh/) using the [chart](https://g $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update $ helm search appscode/kubedb -NAME CHART VERSION APP VERSION DESCRIPTION -appscode/kubedb 0.9.0-beta.1 0.9.0-beta.1 KubeDB by AppsCode - Production ready databases ... -appscode/kubedb-catalog 0.9.0-beta.1 0.9.0-beta.1 KubeDB Catalog by AppsCode - Catalog for database versions +NAME CHART VERSION APP VERSION DESCRIPTION +appscode/kubedb 0.9.0-beta.1 0.9.0-beta.1 KubeDB by AppsCode - Production ready databases on Kubern... +appscode/kubedb-catalog 0.9.0-beta.1 0.9.0-beta.1 KubeDB Catalog by AppsCode - Catalog for database versions # Step 1: Install kubedb operator chart $ helm install appscode/kubedb --name kubedb-operator --version 0.9.0-beta.1 \