Skip to content

Commit

Permalink
Merge pull request #105 from kanisterio/sync
Browse files Browse the repository at this point in the history
Manual version bump to 0.10.0 (#3340)
  • Loading branch information
tdmanv authored Jun 29, 2018
2 parents 6a45cfa + bdf7c0e commit 792fec6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ spec:
serviceAccountName: kanister-operator
containers:
- name: kanister-operator
image: kanisterio/controller:0.6.0
image: kanisterio/controller:0.10.0
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ namespace.

.. code-block:: bash
# Deploy controller version 0.1.0 to Kubernetes
$ make deploy VERSION="0.1.0"
# Deploy controller version 0.10.0 to Kubernetes
$ make deploy VERSION="0.10.0"
2 changes: 1 addition & 1 deletion helm/kanister-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
- email: [email protected]
name: tdmanv
icon: https://kasten.io/assets/img/kanister-logo.png
appVersion: v0.2.0
appVersion: 0.10.0
source: https://github.com/kanisterio/kanister
2 changes: 1 addition & 1 deletion helm/kanister-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Parameter | Description | Default
`serviceAccount.create`| specify if SA will be created | `true`
`serviceAccount.name`| provided service account name will be used | `None`
`image.repository` | controller container image repository | `kanisterio/controller`
`image.tag` | controller container image tag | `v0.2.0`
`image.tag` | controller container image tag | `0.10.0`
`image.pullPolicy` | controller container image pull policy | `IfNotPresent`
`resources` | k8s pod resources | `None`

Expand Down
2 changes: 1 addition & 1 deletion helm/kanister-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: kanisterio/controller
tag: v0.2.0
tag: 0.10.0
pullPolicy: IfNotPresent
rbac:
create: true
Expand Down
2 changes: 1 addition & 1 deletion helm/profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ with the [S3 protocol](https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.h
## Prerequisites

- Kubernetes 1.7+ with Beta APIs enabled or 1.9+ without Beta APIs.
- Kanister version 0.8.0 with `profiles.cr.kanister.io` CRD installed
- Kanister version 0.10.0 with `profiles.cr.kanister.io` CRD installed

> **Note**: The Kanister controller will create the Profile CRD at Startup.
Expand Down
2 changes: 1 addition & 1 deletion scripts/get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ cleanup() {
}

main() {
version="${1:-"0.9.0"}"
version="${1:-"0.10.0"}"
initArch
initOS
verifySupported
Expand Down

0 comments on commit 792fec6

Please sign in to comment.