Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
repository: https://argoproj.github.io/argo-helm
condition: argo-cd.enabled
version: 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9
version: 8.0.6
- name: argo-events
repository: https://codefresh-io.github.io/argo-helm
version: 2.4.8-cap-CR-29689
Expand Down
2 changes: 2 additions & 0 deletions charts/gitops-runtime/values-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ cf-argocd-extras:
argo-cd:
redis-ha:
enabled: true
image:
tag: 7.4.5-alpine

controller:
replicas: 1
Expand Down
14 changes: 14 additions & 0 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,18 @@ sealed-secrets:
# ArgoCD
#-----------------------------------------------------------------------------------------------------------------------
argo-cd:
global:
image:
repository: quay.io/codefresh/argocd
tag: v3.0.2-2025-08-12-9c8dfae9
redis:
image:
tag: 7.4.5-alpine
dex:
image:
tag: v2.43.1
notifications:
enabled: false
enabled: true
fullnameOverride: argo-cd
crds:
Expand All @@ -245,6 +257,8 @@ argo-cd:
timeout.reconciliation: 20s
accounts.admin: apiKey,login
application.resourceTrackingMethod: annotation+label
application.instanceLabelKey: ""
kustomize.setNamespace.enabled: false
resource.customizations.actions.argoproj.io_Rollout: |
mergeBuiltinActions: true
discovery.lua: |
Expand Down