Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mojixcoder committed Sep 4, 2024
1 parent a2af144 commit 2e5ea89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: redis-cluster
description: A redis-cluster helm chart
type: application
version: 0.2.0
appVersion: "0.2.0"
version: 0.4.0
appVersion: "0.4.0"
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,15 @@ This repository contains Redis cluster helm charts that can survive pod restarts

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

### Deploy
### Installation

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

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

0 comments on commit 2e5ea89

Please sign in to comment.