# # Copyright (c) 2021-2023 - Yupiik SAS - https://www.yupiik.com # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # apiVersion: krew.googlecontainertools.github.com/v1alpha2 kind: Plugin metadata: name: bundlebee spec: version: "1.0.23" homepage: https://www.yupiik.io/bundlebee/ shortDescription: "Simple Kubernetes Package Manager" description: | Handles Kubernetes recipes to simplify application installation. You can learn more at https://www.yupiik.io/bundlebee/ and https://github.com/yupiik/bundlebee. platforms: - selector: matchExpressions: - key: "os" operator: "In" values: - linux uri: https://repo.maven.apache.org/maven2/io/yupiik/bundlebee-core/1.0.23/bundlebee-core-1.0.23-kubectl-bundlebee.zip sha256: ea06a87c82ee40c00c9fcfedf4aa87b42d5ade8b7871072d097ac1d06bfa65d7 bin: kubectl-bundlebee files: - from: "kubectl-bundlebee" to: "./kubectl-bundlebee"