diff --git a/.gitignore b/.gitignore index e0f20f7..5dd6310 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ *.out bin/ +dist/ diff --git a/.krew.yaml b/.krew.yaml index aab2ae1..1f557aa 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -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