Documentation
¶
Index ¶
- Variables
- func CommitBump(c *Chart) error
- func CommitMessage(c *Chart, msg string) error
- func Save(chart *Chart) error
- func UpdateApp(c *Chart, latest string) error
- func UpdateDependency(c *Chart, d *chart.Dependency, latest string) error
- func UpdateValue(c *Chart, d *Update, latest string) error
- func UpdateVersion(c *Chart) error
- type Bump
- type Chart
- type Source
- type Update
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrFilesNotFound = errors.New("chart files not found")
)
View Source
var (
ErrNothingToCommit = errors.New("nothing to commit")
)
Functions ¶
func CommitBump ¶
func CommitMessage ¶
func UpdateDependency ¶
func UpdateDependency(c *Chart, d *chart.Dependency, latest string) error
func UpdateVersion ¶
Types ¶
type Chart ¶
Click to show internal directories.
Click to hide internal directories.