Skip to content

Commit

Permalink
update node-agent image
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <[email protected]>
  • Loading branch information
David Wertenteil committed May 26, 2024
1 parent bf2d6f3 commit 3be39b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ all capabilities:
fieldRef:
fieldPath: metadata.namespace
- name: NodeName
image: quay.io/matthiasb_1/node-agent@sha256:8b4ecc354f291990135e1028ffbb75c4e0b844508f1de6d4c8c685233695ba2e
image: quay.io/kubescape/node-agent:v0.2.68
imagePullPolicy: IfNotPresent
name: node-agent
resources:
Expand Down Expand Up @@ -5514,7 +5514,7 @@ default capabilities:
fieldRef:
fieldPath: metadata.namespace
- name: NodeName
image: quay.io/matthiasb_1/node-agent@sha256:8b4ecc354f291990135e1028ffbb75c4e0b844508f1de6d4c8c685233695ba2e
image: quay.io/kubescape/node-agent:v0.2.68
imagePullPolicy: IfNotPresent
name: node-agent
resources:
Expand Down Expand Up @@ -7184,7 +7184,7 @@ minimal capabilities:
data:
capabilities: |
{
"capabilities":{"autoUpgrading":"disable","configurationScan":"enable","continuousScan":"disable","malwareDetection":"disable","networkPolicyService":"enable","nodeProfileService":"enable","nodeScan":"enable","prometheusExporter":"disable","relevancy":"enable","runtimeDetection":"disable","runtimeObservability":"enable","vexGeneration":"disable","vulnerabilityScan":"enable"},
"capabilities":{"autoUpgrading":"disable","configurationScan":"enable","continuousScan":"disable","malwareDetection":"disable","networkPolicyService":"enable","nodeProfileService":"disable","nodeScan":"enable","prometheusExporter":"disable","relevancy":"enable","runtimeDetection":"disable","runtimeObservability":"enable","vexGeneration":"disable","vulnerabilityScan":"enable"},
"components":{"clamAV":{"enabled":false},"cloudSecret":{"create":true,"name":"cloud-secret"},"gateway":{"enabled":false},"hostScanner":{"enabled":true},"kollector":{"enabled":false},"kubescape":{"enabled":true},"kubescapeScheduler":{"enabled":false},"kubevuln":{"enabled":true},"kubevulnScheduler":{"enabled":false},"nodeAgent":{"enabled":true},"operator":{"enabled":true},"otelCollector":{"enabled":true},"prometheusExporter":{"enabled":false},"serviceDiscovery":{"enabled":false},"storage":{"enabled":true},"synchronizer":{"enabled":false}},
"configurations":{"otelUrl":"otelCollector:4317","persistence":"enable","priorityClass":{"daemonset":100000100,"enabled":true},"prometheusAnnotations":"disable"}
}
Expand Down Expand Up @@ -8049,7 +8049,7 @@ minimal capabilities:
"runtimeDetectionEnabled": false,
"networkServiceEnabled": true,
"malwareDetectionEnabled": false,
"nodeProfileServiceEnabled": true,
"nodeProfileServiceEnabled": false,
"initialDelay": "2m",
"updateDataPeriod": "10m",
"nodeProfileInterval": "10m",
Expand Down Expand Up @@ -8092,7 +8092,7 @@ minimal capabilities:
annotations:
checksum/cloud-config: 9f53ca7bef8ac508eb3f7759668ef3db9ce194c142364e1f84151f1b8e538b1d
checksum/cloud-secret: baefa7c2a6f06e1afdaffb0829d1caf36ff7428773197f1e5ca4731c132ecb78
checksum/node-agent-config: 17721133a1f9fd6cdbc2fa7e18a8a250b777f183bdf5f43700ce4d1165ae83de
checksum/node-agent-config: bc9bb37c4ce7c8eee69eee89a27524043a8e9aa02c4b7f102df9d98b34cafff0
container.apparmor.security.beta.kubernetes.io/node-agent: unconfined
labels:
alt-name: node-agent
Expand Down Expand Up @@ -8139,7 +8139,7 @@ minimal capabilities:
fieldRef:
fieldPath: metadata.namespace
- name: NodeName
image: quay.io/matthiasb_1/node-agent@sha256:8b4ecc354f291990135e1028ffbb75c4e0b844508f1de6d4c8c685233695ba2e
image: quay.io/kubescape/node-agent:v0.2.68
imagePullPolicy: IfNotPresent
name: node-agent
resources:
Expand Down Expand Up @@ -8387,7 +8387,7 @@ minimal capabilities:
template:
metadata:
annotations:
checksum/capabilities-config: ab45554394f6d7f899cebb0b50a94aa7980bc6e9137b5b049dad5440dc48d7ea
checksum/capabilities-config: a38f26706ee8de7094da30bbf12709e5ab6a8c267b0937cbeb629d61218f8cbd
checksum/cloud-config: 9f53ca7bef8ac508eb3f7759668ef3db9ce194c142364e1f84151f1b8e538b1d
checksum/cloud-secret: baefa7c2a6f06e1afdaffb0829d1caf36ff7428773197f1e5ca4731c132ecb78
checksum/matching-rules-config: 9282b3916f506ac98eccbdfe686271420ff520374de611f7efce8235dcdf8809
Expand Down
6 changes: 3 additions & 3 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ capabilities:
networkPolicyService: enable
runtimeDetection: disable
malwareDetection: disable
nodeProfileService: enable
nodeProfileService: disable

# ====== Other capabilities ======
#
Expand Down Expand Up @@ -466,8 +466,8 @@ nodeAgent:
name: node-agent
image:
# -- source code: https://github.com/kubescape/node-agent
repository: quay.io/matthiasb_1/node-agent@sha256
tag: 8b4ecc354f291990135e1028ffbb75c4e0b844508f1de6d4c8c685233695ba2e
repository: quay.io/kubescape/node-agent
tag: v0.2.68
pullPolicy: IfNotPresent

config:
Expand Down

0 comments on commit 3be39b8

Please sign in to comment.