File tree Expand file tree Collapse file tree 12 files changed +13
-13
lines changed Expand file tree Collapse file tree 12 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Please pick a version of Stash that matches your Kubernetes installation.
19
19
20
20
| Stash Version | Docs | Kubernetes Version |
21
21
| --------------------------------------------------------------------------| -----------------------------------------------------------------------| --------------------|
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+ |
23
23
| [ 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 |
24
24
25
25
## Installation
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
description : ' Stash by AppsCode - Backup your Kubernetes Volumes'
3
3
name : stash
4
4
version : 0.1.0
5
- appVersion : 0.5.0
5
+ appVersion : 0.5.0-beta.0
6
6
home : https://github.com/appscode/stash
7
7
icon : https://cdn.appscode.com/images/icon/stash.png
8
8
sources :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The following tables lists the configurable parameters of the Stash chart and th
42
42
| --------------------------| ----------------------------------------------------------------- | ------------------ |
43
43
| ` replicaCount ` | Number of stash operator replicas to create (only 1 is supported) | ` 1 ` |
44
44
| ` 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 ` |
46
46
| ` operator.pullPolicy ` | operator container image pull policy | ` IfNotPresent ` |
47
47
| ` pushgateway.image ` | Prometheus pushgateway container image | ` prom/pushgateway ` |
48
48
| ` pushgateway.tag ` | Prometheus pushgateway container image tag | ` v0.4.0 ` |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ replicaCount: 1
5
5
operator :
6
6
image : appscode/stash
7
7
pullPolicy : IfNotPresent
8
- tag : 0.5.0
8
+ tag : 0.5.0-beta.0
9
9
pushgateway :
10
10
image : prom/pushgateway
11
11
pullPolicy : IfNotPresent
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Please pick a version of Stash that matches your Kubernetes installation.
19
19
20
20
| Stash Version | Docs | Kubernetes Version |
21
21
| --------------------------------------------------------------------------| -----------------------------------------------------------------------| --------------------|
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+ |
23
23
| [ 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 |
24
24
25
25
## Installation
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ spec:
109
109
fieldRef :
110
110
apiVersion : v1
111
111
fieldPath : metadata.name
112
- image : appscode/stash:0.5.0
112
+ image : appscode/stash:0.5.0-beta.0
113
113
imagePullPolicy : IfNotPresent
114
114
name : stash
115
115
volumeMounts :
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ Stash can be installed using YAML files includes in the [/hack/deploy](/hack/dep
7
7
8
8
``` console
9
9
# 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 \
11
11
| kubectl apply -f -
12
12
13
13
14
14
# 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 \
16
16
| kubectl apply -f -
17
17
```
18
18
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ spec:
195
195
fieldRef:
196
196
apiVersion: v1
197
197
fieldPath: metadata.name
198
- image: appscode/stash:0.5.0
198
+ image: appscode/stash:0.5.0-beta.0
199
199
imagePullPolicy: IfNotPresent
200
200
name: stash
201
201
resources: {}
Original file line number Diff line number Diff line change 62
62
fieldRef :
63
63
apiVersion : v1
64
64
fieldPath : metadata.name
65
- image : appscode/stash:0.5.0
65
+ image : appscode/stash:0.5.0-beta.0
66
66
imagePullPolicy : IfNotPresent
67
67
name : stash
68
68
volumeMounts :
Original file line number Diff line number Diff line change 94
94
args :
95
95
- run
96
96
- --v=3
97
- image : appscode/stash:0.5.0
97
+ image : appscode/stash:0.5.0-beta.0
98
98
ports :
99
99
- containerPort : 56790
100
100
name : http
You can’t perform that action at this time.
0 commit comments