Skip to content

Commit

Permalink
krew.yaml file changed also sha added
Browse files Browse the repository at this point in the history
  • Loading branch information
bedirhangull committed Sep 29, 2024
1 parent d84b761 commit 91ebae3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
*.out

bin/
dist/
26 changes: 13 additions & 13 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,40 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v0.1.0/crashwatch_linux_amd64.tar.gz
sha256: ""
uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v0.1.0/kubectl-crashwatch_linux_amd64.tar.gz
sha256: "b29aa255a7f176284b7ddd07f3195accf3c3aeed567ac20304d674f312ff1e1c"
files:
- from: "./crashwatch"
- from: "kubectl-crashwatch"
to: "."
- from: LICENSE
to: "."
bin: "crashwatch"
bin: "kubectl-crashwatch"

- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v0.1.0/crashwatch_darwin_amd64.tar.gz
sha256: ""
uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v0.1.0/kubectl-crashwatch_darwin_amd64.tar.gz
sha256: "2bb7279a12fb5186bf7a06be0528a60ad4e6602f2badf71eed769dc845146af0 "
files:
- from: "./crashwatch"
- from: "kubectl-crashwatch"
to: "."
- from: LICENSE
to: "."
bin: "crashwatch"
bin: "kubectl-crashwatch"

- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v0.1.0/crashwatch_windows_amd64.zip
sha256: ""
uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v0.1.0/kubectl-crashwatch_windows_amd64.zip
sha256: "2bc757a849d98039a2625ca8ad1e928745c2b27e3516642c4e8a0a0f7926e44b"
files:
- from: "/crashwatch.exe"
- from: "kubectl-crashwatch.exe"
to: "."
- from: LICENSE
to: "."
bin: "crashwatch.exe"
bin: "kubectl-crashwatch.exe"

shortDescription: A kubectl plugin to monitor CrashLoopBackOff pods
homepage: https://github.com/bedirhangull/kubectl-crashwatch
Expand Down

0 comments on commit 91ebae3

Please sign in to comment.