Installation
To install this version of the gitops-runtime Helm chart, use the following command:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.25.0⚠️ Upcoming Breaking Changes (Next Release)
The following breaking changes are planned for the next release. Please review and prepare your deployments accordingly:
-
Removal of Argo Events: Argo Events will be removed from the runtime in the next release. Its functionality will be replaced by our newly introduced dedicated event reporters, which deliver significant performance gains and reliability improvements for event-driven workflows.
-
Deprecation of Argo Rollouts: This release marks the beginning of the deprecation path for Argo Rollouts. In the next release, Argo Rollouts will be disabled by default in the Helm chart. If you require Argo Rollouts, you can manually override the default value in your Helm values files. Argo Rollouts will be completely removed from the runtime Helm chart in the February 2026 release.
-
Argo Workflows Namespace-Scoped Installation: Argo Workflows will transition to namespace-scoped installation in the next release (instead of cluster-wide). This change ensures it does not interfere with any other instances of Argo Workflows installed on your cluster, if any.
-
Transition to OSS ArgoCD: The Codefresh ArgoCD fork will be deprecated. Starting from the next release, official open-source ArgoCD will be installed instead. This change supports our initiative to enhance compatibility and better align with existing customer installations that utilize a "Bring your own Argo CD" approach. Please review your ArgoCD customizations and ensure compatibility with OSS ArgoCD.
Chart Changes
This release includes the following notable changes:
-
Dependency Updates:
- The ArgoCD fork has been synchronized to OSS version 3.1.5, bringing compatibility improvements and alignment with upstream ArgoCD.