File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : redis-cluster
3
3
description : A redis-cluster helm chart
4
4
type : application
5
- version : 0.2 .0
6
- appVersion : " 0.2 .0"
5
+ version : 0.4 .0
6
+ appVersion : " 0.4 .0"
Original file line number Diff line number Diff line change @@ -42,10 +42,15 @@ This repository contains Redis cluster helm charts that can survive pod restarts
42
42
43
43
Please see the [ values.yaml] ( https://github.com/mojixcoder/redis-cluster/blob/main/values.yaml ) to see how the parameters are used.
44
44
45
- ### Deploy
45
+ ### Installation
46
46
47
- Clone the repo and ` cd ` to the repo directory.
47
+ You should add this package as a dependency in ` Charts.yaml ` file:
48
48
49
+ ``` yaml
50
+ dependencies :
51
+ - name : redis-cluster
52
+ version : 0.4.0
53
+ repository : oci://registry.hub.docker.com/mojixcoder
49
54
` ` `
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/).
You can’t perform that action at this time.
0 commit comments