releaser

package
v0.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExportCharts

func ExportCharts(config Configuration, targetDir string, ghToken string)

ExportCharts Exports the configured charts to a directory

func UpdateReleases

func UpdateReleases(config Configuration, targetDir string, ghToken string)

Types

type Configuration

type Configuration struct {
	SrcCfg []SrcConfiguration `mapstructure:"sources"`
	DstCfg DstConfiguration   `mapstructure:"destination"`
}

type DstConfiguration

type DstConfiguration struct {
	Owner string `mapstructure:"owner"`
	Repo  string `mapstructure:"repo"`
}

type SrcConfiguration

type SrcConfiguration struct {
	Name    string   `mapstructure:"name"`
	Version string   `mapstructure:"version"`
	Repo    string   `mapstructure:"repo"`
	Charts  []string `mapstructure:"charts"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL