-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Krew plugin update for kubectl-tekton version v0.1.0
- Loading branch information
1 parent
ec3cd58
commit c4dc5c3
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
apiVersion: krew.googlecontainertools.github.com/v1alpha2 | ||
kind: Plugin | ||
metadata: | ||
name: tekton | ||
spec: | ||
version: v0.1.0 | ||
platforms: | ||
- bin: tekton.exe | ||
uri: https://github.com/sayan-biswas/kubectl-tekton/releases/download/v0.1.0/tekton-0.1.0-windows-arm64.zip | ||
sha256: 58b421a9c4dee917bb09cb65267355c71b0b3a2446883e21e00bd03511912996 | ||
selector: | ||
matchLabels: | ||
os: windows | ||
arch: arm64 | ||
- bin: tekton.exe | ||
uri: https://github.com/sayan-biswas/kubectl-tekton/releases/download/v0.1.0/tekton-0.1.0-windows-amd64.zip | ||
sha256: 90991023fcf9deffc0c553bbf87a945912da8bce65dc3db4390dee7393e513d4 | ||
selector: | ||
matchLabels: | ||
os: windows | ||
arch: amd64 | ||
- bin: tekton | ||
uri: https://github.com/sayan-biswas/kubectl-tekton/releases/download/v0.1.0/tekton-0.1.0-linux-arm64.tar.gz | ||
sha256: c21725cef618db6bbe7b8c0426f8fa97764b894f57587f1e80f4a023635cb083 | ||
selector: | ||
matchLabels: | ||
os: linux | ||
arch: arm64 | ||
- bin: tekton | ||
uri: https://github.com/sayan-biswas/kubectl-tekton/releases/download/v0.1.0/tekton-0.1.0-linux-amd64.tar.gz | ||
sha256: 6dae344992b9916d3666c3e1840e8b4e08884563cbc5e513c70746979b2dabd2 | ||
selector: | ||
matchLabels: | ||
os: linux | ||
arch: amd64 | ||
- bin: tekton | ||
uri: https://github.com/sayan-biswas/kubectl-tekton/releases/download/v0.1.0/tekton-0.1.0-darwin-arm64.tar.gz | ||
sha256: eaa4edb1d86a8edf48c1dc4bd67311be6b0cb0a9b2296c72c7c290350c310301 | ||
selector: | ||
matchLabels: | ||
os: darwin | ||
arch: arm64 | ||
- bin: tekton | ||
uri: https://github.com/sayan-biswas/kubectl-tekton/releases/download/v0.1.0/tekton-0.1.0-darwin-amd64.tar.gz | ||
sha256: 91bf070d30296e51a5d59b32dec1ac9270d2f05654e6b7bca63a6b2bf88148f5 | ||
selector: | ||
matchLabels: | ||
os: darwin | ||
arch: amd64 | ||
shortDescription: Kubectl plugin to query tekton resources | ||
homepage: https://github.com/sayan-biswas/kubectl-tekton | ||
caveats: kubectl tekton --help | ||
description: Kubectl plugin to query tekton resources |