Skip to content

The helm charts of Volcano

License

Notifications You must be signed in to change notification settings

volcano-retired/charts

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published