Skip to content

Commit

Permalink
Kanister docs update to version 0.13.0 (#4229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav Kamra authored and SupriyaKasten committed Oct 23, 2018
1 parent a4b3eb0 commit 258caa7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ found [here](https://hub.kubeapps.com/charts/stable/kanister-operator) and can
be installed by specifying the `stable` chart prefix.

```bash
helm install --name myrelease --namespace kanister stable/kanister-operator --set image.tag=0.12.0
helm install --name myrelease --namespace kanister stable/kanister-operator --set image.tag=0.13.0
```

> **Warning**: The Kanister chart found in `stable` may be behind the one in
Expand Down
2 changes: 1 addition & 1 deletion docs/helm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You also need to install the Kanister controller

.. code-block:: console
$ helm install --name myrelease --namespace kanister kanister/kanister-operator --set image.tag=0.12.0
$ helm install --name myrelease --namespace kanister kanister/kanister-operator --set image.tag=0.13.0
Kanister-Enabled Applications
=============================
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ and backup to an AWS S3 bucket.
helm repo add kanister http://charts.kanister.io
# Install the Kanister Controller
helm install --name myrelease --namespace kanister kanister/kanister-operator --set image.tag=0.12.0
helm install --name myrelease --namespace kanister kanister/kanister-operator --set image.tag=0.13.0
# Install MySQL and configure its Kanister Blueprint.
# Also create a Profile CR that can be used in ActionSets
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This will install the Kanister controller in the `kanister` namespace
$ helm repo add kanister https://charts.kanister.io/
# Install the Kanister operator controller using helm
$ helm install --name myrelease --namespace kanister kanister/kanister-operator --set image.tag=0.12.0
$ helm install --name myrelease --namespace kanister kanister/kanister-operator --set image.tag=0.13.0
Building and Deploying from Source
Expand Down

0 comments on commit 258caa7

Please sign in to comment.