# # Copyright (c) 2021-2022 - 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.16" 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.16/bundlebee-core-1.0.16-kubectl-bundlebee.zip sha256: 93c51b15be4a126a1acc2cfd5ab301ce809eb7da2a2604be4bbc55729ba8c3f8 bin: kubectl-bundlebee files: - from: "kubectl-bundlebee" to: "./kubectl-bundlebee"