File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ annotations:
15
15
artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
16
dependencies :
17
17
- name : argo-cd
18
- repository : https://codefresh-io .github.io/argo-helm
18
+ repository : https://argoproj .github.io/argo-helm
19
19
condition : argo-cd.enabled
20
- version : 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9
20
+ version : 8.0.6
21
21
- name : argo-events
22
22
repository : https://codefresh-io.github.io/argo-helm
23
23
version : 2.4.8-cap-CR-29689
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ cf-argocd-extras:
70
70
argo-cd :
71
71
redis-ha :
72
72
enabled : true
73
+ image :
74
+ tag : 7.4.5-alpine
73
75
74
76
controller :
75
77
replicas : 1
Original file line number Diff line number Diff line change @@ -236,6 +236,18 @@ sealed-secrets:
236
236
# ArgoCD
237
237
# -----------------------------------------------------------------------------------------------------------------------
238
238
argo-cd :
239
+ global :
240
+ image :
241
+ repository : quay.io/codefresh/argocd
242
+ tag : v3.0.2-2025-08-12-9c8dfae9
243
+ redis :
244
+ image :
245
+ tag : 7.4.5-alpine
246
+ dex :
247
+ image :
248
+ tag : v2.43.1
249
+ notifications :
250
+ enabled : false
239
251
enabled : true
240
252
fullnameOverride : argo-cd
241
253
crds :
@@ -245,6 +257,7 @@ argo-cd:
245
257
timeout.reconciliation : 20s
246
258
accounts.admin : apiKey,login
247
259
application.resourceTrackingMethod : annotation+label
260
+ application.instanceLabelKey : " "
248
261
resource.customizations.actions.argoproj.io_Rollout : |
249
262
mergeBuiltinActions: true
250
263
discovery.lua: |
You can’t perform that action at this time.
0 commit comments