Skip to content

Commit

Permalink
fix vm-info alias and bump kyverno cli to 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Oct 5, 2023
1 parent 271e4ba commit 94fa0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV ARGO_VERSION="3.4.11" \
KUBECTL_WHOAMI_VERSION="0.0.46" \
KUBECTX_VERSION="0.9.5" \
KUSTOMIZE_VERSION="4.5.7" \
KYVERNO_VERSION="1.10.3" \
KYVERNO_VERSION="1.9.5" \
K9S_VERSION="0.27.4" \
MONGO_SHELL_VERSION="4.0.25" \
MYSQL_SHELL_VERSION="8.0.33-1" \
Expand Down
2 changes: 1 addition & 1 deletion tools/bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ alias stop-tinyproxy='sudo pkill -e tinyproxy'
alias tn='function __tn() { echo -ne "\033]0;$@\007";unset -f __t;printf "\n"; }; __tn'
alias toggle-proxy='. /usr/local/bin/proxy.sh'
alias tools='. /usr/local/bin/tools.sh'
alias vm-info='. /usr/local/bin/get-vm-info.sh'
alias vm-info='/usr/local/bin/get-vm-info.sh'

0 comments on commit 94fa0e7

Please sign in to comment.