Skip to main content

publicCacheOptions

Index

Properties

Properties

optionaldir

dir?: string

The path of the cache directory. You can also use KOSKO_HELM_CACHE_DIR environment variable to set the cache directory. This option always takes precedence over the environment variable.

@defaultValue
  • Linux: $XDG_CACHE_HOME/kosko-helm or ~/.cache/kosko-helm
  • macOS: ~/Library/Caches/kosko-helm
  • Windows: $LOCALAPPDATA/kosko-helm or ~/AppData/Local/kosko-helm

optionalenabled

enabled?: boolean

When cache is enabled, the chart is pulled and stored in the cache directory. Although Helm has its own cache, implementing our own cache is faster. Local charts are never cached.

@defaultValue

true