Skip to content

Commit 7b011ba

Browse files
committed
K8S-224 update k9s to 0.13.3
1 parent 5b261f5 commit 7b011ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/upgrade.jps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ actions:
146146
- cmd[${this}]: |-
147147
service kubelet restart
148148
helm repo update
149-
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
149+
wget -qO- https://github.com/derailed/k9s/releases/download/v0.13.3/k9s_0.13.3_Linux_x86_64.tar.gz | tar xz -C /usr/bin k9s
150150
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
151151
wget -nv https://github.com/wercker/stern/releases/download/1.11.0/stern_linux_amd64 -O /usr/bin/stern
152152
chmod +x /usr/bin/stern

manifest.jps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ 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.12.0/k9s_0.12.0_Linux_x86_64.tar.gz | tar xz -C /usr/bin k9s
151+
wget -qO- https://github.com/derailed/k9s/releases/download/v0.13.3/k9s_0.13.3_Linux_x86_64.tar.gz | tar xz -C /usr/bin k9s
152152
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

0 commit comments

Comments
 (0)