Skip to content

Commit 7f3d780

Browse files
committed
updated relevant values and chart version
Signed-off-by: reggie-k <[email protected]>
1 parent 7df68e4 commit 7f3d780

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
dependencies:
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

charts/gitops-runtime/values-ha.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ cf-argocd-extras:
7070
argo-cd:
7171
redis-ha:
7272
enabled: true
73+
image:
74+
tag: 7.4.5-alpine
7375

7476
controller:
7577
replicas: 1

charts/gitops-runtime/values.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,18 @@ sealed-secrets:
236236
# ArgoCD
237237
#-----------------------------------------------------------------------------------------------------------------------
238238
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
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: |

0 commit comments

Comments
 (0)