helm

package
v0.0.0-...-7bb694b Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Chart      string `yaml:"chart" validate:"required"`
	Repository string `yaml:"repository" validate:"required,uri"`
	Constraint string `yaml:"constraint"`
}

Config contains configuration options

type Helm

type Helm struct {
	// contains filtered or unexported fields
}

Helm implements {probe} component checks the latest version of specified helm chart in helm repository

func New

func New(rawCfg string) (Helm, error)

New creates component instance

func (Helm) Probe

func (r Helm) Probe(current string) (string, error)

Probe returns the latest version of the helm chart with the respect of constraints

Jump to

Keyboard shortcuts

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