Skip to content

Commit 07181bc

Browse files
Merge pull request #1743 from atlassian/bamboo/support-version-10-2-2
bamboo/support-version-10-2-2
2 parents 54d5274 + 1fcd0dc commit 07181bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
2020
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `6.3.0`
2121

2222
* Supported Bamboo versions:
23-
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `10.2.3`
23+
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `10.2.2`
2424

2525
## Support
2626
In case of technical questions, issues or problems with DC Apps Performance Toolkit, contact us for support in the [community Slack](http://bit.ly/dcapt_slack) **#data-center-app-performance-toolkit** channel.

app/util/bamboo/bamboo_dataset_generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.atlassian.bamboo</groupId>
77
<artifactId>bamboo-specs-parent</artifactId>
8-
<version>10.2.3</version>
8+
<version>10.2.2</version>
99
<relativePath/>
1010
</parent>
1111

app/util/k8s/dcapt.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ crowd_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true"]
399399
# By default, latest supported by DCAPT version is set.
400400
# https://hub.docker.com/r/atlassian/bamboo/tags
401401
# https://hub.docker.com/r/atlassian/bamboo-agent-base/tags
402-
bamboo_version_tag = "10.2.3"
403-
bamboo_agent_version_tag = "10.2.3"
402+
bamboo_version_tag = "10.2.2"
403+
bamboo_agent_version_tag = "10.2.2"
404404

405405
# Helm chart version of Bamboo and Bamboo agent instances
406406
# bamboo_helm_chart_version = "<helm_chart_version>"

0 commit comments

Comments
 (0)