Skip to content

Commit fb2e6e4

Browse files
committed
test adding redis subchart to runtime
1 parent a70fd68 commit fb2e6e4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ dependencies:
4040
- name: cf-common
4141
repository: oci://quay.io/codefresh/charts
4242
version: 0.27.0
43+
- name: redis
44+
repository: oci://registry-1.docker.io/bitnamicharts
45+
version: 21.2.13
46+
condition: redis.enabled

charts/gitops-runtime/values.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,3 +802,16 @@ cf-argocd-extras:
802802
enabled: false
803803
minAvailable: "50%"
804804
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

0 commit comments

Comments
 (0)