Skip to content

Commit 97134a5

Browse files
feat: sources-server (#359)
1 parent eefdf74 commit 97134a5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ dependencies:
4646
alias: garage-workflows-artifact-storage
4747
version: 0.5.0-cf.2
4848
condition: garage-workflows-artifact-storage.enabled
49+
- name: cf-argocd-extras
50+
repository: oci://quay.io/codefresh/charts
51+
version: 0.1.0
52+
condition: cf-argocd-extras.enabled

charts/gitops-runtime/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,3 +662,10 @@ garage-workflows-artifact-storage:
662662
# -- Helm tests
663663
tests:
664664
enabled: false
665+
666+
#-----------------------------------------------------------------------------------------------------------------------
667+
# cf-argocd-extras
668+
#-----------------------------------------------------------------------------------------------------------------------
669+
# -- Codefresh extra services for ArgoCD
670+
cf-argocd-extras:
671+
enabled: false

0 commit comments

Comments
 (0)