Skip to content

Commit

Permalink
Downgrade node-agent to skip enriching from OCI Config (#208)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafal Wicha <rafal@ksoc.com>
  • Loading branch information
pancernik authored Oct 14, 2024
1 parent 23dc551 commit a9c562f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions stable/ksoc-plugins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: ksoc-plugins
version: 1.7.0
version: 1.7.1
description: A Helm chart to run the KSOC plugins
home: https://ksoc.com
icon: https://ksoc.com/hubfs/Ksoc-logo.svg
Expand All @@ -16,8 +16,8 @@ annotations:
artifacthub.io/category: security
# Possible kind options are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: added
description: Add experimental support for OpenShift and cri-o
- kind: fixed
description: Disable OCI enrichement in Node Agent
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/links: |
- name: source
Expand Down
2 changes: 1 addition & 1 deletion stable/ksoc-plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ The command removes all the Kubernetes components associated with the chart and
| ksocNodeAgent.exporter.resources.requests.ephemeral-storage | string | `"100Mi"` | |
| ksocNodeAgent.exporter.resources.requests.memory | string | `"128Mi"` | |
| ksocNodeAgent.image.repository | string | `"us.gcr.io/ksoc-public/ksoc-node-agent"` | |
| ksocNodeAgent.image.tag | string | `"v0.0.26"` | |
| ksocNodeAgent.image.tag | string | `"v0.0.25"` | |
| ksocNodeAgent.nodeName | string | `""` | |
| ksocNodeAgent.nodeSelector | object | `{}` | |
| ksocNodeAgent.reachableVulnerabilitiesEnabled | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion stable/ksoc-plugins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ksocNodeAgent:
reachableVulnerabilitiesEnabled: true
image:
repository: us.gcr.io/ksoc-public/ksoc-node-agent
tag: v0.0.26
tag: v0.0.25
agent:
env:
AGENT_LOG_LEVEL: INFO
Expand Down

0 comments on commit a9c562f

Please sign in to comment.