Skip to content

Commit

Permalink
Added yq
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed May 11, 2024
1 parent 181cf0f commit 2afd79d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ TALOS_URL=https://github.com/siderolabs/talos/releases/download/$TALOS_VERSION/t
echo $TALOS_URL
install_bin talosctl $TALOS_URL

# yq
YQ_VERSION=v4.43.1
YQ_URL=https://github.com/mikefarah/yq/releases/download/$YQ_VERSION/yq_linux_$ARCH
install_bin yq $YQ_URL

# k9s
K9S_VERSION=${K9S_VERSION:-v0.29.1}
K9S_URL=https://github.com/derailed/k9s/releases/download/$K9S_VERSION/k9s_Linux_$ARCH.tar.gz
Expand Down

0 comments on commit 2afd79d

Please sign in to comment.