Skip to content

Commit 559bcf9

Browse files
authoredJun 27, 2024
Merge pull request #1468 from atlassian/release/8.3.1
Release 8.3.1
2 parents 011195b + 355cc56 commit 559bcf9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
 

‎app/util/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from util.project_paths import JIRA_YML, CONFLUENCE_YML, BITBUCKET_YML, JSM_YML, CROWD_YML, BAMBOO_YML
44

5-
TOOLKIT_VERSION = '8.3.0'
5+
TOOLKIT_VERSION = '8.3.1'
66
UNSUPPORTED_VERSION = '8.0.0'
77

88

‎app/util/k8s/dcapt-small.tfvars

+4-2
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ confluence_collaborative_editing_enabled = true
230230
# confluence_custom_values_file = "/path/to/values.yaml"
231231

232232
# A list of JVM arguments to be passed to the server. Defaults to an empty list.
233-
# confluence_additional_jvm_args = ["-Dproperty=value", "-Dproperty1=value1"]
233+
# Example: ["-Dproperty=value", "-Dproperty1=value1"]
234+
confluence_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true"]
234235

235236
################################################################################
236237
# Bitbucket Settings
@@ -326,4 +327,5 @@ bitbucket_db_master_password = "Password1!"
326327
# bitbucket_custom_values_file = "/path/to/values.yaml"
327328

328329
# A list of JVM arguments to be passed to the server. Defaults to an empty list.
329-
# bitbucket_additional_jvm_args = ["-Dproperty=value", "-Dproperty1=value1"]
330+
# Example: ["-Dproperty=value", "-Dproperty1=value1"]
331+
bitbucket_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true"]

‎app/util/k8s/dcapt.tfvars

+2-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ confluence_collaborative_editing_enabled = true
239239
# confluence_custom_values_file = "/path/to/values.yaml"
240240

241241
# A list of JVM arguments to be passed to the server. Defaults to an empty list.
242-
# confluence_additional_jvm_args = ["-Dproperty=value", "-Dproperty1=value1"]
242+
# Example: ["-Dproperty=value", "-Dproperty1=value1"]
243+
confluence_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true"]
243244

244245
################################################################################
245246
# Bitbucket Settings

0 commit comments

Comments
 (0)
Failed to load comments.