Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
docs: Provide a workaround for Keptn 0.14.1 installation (#766)
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Pitman <[email protected]>
  • Loading branch information
arthurpitman authored Apr 7, 2022
1 parent c34627b commit 211102f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
|---|---|---|

&ast; **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

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

&ast; **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

Expand Down
4 changes: 2 additions & 2 deletions documentation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=...`.

0 comments on commit 211102f

Please sign in to comment.