From 2481f2b4bb833365c35c61738c230cd9d50fd02f Mon Sep 17 00:00:00 2001 From: Maor Date: Tue, 2 Oct 2018 09:34:02 +0300 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1753d..8966192 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ Cain is a backup and restore tool for Cassandra on Kubernetes. It is named after the DC Comics superhero [Cassandra Cain](https://en.wikipedia.org/wiki/Cassandra_Cain). +Now an official part of the Helm [incubator/cassandra](https://github.com/helm/charts/tree/master/incubator/cassandra) chart! + ## Install ``` -wget -qO- https://github.com/maorfr/cain/releases/download/0.1.1/cain.tar.gz | sudo tar xvz -C /usr/local/bin +wget -qO- https://github.com/maorfr/cain/releases/download/0.1.0/cain.tar.gz | sudo tar xvz -C /usr/local/bin ``` ## Build from source