File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apiVersion: v2
22name : ECER
33description : A Helm chart for ECER
44type : application
5- version : 1.0.0
6- appVersion : " 1.0.0 "
5+ version : 1.0.1
6+ appVersion : " 1.0.1 "
77
88dependencies :
99 - name : redis
1010 alias : redis
11- version : 1.0.0
11+ version : 1.0.1
1212 condition : redis.enabled
1313 repository : " file://../redis"
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : redis
33description : A Helm chart to deploy Redis with Sentinel support into OpenShift
44type : application
5- version : 1.0.0
6- appVersion : " 7.0 "
5+ version : 1.0.1
6+ appVersion : " 7.4.6 "
Original file line number Diff line number Diff line change 11imageRepository : artifacts.developer.gov.bc.ca/docker-remote/redis
2- imageTag : 7
2+ imageTag : 7.4.6
33
44redisPort : 6379
55sentinelPort : 26379
You can’t perform that action at this time.
0 commit comments