Skip to content

Commit

Permalink
Merge pull request #106 from kanisterio/release-fix
Browse files Browse the repository at this point in the history
Release fix
  • Loading branch information
Vaibhav Kamra authored Jun 29, 2018
2 parents 792fec6 + 31c5c55 commit 2ad93a4
Show file tree
Hide file tree
Showing 5 changed files with 5 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.9.0
helm install --name myrelease --namespace kanister stable/kanister-operator --set image.tag=0.10.0
```

> **Warning**: The Kanister chart found in `stable` may be behind the one in
Expand Down
1 change: 1 addition & 0 deletions build/release_helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ release_helm_charts() {
fi

mkdir ${package_folder}
helm dep update ${chart_path}
local out=$(helm package ${chart_path} --version ${version} -d ${package_folder})
[[ ${out} =~ ^.*/(.*\.tgz)$ ]]
local chart_tar=${BASH_REMATCH[1]}
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.9.0
$ helm install --name myrelease --namespace kanister kanister/kanister-operator --set image.tag=0.10.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.9.0
helm install --name myrelease --namespace kanister kanister/kanister-operator --set image.tag=0.10.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.9.0
$ helm install --name myrelease --namespace kanister kanister/kanister-operator --set image.tag=0.10.0
Building and Deploying from Source
Expand Down

0 comments on commit 2ad93a4

Please sign in to comment.