From f275c6c1ee38f95832fdaf106948f43aa611db90 Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Thu, 13 Nov 2025 12:38:30 +0200 Subject: [PATCH 1/7] chore: disable Argo Rollouts by default and add deprecation notice in values.yaml --- charts/gitops-runtime/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 9cedc576..14142b6f 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -344,8 +344,10 @@ codefreshWorkflowLogStoreCM: #----------------------------------------------------------------------------------------------------------------------- # Argo rollouts #----------------------------------------------------------------------------------------------------------------------- +# -- Argo Rollouts is deprecated and disabled by default. It will be completely removed in February 2026. +# If you require Argo Rollouts, you can manually override this value to true in your Helm values files. argo-rollouts: - enabled: true + enabled: false fullnameOverride: argo-rollouts controller: replicas: 1 From f3fb8e335b5a59e251e888ed3787e0fc9d7103a5 Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Thu, 13 Nov 2025 12:40:06 +0200 Subject: [PATCH 2/7] feat: enable single namespace restriction for Argo Workflows in values.yaml --- charts/gitops-runtime/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 14142b6f..bb43626d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -317,6 +317,9 @@ argo-events: argo-workflows: fullnameOverride: argo enabled: true + # -- Restrict Argo Workflows to operate only in a single namespace (the namespace of the Helm release). + # This ensures it does not interfere with any other instances of Argo Workflows installed on your cluster. + singleNamespace: true server: # -- auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI authModes: From 4c1896979930ba6a6d38ffa8770ab00f0a9be996 Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Thu, 13 Nov 2025 14:38:20 +0200 Subject: [PATCH 3/7] fix tests --- .../gitops-runtime/tests/values/global-constraints-values.yaml | 3 +++ .../tests/values/subcharts-constraints-values.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/charts/gitops-runtime/tests/values/global-constraints-values.yaml b/charts/gitops-runtime/tests/values/global-constraints-values.yaml index 573c2e46..10762b78 100644 --- a/charts/gitops-runtime/tests/values/global-constraints-values.yaml +++ b/charts/gitops-runtime/tests/values/global-constraints-values.yaml @@ -7,3 +7,6 @@ global: operator: Equal value: some-value effect: NoSchedule + +argo-rollouts: + enabled: true diff --git a/charts/gitops-runtime/tests/values/subcharts-constraints-values.yaml b/charts/gitops-runtime/tests/values/subcharts-constraints-values.yaml index 766d781c..66a438c4 100644 --- a/charts/gitops-runtime/tests/values/subcharts-constraints-values.yaml +++ b/charts/gitops-runtime/tests/values/subcharts-constraints-values.yaml @@ -69,6 +69,7 @@ argo-events: tolerations: *tolerations argo-rollouts: + enabled: true controller: nodeSelector: *nodeSelector tolerations: *tolerations From 4f57b255657e2dcfa7cc4e4175a2362cb9c7d846 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 13 Nov 2025 14:04:46 +0000 Subject: [PATCH 4/7] CI Automatic commit - align Chart version --- charts/gitops-runtime/Chart.yaml | 58 ++++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 92835134..1c454317 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.0.0 +version: 25.11-0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -14,31 +14,31 @@ maintainers: annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" dependencies: -- name: argo-cd - repository: https://argoproj.github.io/argo-helm - condition: argo-cd.enabled - version: 9.0.2 -- name: argo-events - repository: https://codefresh-io.github.io/argo-helm - version: 2.4.9-cap-CR-30841 - condition: argo-events.enabled -- name: argo-workflows - repository: https://codefresh-io.github.io/argo-helm - version: 0.45.16-v3.6.7-cap-CR-30835 - condition: argo-workflows.enabled -- name: argo-rollouts - repository: https://codefresh-io.github.io/argo-helm - version: 2.37.3-7-v1.7.2-cap-OSS-697 - condition: argo-rollouts.enabled -- name: sealed-secrets - repository: https://bitnami-labs.github.io/sealed-secrets/ - version: 2.17.2 -- name: codefresh-tunnel-client - repository: oci://quay.io/codefresh/charts - version: 0.1.22 - alias: tunnel-client - condition: tunnel-client.enabled -- name: redis-ha - version: 4.33.4 - repository: https://dandydeveloper.github.io/charts/ - condition: redis-ha.enabled + - name: argo-cd + repository: https://argoproj.github.io/argo-helm + condition: argo-cd.enabled + version: 9.0.2 + - name: argo-events + repository: https://codefresh-io.github.io/argo-helm + version: 2.4.9-cap-CR-30841 + condition: argo-events.enabled + - name: argo-workflows + repository: https://codefresh-io.github.io/argo-helm + version: 0.45.16-v3.6.7-cap-CR-30835 + condition: argo-workflows.enabled + - name: argo-rollouts + repository: https://codefresh-io.github.io/argo-helm + version: 2.37.3-7-v1.7.2-cap-OSS-697 + condition: argo-rollouts.enabled + - name: sealed-secrets + repository: https://bitnami-labs.github.io/sealed-secrets/ + version: 2.17.2 + - name: codefresh-tunnel-client + repository: oci://quay.io/codefresh/charts + version: 0.1.22 + alias: tunnel-client + condition: tunnel-client.enabled + - name: redis-ha + version: 4.33.4 + repository: https://dandydeveloper.github.io/charts/ + condition: redis-ha.enabled From 8b77229681df251cf635ccf8f5d0cfdf17760b68 Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Thu, 13 Nov 2025 18:38:25 +0200 Subject: [PATCH 5/7] Revert "CI Automatic commit - align Chart version" This reverts commit c28f424c829e47fc240bf71777ddc54d79ce35c4. --- charts/gitops-runtime/Chart.yaml | 58 ++++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 1c454317..92835134 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 25.11-0 +version: 0.0.0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -14,31 +14,31 @@ maintainers: annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" dependencies: - - name: argo-cd - repository: https://argoproj.github.io/argo-helm - condition: argo-cd.enabled - version: 9.0.2 - - name: argo-events - repository: https://codefresh-io.github.io/argo-helm - version: 2.4.9-cap-CR-30841 - condition: argo-events.enabled - - name: argo-workflows - repository: https://codefresh-io.github.io/argo-helm - version: 0.45.16-v3.6.7-cap-CR-30835 - condition: argo-workflows.enabled - - name: argo-rollouts - repository: https://codefresh-io.github.io/argo-helm - version: 2.37.3-7-v1.7.2-cap-OSS-697 - condition: argo-rollouts.enabled - - name: sealed-secrets - repository: https://bitnami-labs.github.io/sealed-secrets/ - version: 2.17.2 - - name: codefresh-tunnel-client - repository: oci://quay.io/codefresh/charts - version: 0.1.22 - alias: tunnel-client - condition: tunnel-client.enabled - - name: redis-ha - version: 4.33.4 - repository: https://dandydeveloper.github.io/charts/ - condition: redis-ha.enabled +- name: argo-cd + repository: https://argoproj.github.io/argo-helm + condition: argo-cd.enabled + version: 9.0.2 +- name: argo-events + repository: https://codefresh-io.github.io/argo-helm + version: 2.4.9-cap-CR-30841 + condition: argo-events.enabled +- name: argo-workflows + repository: https://codefresh-io.github.io/argo-helm + version: 0.45.16-v3.6.7-cap-CR-30835 + condition: argo-workflows.enabled +- name: argo-rollouts + repository: https://codefresh-io.github.io/argo-helm + version: 2.37.3-7-v1.7.2-cap-OSS-697 + condition: argo-rollouts.enabled +- name: sealed-secrets + repository: https://bitnami-labs.github.io/sealed-secrets/ + version: 2.17.2 +- name: codefresh-tunnel-client + repository: oci://quay.io/codefresh/charts + version: 0.1.22 + alias: tunnel-client + condition: tunnel-client.enabled +- name: redis-ha + version: 4.33.4 + repository: https://dandydeveloper.github.io/charts/ + condition: redis-ha.enabled From 79c9d9490d16390dd0bbd237ecd8667036482225 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 13 Nov 2025 16:41:56 +0000 Subject: [PATCH 6/7] CI Automatic commit - align Chart version --- charts/gitops-runtime/Chart.yaml | 58 ++++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 92835134..1c454317 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.0.0 +version: 25.11-0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -14,31 +14,31 @@ maintainers: annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" dependencies: -- name: argo-cd - repository: https://argoproj.github.io/argo-helm - condition: argo-cd.enabled - version: 9.0.2 -- name: argo-events - repository: https://codefresh-io.github.io/argo-helm - version: 2.4.9-cap-CR-30841 - condition: argo-events.enabled -- name: argo-workflows - repository: https://codefresh-io.github.io/argo-helm - version: 0.45.16-v3.6.7-cap-CR-30835 - condition: argo-workflows.enabled -- name: argo-rollouts - repository: https://codefresh-io.github.io/argo-helm - version: 2.37.3-7-v1.7.2-cap-OSS-697 - condition: argo-rollouts.enabled -- name: sealed-secrets - repository: https://bitnami-labs.github.io/sealed-secrets/ - version: 2.17.2 -- name: codefresh-tunnel-client - repository: oci://quay.io/codefresh/charts - version: 0.1.22 - alias: tunnel-client - condition: tunnel-client.enabled -- name: redis-ha - version: 4.33.4 - repository: https://dandydeveloper.github.io/charts/ - condition: redis-ha.enabled + - name: argo-cd + repository: https://argoproj.github.io/argo-helm + condition: argo-cd.enabled + version: 9.0.2 + - name: argo-events + repository: https://codefresh-io.github.io/argo-helm + version: 2.4.9-cap-CR-30841 + condition: argo-events.enabled + - name: argo-workflows + repository: https://codefresh-io.github.io/argo-helm + version: 0.45.16-v3.6.7-cap-CR-30835 + condition: argo-workflows.enabled + - name: argo-rollouts + repository: https://codefresh-io.github.io/argo-helm + version: 2.37.3-7-v1.7.2-cap-OSS-697 + condition: argo-rollouts.enabled + - name: sealed-secrets + repository: https://bitnami-labs.github.io/sealed-secrets/ + version: 2.17.2 + - name: codefresh-tunnel-client + repository: oci://quay.io/codefresh/charts + version: 0.1.22 + alias: tunnel-client + condition: tunnel-client.enabled + - name: redis-ha + version: 4.33.4 + repository: https://dandydeveloper.github.io/charts/ + condition: redis-ha.enabled From 65e007c85db6e537910879410f40c4706c5436d7 Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Fri, 14 Nov 2025 11:09:48 +0200 Subject: [PATCH 7/7] fix --- charts/gitops-runtime/Chart.yaml | 58 ++++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 1c454317..92835134 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 25.11-0 +version: 0.0.0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -14,31 +14,31 @@ maintainers: annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" dependencies: - - name: argo-cd - repository: https://argoproj.github.io/argo-helm - condition: argo-cd.enabled - version: 9.0.2 - - name: argo-events - repository: https://codefresh-io.github.io/argo-helm - version: 2.4.9-cap-CR-30841 - condition: argo-events.enabled - - name: argo-workflows - repository: https://codefresh-io.github.io/argo-helm - version: 0.45.16-v3.6.7-cap-CR-30835 - condition: argo-workflows.enabled - - name: argo-rollouts - repository: https://codefresh-io.github.io/argo-helm - version: 2.37.3-7-v1.7.2-cap-OSS-697 - condition: argo-rollouts.enabled - - name: sealed-secrets - repository: https://bitnami-labs.github.io/sealed-secrets/ - version: 2.17.2 - - name: codefresh-tunnel-client - repository: oci://quay.io/codefresh/charts - version: 0.1.22 - alias: tunnel-client - condition: tunnel-client.enabled - - name: redis-ha - version: 4.33.4 - repository: https://dandydeveloper.github.io/charts/ - condition: redis-ha.enabled +- name: argo-cd + repository: https://argoproj.github.io/argo-helm + condition: argo-cd.enabled + version: 9.0.2 +- name: argo-events + repository: https://codefresh-io.github.io/argo-helm + version: 2.4.9-cap-CR-30841 + condition: argo-events.enabled +- name: argo-workflows + repository: https://codefresh-io.github.io/argo-helm + version: 0.45.16-v3.6.7-cap-CR-30835 + condition: argo-workflows.enabled +- name: argo-rollouts + repository: https://codefresh-io.github.io/argo-helm + version: 2.37.3-7-v1.7.2-cap-OSS-697 + condition: argo-rollouts.enabled +- name: sealed-secrets + repository: https://bitnami-labs.github.io/sealed-secrets/ + version: 2.17.2 +- name: codefresh-tunnel-client + repository: oci://quay.io/codefresh/charts + version: 0.1.22 + alias: tunnel-client + condition: tunnel-client.enabled +- name: redis-ha + version: 4.33.4 + repository: https://dandydeveloper.github.io/charts/ + condition: redis-ha.enabled