Skip to content

Commit cf08c6a

Browse files
committed
K8S-224 update k9s 0.12.0, popeye 0.6.0
1 parent b60dd17 commit cf08c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.jps

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ actions:
148148
mkdir -p $HOME/.kube
149149
cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
150150
chown root:root $HOME/.kube/config
151-
wget -qO- https://github.com/derailed/k9s/releases/download/0.11.0/k9s_0.11.0_Linux_x86_64.tar.gz | tar xz -C /usr/bin k9s
152-
wget -qO- https://github.com/derailed/popeye/releases/download/v0.5.0/popeye_0.5.0_Linux_x86_64.tar.gz | tar xz -C /usr/bin popeye
151+
wget -qO- https://github.com/derailed/k9s/releases/download/0.12.0/k9s_0.12.0_Linux_x86_64.tar.gz | tar xz -C /usr/bin k9s
152+
wget -qO- https://github.com/derailed/popeye/releases/download/v0.6.0/popeye_0.6.0_Linux_x86_64.tar.gz | tar xz -C /usr/bin popeye
153153
wget -nv https://github.com/wercker/stern/releases/download/1.11.0/stern_linux_amd64 -O /usr/bin/stern
154154
chmod +x /usr/bin/stern
155155
/usr/bin/stern --completion=bash > /etc/bash_completion.d/stern.bash

0 commit comments

Comments
 (0)