Skip to content

Commit

Permalink
updating custom krew index
Browse files Browse the repository at this point in the history
Signed-off-by: chaosinthecrd <[email protected]>
  • Loading branch information
ChaosInTheCRD committed Jan 3, 2024
1 parent 25bf411 commit a031790
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions plugins/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@ kind: Plugin
metadata:
name: lock
spec:
version: v0.0.4
version: v0.0.5
homepage: https://github.com/chaosinthecrd/kube-lock
shortDescription: A pane of glass between you and your Kubernetes clusters
description: |
An intermediary between you and kubectl, allowing you to lock/unlock contexts.
caveats: must alias `kubectl` to kubectl-lock kubectl in `.bashrc`/`.zshrc` (e.g., alias kubectl='kubectl-lock kubectl --')
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/chaosinthecrd/kube-lock/releases/download/v0.0.4/kube-lock_v0.0.4_darwin_amd64.tar.gz
sha256: d9e87d41876ea0bbbb33deac37589877c81f17e5dea820c605e6d636a6267e9e
bin: kubectl-lock
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/chaosinthecrd/kube-lock/releases/download/v0.0.4/kube-lock_v0.0.4_darwin_arm64.tar.gz
sha256: c6498479a52cbfcfb303ea06b9c12fd0e4d05aac2035f505c0db4e8fd54a9e23
bin: kubectl-lock
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/chaosinthecrd/kube-lock/releases/download/v0.0.4/kube-lock_v0.0.4_linux_amd64.tar.gz
sha256: b8b7c140eff6c983d2d22127ea0617a333bdd88728782647b787e793e95bf346
bin: kubectl-lock
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/chaosinthecrd/kube-lock/releases/download/v0.0.4/kube-lock_v0.0.4_windows_amd64.tar.gz
sha256: cac8d24f8fe430b59327b98ba0181e2dc0f3a9b6bb8433a29144314501220e20
bin: kubectl-lock.exe
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/chaosinthecrd/kube-lock/releases/download/v0.0.5/kube-lock_v0.0.5_darwin_amd64.tar.gz
sha256: d9e87d41876ea0bbbb33deac37589877c81f17e5dea820c605e6d636a6267e9e
bin: kubectl-lock
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/chaosinthecrd/kube-lock/releases/download/v0.0.5/kube-lock_v0.0.5_darwin_arm64.tar.gz
sha256: c6498479a52cbfcfb303ea06b9c12fd0e4d05aac2035f505c0db4e8fd54a9e23
bin: kubectl-lock
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/chaosinthecrd/kube-lock/releases/download/v0.0.5/kube-lock_v0.0.5_linux_amd64.tar.gz
sha256: b8b7c140eff6c983d2d22127ea0617a333bdd88728782647b787e793e95bf346
bin: kubectl-lock
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/chaosinthecrd/kube-lock/releases/download/v0.0.5/kube-lock_v0.0.5_windows_amd64.tar.gz
sha256: cac8d24f8fe430b59327b98ba0181e2dc0f3a9b6bb8433a29144314501220e20
bin: kubectl-lock.exe

0 comments on commit a031790

Please sign in to comment.