Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update krew release workflow #161

Merged
merged 2 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Update new version in krew-index
uses: rajatjindal/krew-release-bot@v0.0.46
with:
krew_template_file: scripts/openebs.yaml
krew_template_file: dist/krew/kubectl-openebs.yaml
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,17 @@ nfpms:
license: Apache 2.0
formats:
- deb

krews:
- skip_upload: true
homepage: https://github.com/openebs/openebsctl
short_description: View and debug OpenEBS storage resources
description: |
The openebs plugin provides a simplified interface to view
and debug different OpenEBS volumes and related storage resources.
caveats: |
* This plugin works with newer OpenEBS releases, where volumes are
provisioned by CSI.
* For resources that are not in default namespace, you must specify
-n/--namespace explicitly (the current namespace setting is not
yet used).
48 changes: 0 additions & 48 deletions scripts/openebs.yaml

This file was deleted.

Loading