diff --git a/dell-csi-helm-installer/csi-install.sh b/dell-csi-helm-installer/csi-install.sh index 18ceec52..3717c444 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -15,7 +15,7 @@ PROG="${0}" NODE_VERIFY=1 VERIFY=1 MODE="install" -DEFAULT_DRIVER_VERSION="2.1.0" +DEFAULT_DRIVER_VERSION="2.2.0" WATCHLIST="" # export the name of the debug log, so child processes will see it diff --git a/dell-csi-helm-installer/verify.sh b/dell-csi-helm-installer/verify.sh index 556f2633..9269e753 100755 --- a/dell-csi-helm-installer/verify.sh +++ b/dell-csi-helm-installer/verify.sh @@ -147,7 +147,12 @@ function verify_fc_installation() { # verify secrets exist function verify_required_secrets() { - log step "Verifying that required secrets have been created" + if [[ "${@}" == *"-certs"* ]]; then + log step "Verifying that required secrets for certs have been created" + fi + if [[ "${@}" == *"-creds"* ]]; then + log step "Verifying that required secrets for creds have been created" + fi error=0 for N in "${@}"; do