Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/commander.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
homepage: https://github.com/schabrolles/kubectl-commander
shortDescription: Interactively manage Kubernetes resources
version: "v0.4.4"
version: "v0.4.5"
description: |
kube-commander is an interactive menu (based on fzf) that allows you
to navigate and interact with objects of your Kubernetes cluster.
Expand All @@ -26,8 +26,8 @@ spec:
values:
- darwin
- linux
uri: https://github.com/schabrolles/kubectl-commander/archive/refs/tags/v0.4.4.tar.gz
sha256: cd436a7e4bd73a2d8c29d3c32929cc6cde5b1c8cca56791ee3aca637a14a6eba
uri: https://github.com/schabrolles/kubectl-commander/archive/refs/tags/v0.4.5.tar.gz
sha256: 13cb1b293967e9fbfc0a7aff2661132dd81ff238306afe035d5b207b95cb8fa2
bin: kubectl-commander
files:
- from: kubectl-commander-*/kubectl-commander
Expand Down
Loading