mirror of https://github.com/dapr/cli.git
update redis version (#1439)
Signed-off-by: yaron2 <schneider.yaron@live.com>
This commit is contained in:
parent
fecf47d752
commit
027f5da3e1
|
|
@ -48,7 +48,7 @@ const (
|
||||||
redisChartName = "redis"
|
redisChartName = "redis"
|
||||||
zipkinReleaseName = "dapr-dev-zipkin"
|
zipkinReleaseName = "dapr-dev-zipkin"
|
||||||
redisReleaseName = "dapr-dev-redis"
|
redisReleaseName = "dapr-dev-redis"
|
||||||
redisVersion = "6.2"
|
redisVersion = "6.2.11"
|
||||||
bitnamiHelmRepo = "https://charts.bitnami.com/bitnami"
|
bitnamiHelmRepo = "https://charts.bitnami.com/bitnami"
|
||||||
daprHelmRepo = "https://dapr.github.io/helm-charts"
|
daprHelmRepo = "https://dapr.github.io/helm-charts"
|
||||||
zipkinHelmRepo = "https://openzipkin.github.io/zipkin"
|
zipkinHelmRepo = "https://openzipkin.github.io/zipkin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue