Skip to content

Commit

Permalink
chore: update built-in checks package repository name (#2014)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan authored Apr 17, 2024
1 parent 9e8663c commit 77c9675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Keeps security report resources updated
| policiesBundle.registry | string | `"ghcr.io"` | registry of the policies bundle |
| policiesBundle.registryPassword | string | `nil` | registryPassword is the password for the registry |
| policiesBundle.registryUser | string | `nil` | registryUser is the user for the registry |
| policiesBundle.repository | string | `"aquasecurity/trivy-policies"` | repository of the policies bundle |
| policiesBundle.repository | string | `"aquasecurity/trivy-checks"` | repository of the policies bundle |
| policiesBundle.tag | int | `0` | tag version of the policies bundle |
| priorityClassName | string | `""` | priorityClassName set the operator priorityClassName |
| rbac.create | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ policiesBundle:
# -- registry of the policies bundle
registry: ghcr.io
# -- repository of the policies bundle
repository: aquasecurity/trivy-policies
repository: aquasecurity/trivy-checks
# -- tag version of the policies bundle
tag: 0
# -- registryUser is the user for the registry
Expand Down
2 changes: 1 addition & 1 deletion deploy/static/trivy-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2943,7 +2943,7 @@ data:
compliance.failEntriesLimit: "10"
report.recordFailedChecksOnly: "true"
node.collector.imageRef: "ghcr.io/aquasecurity/node-collector:0.1.3"
policies.bundle.oci.ref: "ghcr.io/aquasecurity/trivy-policies:0"
policies.bundle.oci.ref: "ghcr.io/aquasecurity/trivy-checks:0"
node.collector.nodeSelector: "true"
---
# Source: trivy-operator/templates/configmaps/policies.yaml
Expand Down

0 comments on commit 77c9675

Please sign in to comment.