Skip to content

Commit

Permalink
add .krew.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Zhongtao Hu <[email protected]>
  • Loading branch information
Tim-0731-Hzt committed Feb 12, 2023
1 parent c5264fd commit 78185ae
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update new version in krew-index
uses: rajatjindal/[email protected].38
uses: rajatjindal/[email protected].43
55 changes: 55 additions & 0 deletions .krew.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: kata
spec:
version: "v0.1.0"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/Tim-0731-Hzt/kubectl-kata/releases/download/v0.1.0/kata_linux_amd64.tar.gz
sha256: c5264fd12b8d25b26590ebd2a5c425db33dd43d2
files:
- from: "./kata"
to: "."
- from: LICENSE
to: "."
bin: "kata"
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/Tim-0731-Hzt/kubectl-kata/releases/download/v0.1.0/kata_darwin_amd64.tar.gz
sha256: c5264fd12b8d25b26590ebd2a5c425db33dd43d2
files:
- from: "./kata"
to: "."
- from: LICENSE
to: "."
bin: "kata"
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/Tim-0731-Hzt/kubectl-kata/releases/download/v0.1.0/kata_windows_amd64.zip
sha256: c5264fd12b8d25b26590ebd2a5c425db33dd43d2
files:
- from: "/kata.exe"
to: "."
- from: LICENSE
to: "."
bin: "kata.exe"
shortDescription: A new plugin
homepage: https://github.com/Tim-0731-Hzt/kubectl-kata
caveats: |
Usage:
$ kubectl kata
For additional options:
$ kubectl kata --help
or https://github.com/Tim-0731-Hzt/kubectl-kata/blob/v0.1.0/doc/USAGE.md
description: |
This is a new plugin
55 changes: 0 additions & 55 deletions deploy/krew/plugin.yaml

This file was deleted.

0 comments on commit 78185ae

Please sign in to comment.