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
- Host: GitHub
- URL: https://github.com/folio-org/folio-helm
- Owner: folio-org
- Created: 2020-06-16T14:40:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T13:53:55.000Z (over 2 years ago)
- Last Synced: 2025-02-09T15:42:48.508Z (over 1 year ago)
- Language: Mustache
- Size: 6.71 MB
- Stars: 5
- Watchers: 12
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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