The Wayback Machine - https://web.archive.org/web/20200910031013/https://github.com/volcano-sh/charts
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Volcano Helm Chart

FOSSA Status

Generate Helm chart package whenever a change has been made in chart/volcano folder.

This guide will be helpful to generate helm chart package and index.yaml from that package.

Generate Helm Package

## This command will generate a .tgz file in current folder
helm package chart/volcano

## Move generated file to package directory
mv volcano-{$version}.tgz package

Generate index.yaml file

## This command will generate index.yaml file in package directory as package/index.yaml
helm repo index package --url https://volcano-sh.github.io/charts/package

## move index.yaml file from package to current directory
mv package/index.yaml .

License

FOSSA Status

About

The helm charts of Volcano

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.