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.
Click to show internal directories.
Click to hide internal directories.