Skip to content

Commit

Permalink
Prepare docs for 0.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jul 4, 2017
1 parent dcf34f1 commit a96ddcd
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion chart/stash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: 'Stash by AppsCode - Backup your Kubernetes Volumes'
name: stash
version: 0.1.0
appVersion: 0.3.0
appVersion: 0.3.1
home: https://github.com/appscode/stash
icon: https://cdn.appscode.com/images/icon/stash.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion chart/stash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following tables lists the configurable parameters of the Stash chart and th
| ------------------------ | ----------------------------------------------------------------- | ------------------ |
| `replicaCount` | Number of stash operator replicas to create (only 1 is supported) | `1` |
| `operator.image` | operator container image | `appscode/stash` |
| `operator.tag` | operator container image tag | `0.3.0` |
| `operator.tag` | operator container image tag | `0.3.1` |
| `operator.pullPolicy` | operator container image pull policy | `IfNotPresent` |
| `pushgateway.image` | Prometheus pushgateway container image | `prom/pushgateway` |
| `pushgateway.tag` | Prometheus pushgateway container image tag | `v0.4.0` |
Expand Down
2 changes: 1 addition & 1 deletion chart/stash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
operator:
image: appscode/stash
pullPolicy: IfNotPresent
tag: 0.3.0
tag: 0.3.1
pushgateway:
image: prom/pushgateway
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/workloads/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: appscode/stash:0.3.0
image: appscode/stash:0.3.1
imagePullPolicy: IfNotPresent
name: stash
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Stash can be installed using YAML files includes in the [/hack/deploy](/hack/dep

```sh
# Install without RBAC roles
$ curl https://raw.githubusercontent.com/appscode/stash/0.3.0/hack/deploy/stash-without-rbac.yaml \
$ curl https://raw.githubusercontent.com/appscode/stash/0.3.1/hack/deploy/stash-without-rbac.yaml \
| kubectl apply -f -


# Install with RBAC roles
$ curl https://raw.githubusercontent.com/appscode/stash/0.3.0/hack/deploy/stash-with-rbac.yaml \
$ curl https://raw.githubusercontent.com/appscode/stash/0.3.1/hack/deploy/stash-with-rbac.yaml \
| kubectl apply -f -
```

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: appscode/stash:0.3.0
image: appscode/stash:0.3.1
imagePullPolicy: IfNotPresent
name: stash
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion docs/workloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: appscode/stash:0.3.0
image: appscode/stash:0.3.1
imagePullPolicy: IfNotPresent
name: stash
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/stash-with-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
args:
- run
- --v=3
image: appscode/stash:0.3.0
image: appscode/stash:0.3.1
ports:
- containerPort: 56790
name: http
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/stash-without-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
args:
- run
- --v=3
image: appscode/stash:0.3.0
image: appscode/stash:0.3.1
ports:
- containerPort: 56790
name: http
Expand Down

0 comments on commit a96ddcd

Please sign in to comment.