Skip to content

Commit 70b61f0

Browse files
authored
Merge pull request #905 from oracle/update-wdt-version-to-0.17
ready to merge: Update wdt version to 0.17
2 parents da4c876 + 5f14e1a commit 70b61f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/wdt/create-domain-script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# default: weblogic-deploy.zip
4646
#
4747
# WDT_INSTALL_ZIP_URL URL for downloading WDT install zip
48-
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.14/$WDT_INSTALL_ZIP_FILE
48+
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.17/$WDT_INSTALL_ZIP_FILE
4949
#
5050
# https_proxy Proxy for downloading WDT_INSTALL_ZIP_URL.
5151
# default: "http://www-proxy-hqdc.us.oracle.com:80"
@@ -74,7 +74,7 @@ WDT_VAR_FILE=${WDT_VAR_FILE:-"$SCRIPTPATH/create-domain-inputs.yaml"}
7474
WDT_DIR=${WDT_DIR:-/shared/wdt}
7575

7676
WDT_INSTALL_ZIP_FILE="${WDT_INSTALL_ZIP_FILE:-weblogic-deploy.zip}"
77-
WDT_INSTALL_ZIP_URL=${WDT_INSTALL_ZIP_URL:-"https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.14/$WDT_INSTALL_ZIP_FILE"}
77+
WDT_INSTALL_ZIP_URL=${WDT_INSTALL_ZIP_URL:-"https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.17/$WDT_INSTALL_ZIP_FILE"}
7878

7979
# using "-" instead of ":-" in case proxy vars are explicitly set to "".
8080
https_proxy=${https_proxy-""}

0 commit comments

Comments
 (0)