helmdeploy

package
v0.11.2 Latest Latest
Warning

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

Go to latest
Published: May 31, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const URI = "builtin://actions/helm-deploy"

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Sdk actionsdk.SDKClient
}

func (Action) Execute

func (a Action) Execute() (err error)

func (Action) GetConfig

func (a Action) GetConfig(env map[string]string) (Config, error)

func (Action) Metadata

func (a Action) Metadata() actionsdk.ActionMetadata

type Config

type Config struct {
	DeploymentChart          string `json:"deployment_chart"            env:"DEPLOYMENT_CHART"           validate:"required"`
	DeploymentChartVersion   string `json:"deployment_chart_version"    env:"DEPLOYMENT_CHART_VERSION"`
	DeploymentChartLocalPath string `json:"deployment_chart_local_path" env:"DEPLOYMENT_CHART_LOCAL_PATH"`
	DeploymentNamespace      string `json:"deployment_namespace"        env:"DEPLOYMENT_NAMESPACE"       validate:"required"`
	DeploymentID             string `json:"deployment_id"               env:"DEPLOYMENT_ID"              validate:"required"`
	DeploymentEnvironment    string `json:"deployment_environment"      env:"DEPLOYMENT_ENVIRONMENT"     validate:"required"`
	HelmArgs                 string `json:"helm_args"                   env:"HELM_ARGS"`
}

Jump to

Keyboard shortcuts

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