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:
1515 artifacthub.io/alternativeName : " codefresh-gitops-runtime"
1616dependencies :
1717- name : argo-cd
18- repository : https://codefresh-io .github.io/argo-helm
18+ repository : https://argoproj .github.io/argo-helm
1919 condition : argo-cd.enabled
20- version : 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9
20+ version : 8.0.6
2121- name : argo-events
2222 repository : https://codefresh-io.github.io/argo-helm
2323 version : 2.4.8-cap-CR-29689
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ cf-argocd-extras:
7070argo-cd :
7171 redis-ha :
7272 enabled : true
73+ image :
74+ tag : 7.4.5-alpine
7375
7476 controller :
7577 replicas : 1
Original file line number Diff line number Diff line change @@ -236,6 +236,18 @@ sealed-secrets:
236236# ArgoCD
237237# -----------------------------------------------------------------------------------------------------------------------
238238argo-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
239251 enabled : true
240252 fullnameOverride : argo-cd
241253 crds :
@@ -245,6 +257,7 @@ argo-cd:
245257 timeout.reconciliation : 20s
246258 accounts.admin : apiKey,login
247259 application.resourceTrackingMethod : annotation+label
260+ application.instanceLabelKey : " "
248261 resource.customizations.actions.argoproj.io_Rollout : |
249262 mergeBuiltinActions: true
250263 discovery.lua: |
You can’t perform that action at this time.
0 commit comments