fix: fix-kubectl incorrect version, load-fzf fixed output
This commit is contained in:
parent
122ee40042
commit
eb821d0bdb
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ if [[ -z "${BASE_0}" || "${BASE_0}" == "$BASE_SHELL" ]]; then
|
|||
if [[ -n "$(type -t 'kubectl-cnpg')" ]]; then
|
||||
. <( kubectl cnpg completion ${SHELL##*/} )
|
||||
else
|
||||
DL_VER=1.18.1
|
||||
DL_VER=v1.21.1
|
||||
GH_URL=https://github.com/cloudnative-pg/cloudnative-pg
|
||||
DL_FILE="kubectl-cnpg_${DL_VER}_linux_x86_64.deb"
|
||||
URL=${GH_URL}/releases/download/${DL_VER}/${DL_FILE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue