DCKUBE-474: Added Jira Proxy information to helm chart (#202)* DCKUBE-474: Added default value for ingress.path and also introduced ALT_PROXY_NAME and ALT_PROXY_PORT for jira helm chart
* Added unittests
Co-authored-by: nghazalibeiklar <[email protected]>
DCKUBE-429 Increase timeout for waiting for pods to come up. (#196)Sometimes the cluster-autoscaler takes too long to spin up new
nodes, this timeout should give enough time for it to spin up
nodes and then for the application to come up.
Involved current feed in finding latest LTS version of products (#198)* Involved current feed in finding latest LTS version of products
* used the pattern expression to extract json data instead of stripping fixed term
DCKUBE-437: Wording improvement for warning in NOTES when PV is not used (#199)* DCKUBE-437: Made PV warning clearly indicating it's for shared home; added warning for local home if pv is not used.
* DCKUBE-437: indentation
DCKUBE-424 latest lts product helm chart (#192)* Added a script to get latest LTS version of product dynamically and applied as docker version in helm_install. This value will be ignored if dockerImage.version is defined
DCKUBE-410: fix additional injections (#186)* DCKUBE-410: Add test for addiitonal volumes functionality.
* DCKUBE-410: Add test and fixes for additionalVolumeMounts functionality.
* DCKUBE-410: We don't need the new helper functions.
* DCKUBE-410: Add fix and regression test for additionalEnvironmentVariables.
* DCKUBE-410: Add fix and regression test for additionalInitContainers.
* DCKUBE-410: Split container tests out into their o...
Defining the following values in the helpers template for each chart, to allow template overrides: (#173)- additionalInitContainers
- additionalHosts (Confluence only)
- additionalContainers
- additionalVolumeMounts
- additionalEnvironmentVariables
Co-authored-by: Louis Zschaler <[email protected]>
Co-authored-by: Adam Brokes <[email protected]>
Co-authored-by: Dylan Rathbone <[email protected]>
Dckube 308 installation output notes (#157)* DCKUBE-308 Added service url to NOTES.txt to be printed out after installation.
* DCKUBE-308 Fixed comment typo for values.jira.service.contextPath
* DCKUBE-308 No need to append "/jira" path to localhost
* DCKUBE-308 Modified NOTES for Crowd
* DCKUBE-308 Addressed PR comments
* DCKUBE-308 Made lowercase chart name in title format
* DCKUBE-308 Refactor
* DCKUBE-308 Catered for NodePort...
DCKUBE-302 Add Bitbucket SSH service and custom annotations. (#152)* DCKUBE-302 Add Bitbucket SSH service and custom annotations.
* DCKUBE-302 Add Bitbucket SSH service for EKS test deployment.
* DCKUBE-302 Fix test.
* DCKUBE-302 Make SSH ingress internal for DCNG cluster.
* Update src/main/charts/bitbucket/templates/service.yaml
Co-authored-by: Adam Brokes <[email protected]>
* DCKUBE-302 Add inline documentation for the SSH service.
* DCKUBE-302 M...
DCKUBE-322: Revert previous enabling of Synchrony by default for now … (#160)* DCKUBE-322: Revert previous enabling of Synchrony by default for now as it requires more test updates.
* DCKUBE-322: Revert test changes.
DCKUBE-322: Add resources stanza for Synchrony and inject values into startup (#151)* DCKUBE-322: Add resources stanza for Synchrony and inject values into startup.
* DCKUBE-322: Add test for start-synchrony.sh output.
* DCKUBE-322: Minor test cleanup.
* DCKUBE-322: Bump max Synchrony memory to 2GB to match managed settings.
* DCKUBE-322: Enable Synchrony by default.
* DCKUBE-322: Memory tweaks and fixes.
* DCKUBE-322: Use the minMem value in the JVM.
* DCKUBE-322: Updt...