From 97134a5755b9346bdf1f29a6c6035362caee78fe Mon Sep 17 00:00:00 2001 From: Andrii Shaforostov Date: Tue, 14 Jan 2025 11:29:27 +0200 Subject: [PATCH] feat: sources-server (#359) --- charts/gitops-runtime/Chart.yaml | 4 ++++ charts/gitops-runtime/values.yaml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 0e30a38..8c47d87 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -46,3 +46,7 @@ dependencies: alias: garage-workflows-artifact-storage version: 0.5.0-cf.2 condition: garage-workflows-artifact-storage.enabled +- name: cf-argocd-extras + repository: oci://quay.io/codefresh/charts + version: 0.1.0 + condition: cf-argocd-extras.enabled diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 400e9cd..8905b07 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -662,3 +662,10 @@ garage-workflows-artifact-storage: # -- Helm tests tests: enabled: false + +#----------------------------------------------------------------------------------------------------------------------- +# cf-argocd-extras +#----------------------------------------------------------------------------------------------------------------------- +# -- Codefresh extra services for ArgoCD +cf-argocd-extras: + enabled: false