generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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:cb2c437afde546554e04dbc018c125c6ffb60a9878ce6b45a29d769d91782c4bcontainers: - name: sysdig image: icr.io/ext/sysdig/agent-slim:14.2.3@sha256:cb2c437afde546554e04dbc018c125c6ffb60a9878ce6b45a29d769d91782c4b imagePullPolicy: IfNotPresent