diff --git a/app/install b/app/install index ff5fabe..c368de9 100755 --- a/app/install +++ b/app/install @@ -5,7 +5,7 @@ # https://github.com/rdavid/shellbase/ # shellcheck disable=SC2034,SC3043 # Uses local variables, appears unused. readonly \ - BASE_APP_VERSION=0.9.20241111 \ + BASE_APP_VERSION=0.9.20241127 \ BASE_MIN_VERSION=0.9.20230606 \ DST=/usr/local/bin \ GOR=0.9.20240303 \ @@ -20,7 +20,7 @@ tar \ which" \ SHR=0.9.20241111 \ USR=dci-openshift-app-agent \ - YQR=4.44.3 + YQR=4.44.5 readonly \ GO=https://github.com/rdavid/gento/archive/refs/tags/v$GOR.tar.gz \ OC=https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.14/openshift-client-linux.tar.gz \