Skip to content

Commit e7135de

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Generate README.md using templates (#254) (#257)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 6cf15c3 commit e7135de

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install MySQL 8.0.3 backup or restore plugin for Stash as below.
1515
```console
1616
helm repo add appscode https://charts.appscode.com/stable/
1717
helm repo update
18-
helm install appscode/stash-mysql --name=stash-mysql-8.0.3 --version=8.0.3
18+
helm install stash-mysql-8.0.14 appscode/stash-mysql --version=8.0.14 --namespace=kube-system
1919
```
2020

2121
To install catalog for all supported MySQL versions, please visit [here](https://github.com/stashed/catalog).
@@ -25,7 +25,7 @@ To install catalog for all supported MySQL versions, please visit [here](https:/
2525
Uninstall MySQL 8.0.3 backup or restore plugin for Stash as below.
2626

2727
```console
28-
helm delete stash-mysql-8.0.3
28+
helm uninstall stash-mysql-8.0.14 --namespace=kube-system
2929
```
3030

3131
## Support

hack/templates/readme.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
[![Go Report Card](https://goreportcard.com/badge/stash.appscode.dev/mysql)](https://goreportcard.com/report/stash.appscode.dev/mysql)
2+
![CI](https://github.com/stashed/mysql/workflows/CI/badge.svg)
3+
[![Docker Pulls](https://img.shields.io/docker/pulls/stashed/stash-mysql.svg)](https://hub.docker.com/r/stashed/stash-mysql/)
4+
[![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com)
5+
[![Twitter](https://img.shields.io/twitter/follow/kubestash.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=KubeStash)
6+
7+
{{ $v := semver .version -}}
8+
9+
# MySQL
10+
11+
MySQL backup and restore plugin for [Stash by AppsCode](https://stash.run).
12+
13+
## Install
14+
15+
Install MySQL {{ $v.Major }}.{{ $v.Minor }}.{{ $v.Patch }} backup or restore plugin for Stash as below.
16+
17+
```console
18+
helm repo add appscode https://charts.appscode.com/stable/
19+
helm repo update
20+
helm install stash-mysql-{{ .version }} appscode/stash-mysql --version={{ .version }} --namespace=kube-system
21+
```
22+
23+
To install catalog for all supported MySQL versions, please visit [here](https://github.com/stashed/catalog).
24+
25+
## Uninstall
26+
27+
Uninstall MySQL {{ $v.Major }}.{{ $v.Minor }}.{{ $v.Patch }} backup or restore plugin for Stash as below.
28+
29+
```console
30+
helm uninstall stash-mysql-{{ .version }} --namespace=kube-system
31+
```
32+
33+
## Support
34+
35+
To speak with us, please leave a message on [our website](https://appscode.com/contact/).
36+
37+
To join public discussions with the Stash community, join us in the [AppsCode Slack team](https://appscode.slack.com/messages/C8NCX6N23/details/) channel `#stash`. To sign up, use our [Slack inviter](https://slack.appscode.com/).
38+
39+
To receive product annoucements, follow us on [Twitter](https://twitter.com/KubeStash).
40+
41+
If you have found a bug with Stash or want to request new features, please [file an issue](https://github.com/stashed/project/issues/new).

0 commit comments

Comments
 (0)