Skip to content

Commit 1341a5f

Browse files
authored
Prepare docs for 0.6.1 (#268)
1 parent ac4e8c9 commit 1341a5f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+114
-114
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ Please pick a version of Stash that matches your Kubernetes installation.
2323

2424
| Stash Version | Docs | Kubernetes Version |
2525
|--------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------|
26-
| [0.6.0](https://github.com/appscode/stash/releases/tag/0.6.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.6.0) | 1.7.x+ |
26+
| [0.6.1](https://github.com/appscode/stash/releases/tag/0.6.1) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.6.1) | 1.7.x+ |
2727
| [0.4.2](https://github.com/appscode/stash/releases/tag/0.4.2) (uses TPR) | [User Guide](https://github.com/appscode/stash/tree/0.4.2/docs) | 1.5.x - 1.7.x |
2828

2929
## Installation
3030

31-
To install Stash, please follow the guide [here](https://appscode.com/products/stash/0.6.0/setup/install).
31+
To install Stash, please follow the guide [here](https://appscode.com/products/stash/0.6.1/setup/install).
3232

3333
## Using Stash
34-
Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/0.6.0).
34+
Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/0.6.1).
3535

3636
## Contribution guidelines
37-
Want to help improve Stash? Please start [here](https://appscode.com/products/stash/0.6.0/welcome/contributing).
37+
Want to help improve Stash? Please start [here](https://appscode.com/products/stash/0.6.1/welcome/contributing).
3838

3939
---
4040

chart/stable/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.2.0
5-
appVersion: 0.6.0
5+
appVersion: 0.6.1
66
home: https://github.com/appscode/stash
77
icon: https://cdn.appscode.com/images/icon/stash.png
88
sources:

chart/stable/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.6.0` |
45+
| `operator.tag` | operator container image tag | `0.6.1` |
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/stable/stash/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
replicaCount: 1
55
operator:
66
image: appscode/stash
7-
tag: 0.6.0
7+
tag: 0.6.1
88
pushgateway:
99
image: prom/pushgateway
1010
tag: v0.4.0

docs/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: Contributing | Stash
33
description: Contributing
44
menu:
5-
product_stash_0.6.0:
5+
product_stash_0.6.1:
66
identifier: contributing-stash
77
name: Contributing
88
parent: welcome
99
weight: 10
1010
product_name: stash
11-
menu_name: product_stash_0.6.0
11+
menu_name: product_stash_0.6.1
1212
section_menu_id: welcome
13-
url: /products/stash/0.6.0/welcome/contributing/
13+
url: /products/stash/0.6.1/welcome/contributing/
1414
aliases:
15-
- /products/stash/0.6.0/CONTRIBUTING/
15+
- /products/stash/0.6.1/CONTRIBUTING/
1616
---
1717

1818
# Contribution Guidelines

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
title: Weclome | Stash
33
description: Welcome to Stash
44
menu:
5-
product_stash_0.6.0:
5+
product_stash_0.6.1:
66
identifier: readme-stash
77
name: Readme
88
parent: welcome
99
weight: -1
1010
product_name: stash
11-
menu_name: product_stash_0.6.0
11+
menu_name: product_stash_0.6.1
1212
section_menu_id: welcome
13-
url: /products/stash/0.6.0/welcome/
13+
url: /products/stash/0.6.1/welcome/
1414
aliases:
15-
- /products/stash/0.6.0/
16-
- /products/stash/0.6.0/README/
15+
- /products/stash/0.6.1/
16+
- /products/stash/0.6.1/README/
1717
---
1818
# Stash
1919
Stash by AppsCode is a Kubernetes operator for [restic](https://restic.net). If you are running production workloads in Kubernetes, you might want to take backup of your disks. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads:

docs/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Docs | Stash
33
description: Stash Docs
44
menu:
5-
product_stash_0.6.0:
5+
product_stash_0.6.1:
66
identifier: welcome
77
name: Welcome
88
weight: 10
9-
menu_name: product_stash_0.6.0
9+
menu_name: product_stash_0.6.1
1010
---

docs/acknowledgement.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: Acknowledgement | Stash
33
description: Acknowledgement
44
menu:
5-
product_stash_0.6.0:
5+
product_stash_0.6.1:
66
identifier: acknowledgement-stash
77
name: Acknowledgement
88
parent: welcome
99
weight: 20
1010
product_name: stash
11-
menu_name: product_stash_0.6.0
11+
menu_name: product_stash_0.6.1
1212
section_menu_id: welcome
13-
url: /products/stash/0.6.0/welcome/acknowledgement/
13+
url: /products/stash/0.6.1/welcome/acknowledgement/
1414
aliases:
15-
- /products/stash/0.6.0/acknowledgement/
15+
- /products/stash/0.6.1/acknowledgement/
1616
---
1717

1818
# Acknowledgement

docs/concepts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Concepts | Stash
33
menu:
4-
product_stash_0.6.0:
4+
product_stash_0.6.1:
55
identifier: concepts-readme
66
name: Readme
77
parent: concepts
88
weight: -1
99
product_name: stash
10-
menu_name: product_stash_0.6.0
10+
menu_name: product_stash_0.6.1
1111
section_menu_id: concepts
12-
url: /products/stash/0.6.0/concepts/
12+
url: /products/stash/0.6.1/concepts/
1313
aliases:
14-
- /products/stash/0.6.0/concepts/README/
14+
- /products/stash/0.6.1/concepts/README/
1515
---
1616
# Concepts
1717

docs/concepts/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Concepts
33
description: Stash Concepts
44
menu:
5-
product_stash_0.6.0:
5+
product_stash_0.6.1:
66
identifier: concepts
77
name: Concepts
88
weight: 20
9-
menu_name: product_stash_0.6.0
9+
menu_name: product_stash_0.6.1
1010
---

0 commit comments

Comments
 (0)