Skip to content

Commit

Permalink
enterprise: adding notes to the values file of what scratch volumes a…
Browse files Browse the repository at this point in the history
…re used for (#440)

Signed-off-by: Hung Nguyen <[email protected]>
  • Loading branch information
HN23 authored Feb 3, 2025
1 parent e3070ac commit c952946
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: enterprise
version: "3.4.0"
version: "3.4.1"
appVersion: "5.14.0"
kubeVersion: 1.23.x - 1.31.x || 1.23.x-x - 1.31.x-x
description: |
Expand Down
7 changes: 6 additions & 1 deletion stable/enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ anchoreConfig:
image_analyzer: 1

## @param anchoreConfig.analyzer.layer_cache_max_gigabytes Specify a cache size > 0GB to enable image layer caching
## This chart sets up a scratch directory for all Anchore Analyzer pods using the values found at .Values.scratchVolume
## This chart sets up a scratch directory for all Anchore Analyzer pods using the values found at .Values.analyzer.scratchVolume object or .Values.scratchVolume
## When setting .Values.anchoreConfig.analyzer.layer_cache_max_gigabytes, ensure the scratch volume has sufficient storage space
## ref: https://docs.anchore.com/current/docs/installation/storage/layer_caching/
##
Expand Down Expand Up @@ -852,6 +852,7 @@ analyzer:
serviceAccountName: ""

## @param analyzer.scratchVolume.details [object] Details for the k8s volume to be created for Anchore Analyzer scratch space
## Used for analysis of the images scanned by the Anchore Analyzer
##
scratchVolume:
details: {}
Expand Down Expand Up @@ -1004,6 +1005,7 @@ catalog:
serviceAccountName: ""

## @param catalog.scratchVolume.details [object] Details for the k8s volume to be created for Anchore Catalog scratch space
## Used for the Anchore Catalog service archival process, which uses tempfile where the parent directory is the tmp_dir in the config (/analysis_scratch).
##
scratchVolume:
details: {}
Expand Down Expand Up @@ -1083,6 +1085,7 @@ dataSyncer:
serviceAccountName: ""

## @param dataSyncer.scratchVolume.details [object] Details for the k8s volume to be created for Anchore DataSyncer scratch space
## Used for the Anchore DataSyncer service to download and sync the feeds data
##
scratchVolume:
details: {}
Expand Down Expand Up @@ -1236,6 +1239,7 @@ policyEngine:
serviceAccountName: ""

## @param policyEngine.scratchVolume.details [object] Details for the k8s volume to be created for Anchore Policy Engine scratch space
## policy_engine uses the scratch space for locally synced copy of the feeds data
##
scratchVolume:
details: {}
Expand Down Expand Up @@ -1317,6 +1321,7 @@ reports:
serviceAccountName: ""

## @param reports.scratchVolume.details [object] Details for the k8s volume to be created for Anchore Reports scratch space
## Used for the Anchore Reports service to buffer report generation to disk instead of in memory. Off by default, only used if `anchoreConfig.reports.use_volume=true`
## ref: https://kubernetes.io/docs/concepts/storage/volumes/
##
scratchVolume:
Expand Down

0 comments on commit c952946

Please sign in to comment.