Skip to content

Commit

Permalink
Prepare docs for 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Oct 10, 2017
1 parent cb99e32 commit f87995a
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please pick a version of Stash that matches your Kubernetes installation.

| Stash Version | Docs | Kubernetes Version |
|--------------------------------------------------------------------------|-----------------------------------------------------------------------|--------------------|
| [0.5.0](https://github.com/appscode/stash/releases/tag/0.5.0) (uses CRD) | [User Guide](https://github.com/appscode/stash/tree/0.5.0/docs) | 1.7.x+ |
| [0.5.1](https://github.com/appscode/stash/releases/tag/0.5.1) (uses CRD) | [User Guide](https://github.com/appscode/stash/tree/0.5.1/docs) | 1.7.x+ |
| [0.4.1](https://github.com/appscode/stash/releases/tag/0.4.1) (uses TPR) | [User Guide](https://github.com/appscode/stash/tree/0.4.1/docs) | 1.5.x - 1.7.x |

## Installation
Expand Down
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.5.0
appVersion: 0.5.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.5.0` |
| `operator.tag` | operator container image tag | `0.5.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.5.0
tag: 0.5.1
pushgateway:
image: prom/pushgateway
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please pick a version of Stash that matches your Kubernetes installation.

| Stash Version | Docs | Kubernetes Version |
|--------------------------------------------------------------------------|-----------------------------------------------------------------------|--------------------|
| [0.5.0](https://github.com/appscode/stash/releases/tag/0.5.0) (uses CRD) | [User Guide](https://github.com/appscode/stash/tree/0.5.0/docs) | 1.7.x+ |
| [0.5.1](https://github.com/appscode/stash/releases/tag/0.5.1) (uses CRD) | [User Guide](https://github.com/appscode/stash/tree/0.5.1/docs) | 1.7.x+ |
| [0.4.1](https://github.com/appscode/stash/releases/tag/0.4.1) (uses TPR) | [User Guide](https://github.com/appscode/stash/tree/0.4.1/docs) | 1.5.x - 1.7.x |

## Installation
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 @@ -109,7 +109,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: appscode/stash:0.5.0
image: appscode/stash:0.5.1
imagePullPolicy: IfNotPresent
name: stash
volumeMounts:
Expand Down
8 changes: 4 additions & 4 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

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


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

Expand Down Expand Up @@ -64,13 +64,13 @@ $ POD_NAMESPACE=kube-system
$ POD_NAME=$(kubectl get pods -n $POD_NAMESPACE -l app=stash -o jsonpath={.items[0].metadata.name})
$ kubectl exec -it $POD_NAME -c operator -n $POD_NAMESPACE stash version

Version = 0.5.0
Version = 0.5.1
VersionStrategy = tag
Os = alpine
Arch = amd64
CommitHash = 85b0f16ab1b915633e968aac0ee23f877808ef49
GitBranch = release-0.5
GitTag = 0.5.0
GitTag = 0.5.1
CommitTimestamp = 2017-10-10T05:24:23

$ kubectl exec -it $POD_NAME -c operator -n $POD_NAMESPACE restic version
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.5.0
image: appscode/stash:0.5.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.5.0
image: appscode/stash:0.5.1
imagePullPolicy: IfNotPresent
name: stash
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/with-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
- run
- --v=3
- --rbac=true
image: appscode/stash:0.5.0
image: appscode/stash:0.5.1
ports:
- containerPort: 56790
name: http
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/without-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
args:
- run
- --v=3
image: appscode/stash:0.5.0
image: appscode/stash:0.5.1
ports:
- containerPort: 56790
name: http
Expand Down

0 comments on commit f87995a

Please sign in to comment.