You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/administration/codefresh-on-prem-upgrade.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,6 +372,11 @@ redis:
372
372
This major release **deprecates** the following Codefresh managed charts:
373
373
* Consul
374
374
* Nats
375
+
* cf-runner
376
+
377
+
#### CF-Runner chart deprecation
378
+
379
+
`cf-runner`subchart were used to run [launch-composition](https://codefresh.io/docs/docs/codefresh-yaml/steps/launch-composition/) step-type. If you were using this step in your pipelines, replace it with [composition](https://codefresh.io/docs/docs/codefresh-yaml/steps/composition/) or [service containers](https://codefresh.io/docs/docs/codefresh-yaml/service-containers/).
375
380
376
381
#### Update configuration for Consul
377
382
From version **1.3.0 and higher**, we have deprecated the Codefresh-managed `consul` chart, in favor of Bitnami public `bitnami/consul` chart. For more information, see [bitnami/consul](https://github.com/bitnami/charts/tree/master/bitnami/consul).