helm

package
v0.31.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package helm contains linting related mage targets.

Index

Constants

This section is empty.

Variables

View Source
var (
	// HelmChartPath is the path to the helm chart to lint.
	HelmChartPath = "infra/deploy/helm/replace_me/Chart.yaml"
	// HelmRepos is a map of repos.
	HelmRepos = map[string]string{
		"beat":      "https://harbor.private.k8s.management.thebeat.co/chartrepo/beat-charts",
		"stable":    "https://charts.helm.sh/stable",
		"incubator": "https://charts.helm.sh/incubator",
		"bitnami":   "https://charts.bitnami.com/bitnami",
		"aws":       "https://aws.github.io/eks-charts",
	}
)

Functions

This section is empty.

Types

type Lint

type Lint mg.Namespace

Lint groups together lint related tasks.

func (Lint) Helm

func (l Lint) Helm() error

Helm linting of a specific chart path.

Jump to

Keyboard shortcuts

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