Skip to content

Commit cfea8b5

Browse files
authored
Prepare docs for 5.0.0-beta.0 (#185)
1 parent 8cac1df commit cfea8b5

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please pick a version of Stash that matches your Kubernetes installation.
1919

2020
| Stash Version | Docs | Kubernetes Version |
2121
|--------------------------------------------------------------------------|-----------------------------------------------------------------------|--------------------|
22-
| [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+ |
22+
| [0.5.0-beta.0](https://github.com/appscode/stash/releases/tag/0.5.0-beta.0) (uses CRD) | [User Guide](https://github.com/appscode/stash/tree/0.5.0-beta.0/docs) | 1.7.x+ |
2323
| [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 |
2424

2525
## Installation

chart/stash/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
description: 'Stash by AppsCode - Backup your Kubernetes Volumes'
33
name: stash
44
version: 0.1.0
5-
appVersion: 0.5.0
5+
appVersion: 0.5.0-beta.0
66
home: https://github.com/appscode/stash
77
icon: https://cdn.appscode.com/images/icon/stash.png
88
sources:

chart/stash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following tables lists the configurable parameters of the Stash chart and th
4242
| --------------------------| ----------------------------------------------------------------- | ------------------ |
4343
| `replicaCount` | Number of stash operator replicas to create (only 1 is supported) | `1` |
4444
| `operator.image` | operator container image | `appscode/stash` |
45-
| `operator.tag` | operator container image tag | `0.5.0` |
45+
| `operator.tag` | operator container image tag | `0.5.0-beta.0` |
4646
| `operator.pullPolicy` | operator container image pull policy | `IfNotPresent` |
4747
| `pushgateway.image` | Prometheus pushgateway container image | `prom/pushgateway` |
4848
| `pushgateway.tag` | Prometheus pushgateway container image tag | `v0.4.0` |

chart/stash/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ replicaCount: 1
55
operator:
66
image: appscode/stash
77
pullPolicy: IfNotPresent
8-
tag: 0.5.0
8+
tag: 0.5.0-beta.0
99
pushgateway:
1010
image: prom/pushgateway
1111
pullPolicy: IfNotPresent

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please pick a version of Stash that matches your Kubernetes installation.
1919

2020
| Stash Version | Docs | Kubernetes Version |
2121
|--------------------------------------------------------------------------|-----------------------------------------------------------------------|--------------------|
22-
| [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+ |
22+
| [0.5.0-beta.0](https://github.com/appscode/stash/releases/tag/0.5.0-beta.0) (uses CRD) | [User Guide](https://github.com/appscode/stash/tree/0.5.0-beta.0/docs) | 1.7.x+ |
2323
| [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 |
2424

2525
## Installation

docs/examples/workloads/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spec:
109109
fieldRef:
110110
apiVersion: v1
111111
fieldPath: metadata.name
112-
image: appscode/stash:0.5.0
112+
image: appscode/stash:0.5.0-beta.0
113113
imagePullPolicy: IfNotPresent
114114
name: stash
115115
volumeMounts:

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Stash can be installed using YAML files includes in the [/hack/deploy](/hack/dep
77

88
```console
99
# Install without RBAC roles
10-
$ curl https://raw.githubusercontent.com/appscode/stash/0.5.0/hack/deploy/without-rbac.yaml \
10+
$ curl https://raw.githubusercontent.com/appscode/stash/0.5.0-beta.0/hack/deploy/without-rbac.yaml \
1111
| kubectl apply -f -
1212

1313

1414
# Install with RBAC roles
15-
$ curl https://raw.githubusercontent.com/appscode/stash/0.5.0/hack/deploy/with-rbac.yaml \
15+
$ curl https://raw.githubusercontent.com/appscode/stash/0.5.0-beta.0/hack/deploy/with-rbac.yaml \
1616
| kubectl apply -f -
1717
```
1818

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ spec:
195195
fieldRef:
196196
apiVersion: v1
197197
fieldPath: metadata.name
198-
image: appscode/stash:0.5.0
198+
image: appscode/stash:0.5.0-beta.0
199199
imagePullPolicy: IfNotPresent
200200
name: stash
201201
resources: {}

docs/workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
fieldRef:
6363
apiVersion: v1
6464
fieldPath: metadata.name
65-
image: appscode/stash:0.5.0
65+
image: appscode/stash:0.5.0-beta.0
6666
imagePullPolicy: IfNotPresent
6767
name: stash
6868
volumeMounts:

hack/deploy/with-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494
args:
9595
- run
9696
- --v=3
97-
image: appscode/stash:0.5.0
97+
image: appscode/stash:0.5.0-beta.0
9898
ports:
9999
- containerPort: 56790
100100
name: http

0 commit comments

Comments
 (0)