helm

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// MaxIndexSize is the max allowed file size in bytes of a ChartRepository.
	MaxIndexSize int64 = 50 << 20
	// MaxChartSize is the max allowed file size in bytes of a Helm Chart.
	MaxChartSize int64 = 10 << 20
	// MaxChartFileSize is the max allowed file size in bytes of any arbitrary
	// file originating from a chart.
	MaxChartFileSize int64 = 5 << 20
)

This list defines a set of global variables used to ensure Helm files loaded into memory during runtime do not exceed defined upper bound limits.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
secureloader/ignore
Package ignore provides tools for writing ignore files (a la .gitignore).
Package ignore provides tools for writing ignore files (a la .gitignore).

Jump to

Keyboard shortcuts

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