We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a91c8d commit d38686fCopy full SHA for d38686f
app/install
@@ -5,7 +5,7 @@
5
# https://github.com/rdavid/shellbase/
6
# shellcheck disable=SC2034,SC3043 # Uses local variables, appears unused.
7
readonly \
8
- BASE_APP_VERSION=0.9.20231121 \
+ BASE_APP_VERSION=0.9.20231126 \
9
BASE_MIN_VERSION=0.9.20230606 \
10
DST=/usr/local/bin \
11
GOR=0.9.20231111 \
@@ -20,7 +20,7 @@ tar \
20
which" \
21
SHR=0.9.20231111 \
22
USR=dci-openshift-app-agent \
23
- YQR=4.40.2
+ YQR=4.40.3
24
25
GO=https://github.com/rdavid/gento/archive/refs/tags/v$GOR.tar.gz \
26
OC=https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-linux.tar.gz \
0 commit comments