Skip to content

Commit

Permalink
feat: sources-server (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-codefresh authored Jan 14, 2025
1 parent eefdf74 commit 97134a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97134a5

Please sign in to comment.