diff --git a/CHANGELOG.md b/CHANGELOG.md index f6246f2d9..25a4c626e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file. See [standa ## [0.22.0](https://github.com/keptn-contrib/dynatrace-service/compare/0.21.0...0.22.0) (2022-03-23) ### Release validated with - | Dynatrace-service: `0.22.0` | Keptn: `0.12.6` | Dynatrace: `1.235` | + | Dynatrace-service: `0.22.0` | Keptn: `0.12.6`* | Dynatrace: `1.235` | |---|---|---| +* **Note**: to install dynatrace-service 0.22.0 for Keptn 0.14.1 or later, please override the bundled distributor version and target the appropriate Keptn version by setting the Helm chart variable `distributor.image.tag`, i.e. by appending `--set distributor.image.tag=...` during the Helm upgrade. ### Features diff --git a/README.md b/README.md index 9f4e233b1..7949cd47f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ |||| |---|---|---| -| Dynatrace-service: `0.22.0` | Keptn: `0.12.6` Note: Incompatible with Keptn > 0.14.x | Dynatrace: `1.235` | +| Dynatrace-service: `0.22.0` | Keptn: `0.12.6` * | Dynatrace: `1.235` | + +* **Note**: to install dynatrace-service 0.22.0 for Keptn 0.14.1 or later, please override the bundled distributor version and target the appropriate Keptn version by setting the Helm chart variable `distributor.image.tag`, i.e. by appending `--set distributor.image.tag=...` during the Helm upgrade. ## Overview diff --git a/documentation/installation.md b/documentation/installation.md index e41d20faa..47d9ce6b6 100644 --- a/documentation/installation.md +++ b/documentation/installation.md @@ -39,6 +39,6 @@ helm upgrade --install dynatrace-service -n keptn \ --set dynatraceService.config.keptnBridgeUrl=$KEPTN_BRIDGE_URL ``` -**Note:** +**Notes:** - You can select additional installation options by appending key-value pairs with the syntax `--set key=value`. Further details are provided in [Additional installation options](additional-installation-options.md). - +- To target a different distributor version, set the Helm chart variable `distributor.image.tag`, i.e. by appending `--set distributor.image.tag=...`.