From 7f3d7807d1c40cfa12f36db6af79d242135e1060 Mon Sep 17 00:00:00 2001 From: reggie-k Date: Mon, 1 Sep 2025 16:44:27 +0300 Subject: [PATCH 1/3] updated relevant values and chart version Signed-off-by: reggie-k --- charts/gitops-runtime/Chart.yaml | 4 ++-- charts/gitops-runtime/values-ha.yaml | 2 ++ charts/gitops-runtime/values.yaml | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 5592d2b0..d773d6e2 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -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 diff --git a/charts/gitops-runtime/values-ha.yaml b/charts/gitops-runtime/values-ha.yaml index 8b84a3d5..8617d6a0 100644 --- a/charts/gitops-runtime/values-ha.yaml +++ b/charts/gitops-runtime/values-ha.yaml @@ -70,6 +70,8 @@ cf-argocd-extras: argo-cd: redis-ha: enabled: true + image: + tag: 7.4.5-alpine controller: replicas: 1 diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 9035df0a..09857194 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -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: @@ -245,6 +257,7 @@ argo-cd: timeout.reconciliation: 20s accounts.admin: apiKey,login application.resourceTrackingMethod: annotation+label + application.instanceLabelKey: "" resource.customizations.actions.argoproj.io_Rollout: | mergeBuiltinActions: true discovery.lua: | From 322640c24207070906f0bc5ce5e5b52c38299424 Mon Sep 17 00:00:00 2001 From: reggie-k Date: Tue, 2 Sep 2025 05:46:42 +0300 Subject: [PATCH 2/3] added kustomize.setNamespace.enabled: false Signed-off-by: reggie-k --- charts/gitops-runtime/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 09857194..a3648362 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -258,6 +258,7 @@ argo-cd: accounts.admin: apiKey,login application.resourceTrackingMethod: annotation+label application.instanceLabelKey: "" + kustomize.setNamespace.enabled: false resource.customizations.actions.argoproj.io_Rollout: | mergeBuiltinActions: true discovery.lua: | From 62448560f2826cfb61464dfaf1be1adcda3c927e Mon Sep 17 00:00:00 2001 From: reggie-k Date: Wed, 3 Sep 2025 10:59:32 +0300 Subject: [PATCH 3/3] placate linter Signed-off-by: reggie-k --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index a3648362..b6ae3c15 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -237,7 +237,7 @@ sealed-secrets: #----------------------------------------------------------------------------------------------------------------------- argo-cd: global: - image: + image: repository: quay.io/codefresh/argocd tag: v3.0.2-2025-08-12-9c8dfae9 redis: