Skip to content

Commit

Permalink
.krew.yaml: updates based on krew-index PR feedback (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Aug 5, 2020
1 parent 2d0a857 commit e570568
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Update new version in krew-index
# uses: rajatjindal/krew-release-bot@v0.0.25
# uses: rajatjindal/krew-release-bot@v0.0.38
14 changes: 9 additions & 5 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ metadata:
spec:
version: {{ .TagName }}
homepage: https://github.com/operator-framework/kubectl-operator
shortDescription: Manage Kubernetes Operators with Operator Lifecycle Manager
shortDescription: Manage operators with Operator Lifecycle Manager
description: |
This plugin is a package manager for Operators in your cluster. It
simplifies adding and removing Operator catalogs, and it has familiar
This plugin is a package manager for operators in your cluster. It
simplifies adding and removing operator catalogs, and it has familiar
commands for installing, uninstalling, and listing available and
installed Operators.
installed operators.
One example of a catalog is the public operatorhub.io index, which
is installed by default with Operator Lifecycle Manager.
caveats: |
* This plugin requires Operator Lifecycle Manager to be installed in your
cluster. See the installation instructions at https://olm.operatorframework.io/docs/getting-started/
cluster. See the installation instructions at
https://olm.operatorframework.io/docs/getting-started/
platforms:
- selector:
matchLabels:
Expand Down

0 comments on commit e570568

Please sign in to comment.