Skip to content

Commit

Permalink
Bump yq v4.35.2->v4.40.2, gento v0.9.20231010->v0.9.20231111
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Nov 20, 2023
1 parent 6c67cf2 commit 9a91c8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# https://github.com/rdavid/shellbase/
# shellcheck disable=SC2034,SC3043 # Uses local variables, appears unused.
readonly \
BASE_APP_VERSION=0.9.20231111 \
BASE_APP_VERSION=0.9.20231121 \
BASE_MIN_VERSION=0.9.20230606 \
DST=/usr/local/bin \
GOR=0.9.20231010 \
GOR=0.9.20231111 \
PKG="\
curl \
dci-ansible \
Expand All @@ -20,7 +20,7 @@ tar \
which" \
SHR=0.9.20231111 \
USR=dci-openshift-app-agent \
YQR=4.35.2
YQR=4.40.2
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/latest/openshift-client-linux.tar.gz \
Expand Down

0 comments on commit 9a91c8d

Please sign in to comment.