You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ No modules.
117
117
| <aname="input_add_cluster_name"></a> [add\_cluster\_name](#input\_add\_cluster\_name)| If true, configure the agent to associate a tag containing the cluster name. This tag is added in the format `ibm-containers-kubernetes-cluster-name: cluster_name`. |`bool`|`true`| no |
118
118
| <aname="input_agent_image_pull_secrets"></a> [agent\_image\_pull\_secrets](#input\_agent\_image\_pull\_secrets)| List of names of imagePullSecrets to use for pulling the agent image. These secrets take precedence over `global_image_pull_secrets`. |`list(string)`|`[]`| no |
119
119
| <aname="input_agent_image_repository"></a> [agent\_image\_repository](#input\_agent\_image\_repository)| The image repository to pull the agent image from. |`string`|`"agent-slim"`| no |
120
-
| <aname="input_agent_image_tag_digest"></a> [agent\_image\_tag\_digest](#input\_agent\_image\_tag\_digest)| The image tag or digest of agent image to use. If using digest, it must be in the format of `X.Y.Z@sha256:xxxxx`. This version must match the version being used in the `kernel_module_image_digest`. |`string`|`"14.4.0@sha256:7546019a9fc55650a5d73825b2ebfcd6f49f435102c35b87249ae163cb9cf22f"`| no |
120
+
| <aname="input_agent_image_tag_digest"></a> [agent\_image\_tag\_digest](#input\_agent\_image\_tag\_digest)| The image tag or digest of agent image to use. If using digest, it must be in the format of `X.Y.Z@sha256:xxxxx`. This version must match the version being used in the `kernel_module_image_digest`. |`string`|`"14.4.1@sha256:579a0fbc9c32e4263b54444b60689f2c16caa1c4f5518430f9b71566a0870bd5"`| no |
121
121
| <aname="input_agent_limits_cpu"></a> [agent\_limits\_cpu](#input\_agent\_limits\_cpu)| Specify CPU resource limits for the agent. For more info, see https://cloud.ibm.com/docs/monitoring?topic=monitoring-resource_requirements|`string`|`"1"`| no |
122
122
| <aname="input_agent_limits_memory"></a> [agent\_limits\_memory](#input\_agent\_limits\_memory)| Specify memory resource limits for the agent. For more info, see https://cloud.ibm.com/docs/monitoring?topic=monitoring-resource_requirements|`string`|`"1024Mi"`| no |
123
123
| <aname="input_agent_mode"></a> [agent\_mode](#input\_agent\_mode)| The operational mode for the monitoring agent. [Learn more](https://docs.sysdig.com/en/docs/administration/configure-agent-modes/). |`string`|`null`| no |
@@ -127,7 +127,7 @@ No modules.
127
127
| <aname="input_blacklisted_ports"></a> [blacklisted\_ports](#input\_blacklisted\_ports)| To block network traffic and metrics from network ports, pass the list of ports from which you want to filter out any data. For more info, see https://cloud.ibm.com/docs/monitoring?topic=monitoring-change_agent#ports|`list(number)`|`[]`| no |
128
128
| <aname="input_chart"></a> [chart](#input\_chart)| The name of the Helm chart to deploy. Use `chart_location` to specify helm chart location. |`string`|`"sysdig-deploy"`| no |
129
129
| <aname="input_chart_location"></a> [chart\_location](#input\_chart\_location)| The location of the agent helm chart. |`string`|`"https://charts.sysdig.com"`| no |
130
-
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| The version of the agent helm chart to deploy. |`string`|`"1.105.1"`| no |
130
+
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| The version of the agent helm chart to deploy. |`string`|`"1.106.1"`| no |
131
131
| <aname="input_cluster_config_endpoint_type"></a> [cluster\_config\_endpoint\_type](#input\_cluster\_config\_endpoint\_type)| Specify which type of endpoint to use for for cluster config access: 'default', 'private', 'vpe', 'link'. 'default' value will use the default endpoint of the cluster. |`string`|`"default"`| no |
132
132
| <aname="input_cluster_id"></a> [cluster\_id](#input\_cluster\_id)| The ID of the cluster you wish to deploy the agent in. |`string`| n/a | yes |
133
133
| <aname="input_cluster_resource_group_id"></a> [cluster\_resource\_group\_id](#input\_cluster\_resource\_group\_id)| The resource group ID of the cluster. |`string`| n/a | yes |
@@ -153,7 +153,7 @@ No modules.
153
153
| <aname="input_install_required_binaries"></a> [install\_required\_binaries](#input\_install\_required\_binaries)| When set to true, a script will run to check if `kubectl` exists on the runtime and if not attempt to download it from the public internet and install it to /tmp. Set to false to skip running this script. |`bool`|`true`| no |
154
154
| <aname="input_instance_region"></a> [instance\_region](#input\_instance\_region)| The region of the IBM Cloud Monitoring instance that you want to send metrics to. The region value is used to construct the ingestion and api endpoints. If you are only using the agent for security and compliance monitoring, set this to the region of your IBM Cloud Security and Compliance Center Workload Protection instance. If you have both Cloud Monitoring and Security and Compliance Center Workload Protection instances, the instances must be connected and must be in the same region to use the same agent. |`string`| n/a | yes |
155
155
| <aname="input_is_vpc_cluster"></a> [is\_vpc\_cluster](#input\_is\_vpc\_cluster)| Specify true if the target cluster is a VPC cluster, false if it is a classic cluster. |`bool`|`true`| no |
156
-
| <aname="input_kernel_module_image_digest"></a> [kernel\_module\_image\_digest](#input\_kernel\_module\_image\_digest)| The image digest to use for the agent kernel module used by the initContainer. Must be in the format of `X.Y.Z@sha256:xxxxx`. This version must match the version being used in the `agent_image_tag_digest`. Note: Only digest format is supported; image tag is not supported. |`string`|`"14.4.0@sha256:e25b121856597f0443c0eb9f3201519abc98021f71c807d2a04bc0c9fc7529a2"`| no |
156
+
| <aname="input_kernel_module_image_digest"></a> [kernel\_module\_image\_digest](#input\_kernel\_module\_image\_digest)| The image digest to use for the agent kernel module used by the initContainer. Must be in the format of `X.Y.Z@sha256:xxxxx`. This version must match the version being used in the `agent_image_tag_digest`. Note: Only digest format is supported; image tag is not supported. |`string`|`"14.4.1@sha256:bbee1ada9944f7cc3b4e868e1ccfc4d5088e2dffef686e558ec3422e65243d49"`| no |
157
157
| <aname="input_kernel_module_image_repository"></a> [kernel\_module\_image\_repository](#input\_kernel\_module\_image\_repository)| The image repository to pull the agent kernel module initContainer image from. |`string`|`"agent-kmodule"`| no |
158
158
| <aname="input_max_surge"></a> [max\_surge](#input\_max\_surge)| The number of pods that can be created above the desired amount of daemonset pods during an update. If `max_surge` is set to null, the `max_surge` setting is ignored. The variable accepts absolute number or percentage value(e.g., '1' or '10%'). |`string`|`null`| no |
159
159
| <aname="input_max_unavailable"></a> [max\_unavailable](#input\_max\_unavailable)| The maximum number of pods that can be unavailable during a DaemonSet rolling update. Accepts absolute number or percentage (e.g., '1' or '10%'). |`string`|`"1"`| no |
description="The image tag or digest of agent image to use. If using digest, it must be in the format of `X.Y.Z@sha256:xxxxx`. This version must match the version being used in the `kernel_module_image_digest`."
216
216
type=string
217
217
# This version is automatically managed by renovate automation - do not remove the datasource comment on next line
description="The image digest to use for the agent kernel module used by the initContainer. Must be in the format of `X.Y.Z@sha256:xxxxx`. This version must match the version being used in the `agent_image_tag_digest`. Note: Only digest format is supported; image tag is not supported."
224
224
type=string
225
225
# This version is automatically managed by renovate automation - do not remove the datasource comment on next line
description="The image tag or digest of agent image to use. If using digest, it must be in the format of `X.Y.Z@sha256:xxxxx`. This version must match the version being used in the `kernel_module_image_digest`."
192
192
type=string
193
193
# This version is automatically managed by renovate automation - do not remove the datasource comment on next line
description="The image digest to use for the agent kernel module used by the initContainer. Must be in the format of `X.Y.Z@sha256:xxxxx`. This version must match the version being used in the `agent_image_tag_digest`. Note: Only digest format is supported; image tag is not supported."
200
200
type=string
201
201
# This version is automatically managed by renovate automation - do not remove the datasource comment on next line
0 commit comments