From c1de84ad5965ad593e75410fd07364481dc6e5f1 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Thu, 19 Dec 2024 14:29:10 +0200 Subject: [PATCH 1/6] feat: sources-server --- 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 10c9a0980..73010e42f 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: octopus-argo + repository: oci://quay.io/codefresh/charts/dev + version: 0.1.0-app-version-logic + condition: octopus-argo.enabled diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 5847de97c..e567f64c3 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 + +#----------------------------------------------------------------------------------------------------------------------- +# octopus-argo +#----------------------------------------------------------------------------------------------------------------------- +# -- Services for communicating between Argo and Codefresh +octopus-argo: + enabled: false From be1e2d1d08d1f85abe4b692e79f122b803d33604 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Fri, 20 Dec 2024 14:14:20 +0200 Subject: [PATCH 2/6] prod repo --- charts/gitops-runtime/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 73010e42f..026391cca 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -47,6 +47,6 @@ dependencies: version: 0.5.0-cf.2 condition: garage-workflows-artifact-storage.enabled - name: octopus-argo - repository: oci://quay.io/codefresh/charts/dev - version: 0.1.0-app-version-logic + repository: oci://quay.io/codefresh/charts + version: 0.1.0 condition: octopus-argo.enabled From 0a86b67125e260c44dc97cb28ff22f22490eb9d4 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Tue, 7 Jan 2025 14:01:20 +0200 Subject: [PATCH 3/6] rename repo --- charts/gitops-runtime/Chart.yaml | 4 ++-- charts/gitops-runtime/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 96ad44367..0a2cee634 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -46,7 +46,7 @@ dependencies: alias: garage-workflows-artifact-storage version: 0.5.0-cf.2 condition: garage-workflows-artifact-storage.enabled -- name: octopus-argo +- name: cf-argocd-satellites repository: oci://quay.io/codefresh/charts version: 0.1.0 - condition: octopus-argo.enabled + condition: cf-argocd-satellites.enabled diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index f5b78f15e..2820b49ce 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -664,8 +664,8 @@ garage-workflows-artifact-storage: enabled: false #----------------------------------------------------------------------------------------------------------------------- -# octopus-argo +# cf-argocd-satellites #----------------------------------------------------------------------------------------------------------------------- -# -- Services for communicating between Argo and Codefresh -octopus-argo: +# -- Satellite services for ArgoCD +cf-argocd-satellites: enabled: false From b4a023f6d0c71731db4a46462e8895064ff1d3ce Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Sun, 12 Jan 2025 19:31:46 +0200 Subject: [PATCH 4/6] rename repo --- charts/gitops-runtime/Chart.yaml | 4 ++-- charts/gitops-runtime/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 0a2cee634..2914a06c9 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -46,7 +46,7 @@ dependencies: alias: garage-workflows-artifact-storage version: 0.5.0-cf.2 condition: garage-workflows-artifact-storage.enabled -- name: cf-argocd-satellites +- name: cf-argocd-extras repository: oci://quay.io/codefresh/charts version: 0.1.0 - condition: cf-argocd-satellites.enabled + condition: cf-argocd-extras.enabled diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 2820b49ce..8905b0766 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -664,8 +664,8 @@ garage-workflows-artifact-storage: enabled: false #----------------------------------------------------------------------------------------------------------------------- -# cf-argocd-satellites +# cf-argocd-extras #----------------------------------------------------------------------------------------------------------------------- -# -- Satellite services for ArgoCD -cf-argocd-satellites: +# -- Codefresh extra services for ArgoCD +cf-argocd-extras: enabled: false From faac1d509ffb617f62055d7531b84a22890c54ab Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Mon, 13 Jan 2025 12:44:34 +0200 Subject: [PATCH 5/6] trigger commit From 25b1507c6e7a3d25c5b800aa31c0d150e7166fc9 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Mon, 13 Jan 2025 17:02:02 +0200 Subject: [PATCH 6/6] trigger commit