Skip to content

Commit

Permalink
[cherry-pick] Update README.md template (#523) (#533)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: Tamal Saha <tamal@appscode.com>

Co-authored-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
1gtm and tamalsaha committed Dec 25, 2020
1 parent 850e18b commit b70c6cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -268,8 +268,8 @@ gen-values-schema: $(BUILD_DIRS)

.PHONY: gen-readme
gen-readme:
jq -n -c --arg v "$(CHART_VERSION)" '{"version":$$v}' > /tmp/data.json
render-gotpl --template=hack/templates/readme.txt --data=/tmp/data.json > README.md
@jq -n -c --arg v "$(CHART_VERSION)" '{"version":$$v}' > /tmp/data.json
@render-gotpl --template=hack/templates/readme.txt --data=/tmp/data.json > README.md

.PHONY: gen-chart-doc
gen-chart-doc: gen-chart-doc-stash-postgres
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@ Install PostgreSQL 9.6 backup or restore plugin for Stash as below.
```console
helm repo add appscode https://charts.appscode.com/stable/
helm repo update
helm install stash-postgres-11.2-v2 appscode/stash-postgres --version=11.2-v2
helm install stash-postgres-11.2-v1 appscode/stash-postgres --version=11.2-v1 --namespace=kube-system
```

To install catalog for all supported PostgreSQL versions, please visit [here](https://github.com/stashed/catalog).
Expand All @@ -25,7 +25,7 @@ To install catalog for all supported PostgreSQL versions, please visit [here](ht
Uninstall PostgreSQL 9.6 backup or restore plugin for Stash as below.

```console
helm delete stash-postgres-11.2-v2
helm uninstall stash-postgres-11.2-v1 --namespace=kube-system
```

## Support
Expand Down
4 changes: 2 additions & 2 deletions hack/templates/readme.txt
Expand Up @@ -17,7 +17,7 @@ Install PostgreSQL {{ $v.Major }}.{{ $v.Minor }} backup or restore plugin for St
```console
helm repo add appscode https://charts.appscode.com/stable/
helm repo update
helm install stash-postgres-{{ .version }} appscode/stash-postgres --version={{ .version }}
helm install stash-postgres-{{ .version }} appscode/stash-postgres --version={{ .version }} --namespace=kube-system
```

To install catalog for all supported PostgreSQL versions, please visit [here](https://github.com/stashed/catalog).
Expand All @@ -27,7 +27,7 @@ To install catalog for all supported PostgreSQL versions, please visit [here](ht
Uninstall PostgreSQL {{ $v.Major }}.{{ $v.Minor }} backup or restore plugin for Stash as below.

```console
helm delete stash-postgres-{{ .version }}
helm uninstall stash-postgres-{{ .version }} --namespace=kube-system
```

## Support
Expand Down

0 comments on commit b70c6cf

Please sign in to comment.