Skip to content

Helm Chart

The OpenDepot Helm chart is published to a GitHub Pages Helm repository:

helm repo add opendepot https://tonedefdev.github.io/opendepot
helm repo update

The chart source is also available at chart/opendepot/ in the repository.

See Installation for the full Helm values reference and deployment instructions.

Scanning Values

The scanning section controls Trivy-based provider vulnerability scanning. See Vulnerability Scanning for full details.

scanning:
  enabled: false
  cacheMountPath: /var/cache/trivy
  offline: true
  blockOnCritical: false
  blockOnHigh: false
  cache:
    storageClassName: ""
    accessMode: ReadWriteMany
    size: 1Gi
  dbUpdater:
    schedule: "0 2 * * *"
    image:
      repository: aquasec/trivy
      tag: "0.70.0"