Skip to content

Commit af155e0

Browse files
committed
docs: improve readme
1 parent 569c57e commit af155e0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

charts/cf-runtime/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/insta
2020
- [To 7.x](#to-7-x)
2121
- [To 7.9.x](#to-7-9-x)
2222
- [To 8.x](#to-8-x)
23-
- [To 9.x](#to-9-x)
23+
- [To 8.2.x](#to-8-2-x)
2424
- [Architecture](#architecture)
2525
- [Configuration](#configuration)
2626
- [EBS backend volume configuration in AWS](#ebs-backend-volume-configuration)
@@ -314,11 +314,11 @@ This means that any existing images in your pipelines that were created using th
314314

315315
To avoid operation disruption, you have to identify and convert such deprecated images to modern formats. Tutorial: [https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/](https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/)
316316

317-
### To 9.x
317+
### To 8.2.x
318318

319-
⚠️⚠️⚠️ **BREAKING CHANGE** ⚠️⚠️⚠️
319+
⚠️⚠️⚠️ **BREAKING CHANGE in metrics configuration** ⚠️⚠️⚠️
320320

321-
In this major release, the `engine` component has migrated its metrics collection to OpenTelemetry, using the *push* model by default.
321+
In this release, the `engine` component has migrated its metrics collection to OpenTelemetry, using the *push* model by default.
322322

323323
You can still switch to the *pull* model by setting the `OTEL_METRICS_EXPORTER=prometheus` environment variable for the `engine`. However, we recommend using the default configuration, as it is better suited for the short-lived nature of Classic Builds and provides more precise and complete metrics.
324324

charts/cf-runtime/README.md.gotmpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/insta
2020
- [To 7.x](#to-7-x)
2121
- [To 7.9.x](#to-7-9-x)
2222
- [To 8.x](#to-8-x)
23-
- [To 9.x](#to-9-x)
23+
- [To 8.2.x](#to-8-2-x)
2424
- [Architecture](#architecture)
2525
- [Configuration](#configuration)
2626
- [EBS backend volume configuration in AWS](#ebs-backend-volume-configuration)
@@ -314,11 +314,11 @@ This means that any existing images in your pipelines that were created using th
314314

315315
To avoid operation disruption, you have to identify and convert such deprecated images to modern formats. Tutorial: [https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/](https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/)
316316

317-
### To 9.x
317+
### To 8.2.x
318318

319-
⚠️⚠️⚠️ **BREAKING CHANGE** ⚠️⚠️⚠️
319+
⚠️⚠️⚠️ **BREAKING CHANGE in metrics configuration** ⚠️⚠️⚠️
320320

321-
In this major release, the `engine` component has migrated its metrics collection to OpenTelemetry, using the *push* model by default.
321+
In this release, the `engine` component has migrated its metrics collection to OpenTelemetry, using the *push* model by default.
322322

323323
You can still switch to the *pull* model by setting the `OTEL_METRICS_EXPORTER=prometheus` environment variable for the `engine`. However, we recommend using the default configuration, as it is better suited for the short-lived nature of Classic Builds and provides more precise and complete metrics.
324324

0 commit comments

Comments
 (0)