From 777e4637492c921cf607ede868bbfaeb751a25d5 Mon Sep 17 00:00:00 2001 From: afdesk Date: Thu, 6 Feb 2025 09:33:12 +0600 Subject: [PATCH] docs: update README with the latest helm chart version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b5ad179d..10fe6e360 100644 --- a/README.md +++ b/README.md @@ -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+) @@ -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.