Skip to content

Commit

Permalink
docs: update README with the latest helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Feb 6, 2025
1 parent 9914ca4 commit 777e463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Install the Helm Chart:
helm install trivy-operator aqua/trivy-operator \
--namespace trivy-system \
--create-namespace \
--version 0.21.4
--version 0.26.0
```

#### Option 2: Install from OCI registry (supported in Helm v3.8.0+)
Expand All @@ -78,7 +78,7 @@ Install the Helm Chart:
helm install trivy-operator oci://ghcr.io/aquasecurity/helm-charts/trivy-operator \
--namespace trivy-system \
--create-namespace \
--version 0.21.4
--version 0.26.0
```

This will install the Trivy Helm Chart into the `trivy-system` namespace and start triggering the scans.
Expand Down

0 comments on commit 777e463

Please sign in to comment.