Skip to content

Commit 2e5ea89

Browse files
committed
docs: update docs
1 parent a2af144 commit 2e5ea89

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: redis-cluster
33
description: A redis-cluster helm chart
44
type: application
5-
version: 0.2.0
6-
appVersion: "0.2.0"
5+
version: 0.4.0
6+
appVersion: "0.4.0"

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,15 @@ This repository contains Redis cluster helm charts that can survive pod restarts
4242

4343
Please see the [values.yaml](https://github.com/mojixcoder/redis-cluster/blob/main/values.yaml) to see how the parameters are used.
4444

45-
### Deploy
45+
### Installation
4646

47-
Clone the repo and `cd` to the repo directory.
47+
You should add this package as a dependency in `Charts.yaml` file:
4848

49+
```yaml
50+
dependencies:
51+
- name: redis-cluster
52+
version: 0.4.0
53+
repository: oci://registry.hub.docker.com/mojixcoder
4954
```
50-
helm upgrade -i redis-cluster . -f values.yaml
51-
```
55+
56+
To learn more about adding dependencies to your Helm charts, please follow this [link](https://helm.sh/docs/helm/helm_dependency/).

0 commit comments

Comments
 (0)