Skip to content

Investigate report that incorrect digest value used for kmodule agent #258

@ocofaigh

Description

@ocofaigh

From consumer:

After the sysdig-agent helm release is installed, In the helm manifest, we see a bug with the image name for Kmodule init container, image tag digest of Kmodule container is same as that of agent and due to this the pods are failing to come up. This could be either be due to setting wrong values in TF helm release or it's a bug with chart helper function.
Installed helm release manifest of daemonset.yaml:

      initContainers:
        - name: sysdig-agent-kmodule
          image: icr.io/ext/sysdig/agent-kmodule:14.2.3@sha256:cb2c437afde546554e04dbc018c125c6ffb60a9878ce6b45a29d769d91782c4b
      containers:
        - name: sysdig
          image: icr.io/ext/sysdig/agent-slim:14.2.3@sha256:cb2c437afde546554e04dbc018c125c6ffb60a9878ce6b45a29d769d91782c4b
          imagePullPolicy: IfNotPresent

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions