/bundles

Kyma helm broker bundles

Primary LanguageSmartyApache License 2.0Apache-2.0

Bundles

Overview

This repository contains bundles which the Helm Broker uses. It allows you to choose a set of bundles and configure the Helm Broker. You can also define your own bundles.

Usage

The bundles folder contains sources of bundles and index files. These files are available in releases. To learn more about the release process, read this document.

If you want to configure the Helm Broker to use different set of bundles, read the Helm Broker configuration and configure the proper URL.

Development

Develop your own remote bundles repository forked from the original repository. Read this document to learn how. On your fork, you can create your own bundles with a structure described in the Helm Broker bundles document. Read also the CONTRIBUTING.md document that includes the contributing rules specific for this repository.

Project structure

The repository has the following structure:

  ├── .github                     # Pull request and issue templates             
  ├── bundles                     # Sources of bundles                                                
  ├── docs                        # Documentation source files
  └── scripts                     # Scripts and tools which check and create bundles