An open API service indexing awesome lists of open source software.

https://github.com/folio-org/folio-helm

Helm charts modules repository
https://github.com/folio-org/folio-helm

Last synced: about 1 year ago
JSON representation

Helm charts modules repository

Awesome Lists containing this project

README

          

# folio-helm - Helm charts modules repository

## Introduction

FOLIO Helm charts modules repository.

Contains Helm sources and Helm packages repository.
Repository URL https://folio-org.github.io/folio-helm/

Master branch is configured as GitHub pages.

See also https://github.com/folio-org/folio-helm-v2 using Helm common library.

## Creating Helm package from source

Build package with:
```
helm package -d ./charts
```
Update repository index
```
helm repo index . --url https://folio-org.github.io/folio-helm/
```

Commit and push changes to GitHub