Skip to content

Commit

Permalink
Update k9s to 0.20.4
Browse files Browse the repository at this point in the history
* Supports PVC UsedBy option (u)
* env K9SCONFIG support added for custom config location
* Other bug fixes
  • Loading branch information
HighwayofLife committed Jun 5, 2020
1 parent 5b916b9 commit c252894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.8.3-alpine3.11
FROM python:3.8.3-alpine3.12

# https://github.com/kubernetes/kubectl/releases
ARG KUBECTL_VERSION=1.18.3

# https://github.com/derailed/k9s/releases
ARG K9S_VERSION=0.20.2
ARG K9S_VERSION=0.20.4

# https://github.com/fluxcd/flux/releases
ARG FLUXCTL_VERSION=1.19.0
Expand Down

0 comments on commit c252894

Please sign in to comment.