From 9a0112ff3bdca55497a9dbc29b852f7e1bf39d0d Mon Sep 17 00:00:00 2001 From: chenk Date: Mon, 11 Sep 2023 09:57:19 +0300 Subject: [PATCH] chore: bump node collector 0.8.0 (#1502) * chore: bump node collector-0.8.0 Signed-off-by: chenk * chore: bump node-collector-0.8.0 Signed-off-by: chenk --------- Signed-off-by: chenk --- deploy/helm/README.md | 3 ++- deploy/helm/values.yaml | 2 +- deploy/static/trivy-operator.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/deploy/helm/README.md b/deploy/helm/README.md index d54aa64f1..26f3b764e 100644 --- a/deploy/helm/README.md +++ b/deploy/helm/README.md @@ -30,7 +30,7 @@ Keeps security report resources updated | nodeCollector.imagePullSecret | string | `nil` | imagePullSecret is the secret name to be used when pulling node-collector image from private registries example : reg-secret It is the user responsibility to create the secret for the private registry in `trivy-operator` namespace | | nodeCollector.registry | string | `"ghcr.io"` | registry of the node-collector image | | nodeCollector.repository | string | `"aquasecurity/node-collector"` | repository of the node-collector image | -| nodeCollector.tag | string | `"0.0.6"` | tag version of the node-collector image | +| nodeCollector.tag | string | `"0.0.8"` | tag version of the node-collector image | | nodeCollector.volumeMounts | list | `[{"mountPath":"/var/lib/etcd","name":"var-lib-etcd","readOnly":true},{"mountPath":"/var/lib/kubelet","name":"var-lib-kubelet","readOnly":true},{"mountPath":"/var/lib/kube-scheduler","name":"var-lib-kube-scheduler","readOnly":true},{"mountPath":"/var/lib/kube-controller-manager","name":"var-lib-kube-controller-manager","readOnly":true},{"mountPath":"/etc/systemd","name":"etc-systemd","readOnly":true},{"mountPath":"/lib/systemd/","name":"lib-systemd","readOnly":true},{"mountPath":"/etc/kubernetes","name":"etc-kubernetes","readOnly":true},{"mountPath":"/etc/cni/net.d/","name":"etc-cni-netd","readOnly":true}]` | node-collector pod volumeMounts definition for collecting config files information | | nodeCollector.volumes | list | `[{"hostPath":{"path":"/var/lib/etcd"},"name":"var-lib-etcd"},{"hostPath":{"path":"/var/lib/kubelet"},"name":"var-lib-kubelet"},{"hostPath":{"path":"/var/lib/kube-scheduler"},"name":"var-lib-kube-scheduler"},{"hostPath":{"path":"/var/lib/kube-controller-manager"},"name":"var-lib-kube-controller-manager"},{"hostPath":{"path":"/etc/systemd"},"name":"etc-systemd"},{"hostPath":{"path":"/lib/systemd"},"name":"lib-systemd"},{"hostPath":{"path":"/etc/kubernetes"},"name":"etc-kubernetes"},{"hostPath":{"path":"/etc/cni/net.d/"},"name":"etc-cni-netd"}]` | node-collector pod volumes definition for collecting config files information | | nodeSelector | object | `{}` | nodeSelector set the operator nodeSelector | @@ -162,3 +162,4 @@ Keeps security report resources updated | trivyOperator.vulnerabilityReportsPlugin | string | `"Trivy"` | vulnerabilityReportsPlugin the name of the plugin that generates vulnerability reports `Trivy` | | volumeMounts | list | `[]` | | | volumes | list | `[]` | | + diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 247b2a4db..4abb43ea0 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -534,7 +534,7 @@ nodeCollector: # -- repository of the node-collector image repository: aquasecurity/node-collector # -- tag version of the node-collector image - tag: 0.0.6 + tag: 0.0.8 # -- imagePullSecret is the secret name to be used when pulling node-collector image from private registries example : reg-secret # It is the user responsibility to create the secret for the private registry in `trivy-operator` namespace imagePullSecret: ~ diff --git a/deploy/static/trivy-operator.yaml b/deploy/static/trivy-operator.yaml index b2c126ed5..c0101aa63 100644 --- a/deploy/static/trivy-operator.yaml +++ b/deploy/static/trivy-operator.yaml @@ -2152,7 +2152,7 @@ data: configAuditReports.scanner: "Trivy" compliance.failEntriesLimit: "10" report.recordFailedChecksOnly: "true" - node.collector.imageRef: "ghcr.io/aquasecurity/node-collector:0.0.6" + node.collector.imageRef: "ghcr.io/aquasecurity/node-collector:0.0.8" --- # Source: trivy-operator/templates/config.yaml apiVersion: v1