Skip to content

Commit 53f97fe

Browse files
committed
Update docs to 0.4.0 release.
1 parent e2bf723 commit 53f97fe

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.3.1
112+
image: appscode/stash:0.4.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
```sh
99
# Install without RBAC roles
10-
$ curl https://raw.githubusercontent.com/appscode/stash/0.3.1/hack/deploy/stash-without-rbac.yaml \
10+
$ curl https://raw.githubusercontent.com/appscode/stash/0.4.0/hack/deploy/stash-without-rbac.yaml \
1111
| kubectl apply -f -
1212

1313

1414
# Install with RBAC roles
15-
$ curl https://raw.githubusercontent.com/appscode/stash/0.3.1/hack/deploy/stash-with-rbac.yaml \
15+
$ curl https://raw.githubusercontent.com/appscode/stash/0.4.0/hack/deploy/stash-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
@@ -194,7 +194,7 @@ spec:
194194
fieldRef:
195195
apiVersion: v1
196196
fieldPath: metadata.name
197-
image: appscode/stash:0.3.1
197+
image: appscode/stash:0.4.0
198198
imagePullPolicy: IfNotPresent
199199
name: stash
200200
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.3.1
65+
image: appscode/stash:0.4.0
6666
imagePullPolicy: IfNotPresent
6767
name: stash
6868
volumeMounts:

hack/deploy/stash-with-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
args:
8686
- run
8787
- --v=3
88-
image: appscode/stash:0.3.1
88+
image: appscode/stash:0.4.0
8989
ports:
9090
- containerPort: 56790
9191
name: http

hack/deploy/stash-without-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
args:
2121
- run
2222
- --v=3
23-
image: appscode/stash:0.3.1
23+
image: appscode/stash:0.4.0
2424
ports:
2525
- containerPort: 56790
2626
name: http

0 commit comments

Comments
 (0)