Skip to content

Commit 1291c69

Browse files
authored
Mention the change in default value for wdtInstallHome and wdtModelHome when auxiliary images are configured. (#3617)
1 parent bf0c6ac commit 1291c69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/4.0/content/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ draft: false
124124
* Added `.spec.configuration.model.auxiliaryImages` for simplified configuration of auxiliary images.
125125
* Added several additional advanced settings related to auxiliary images including `.spec.configuration.model.auxiliaryImageVolumeMountPath`, `.spec.configuration.model.auxiliaryImageVolumeMedium`, and `.spec.configuration.model.auxiliaryImageVolumeSizeLimit`.
126126
* Removed `.spec.serverPod.auxiliaryImages` and `.spec.auxiliaryImageVolumes` as part of the simplification effort.
127+
* Default change for `domain.spec.configuration.model.wdtInstallHome` to `/aux/weblogic-deploy` if `spec.configuration.model.AuxiliaryImages` are specified, and to `/u01/wdt/weblogic-deploy` otherwise. It previously always defaulted to `/u01/wdt/weblogic-deploy`.
128+
* Default change for `domain.spec.configuration.model.wdtModelHome` to `/aux/models` if `spec.configuration.model.AuxiliaryImages` are specified, and to `/u01/wdt/models` otherwise. It previously always defaulted to `/u01/wdt/models`.
127129

128130
* Cluster changes.
129131
* Moved content under `.spec.clusters[*]` to the new Cluster resource `.spec`.

0 commit comments

Comments
 (0)