File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,7 @@ dependencies:
40
40
- name : cf-common
41
41
repository : oci://quay.io/codefresh/charts
42
42
version : 0.27.0
43
+ - name : redis
44
+ repository : oci://registry-1.docker.io/bitnamicharts
45
+ version : 21.2.13
46
+ condition : redis.enabled
Original file line number Diff line number Diff line change @@ -802,3 +802,16 @@ cf-argocd-extras:
802
802
enabled : false
803
803
minAvailable : " 50%"
804
804
maxUnavailable : " "
805
+ # -----------------------------------------------------------------------------------------------------------------------
806
+ # redis
807
+ # -----------------------------------------------------------------------------------------------------------------------
808
+ # -- redis instance
809
+ redis :
810
+ enabled : false
811
+ global :
812
+ imageRegistry : docker.io
813
+
814
+ image :
815
+ registry : docker.io
816
+ repository : redis
817
+ tag : 8.0.3
You can’t perform that action at this time.
0 commit comments