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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,14 +127,14 @@ 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.103.0"`| no |
130
+
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| The version of the agent helm chart to deploy. |`string`|`"1.104.0"`| 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 |
134
134
| <aname="input_cluster_shield_deploy"></a> [cluster\_shield\_deploy](#input\_cluster\_shield\_deploy)| Deploy the Cluster Shield component to provide runtime detection and policy enforcement for Kubernetes workloads. If enabled, a Kubernetes Deployment will be deployed to your cluster using helm. |`bool`|`true`| no |
135
135
| <aname="input_cluster_shield_image_pull_secrets"></a> [cluster\_shield\_image\_pull\_secrets](#input\_cluster\_shield\_image\_pull\_secrets)| List of names of imagePullSecrets to use for pulling the cluster shield image. These secrets take precedence over `global_image_pull_secrets`. |`list(string)`|`[]`| no |
136
136
| <aname="input_cluster_shield_image_repository"></a> [cluster\_shield\_image\_repository](#input\_cluster\_shield\_image\_repository)| The image repository to pull the Cluster Shield image from. |`string`|`"cluster-shield"`| no |
137
-
| <aname="input_cluster_shield_image_tag_digest"></a> [cluster\_shield\_image\_tag\_digest](#input\_cluster\_shield\_image\_tag\_digest)| The image tag or digest to pull for the Cluster Shield component. If using digest, it must be in the format of `X.Y.Z@sha256:xxxxx`. |`string`|`"1.19.0@sha256:c46f25f830d40d008fd99f3db9b33fa1530f6982384b67f94c72a6513e1ad7dd"`| no |
137
+
| <aname="input_cluster_shield_image_tag_digest"></a> [cluster\_shield\_image\_tag\_digest](#input\_cluster\_shield\_image\_tag\_digest)| The image tag or digest to pull for the Cluster Shield component. If using digest, it must be in the format of `X.Y.Z@sha256:xxxxx`. |`string`|`"1.20.0@sha256:399db9625615f576f6ec74ed6b8669b5dce82857a3f41f880d2cd0a84dd9f001"`| no |
138
138
| <aname="input_cluster_shield_limits_cpu"></a> [cluster\_shield\_limits\_cpu](#input\_cluster\_shield\_limits\_cpu)| Specify CPU resource limits for the cluster shield pods. |`string`|`"1500m"`| no |
139
139
| <aname="input_cluster_shield_limits_memory"></a> [cluster\_shield\_limits\_memory](#input\_cluster\_shield\_limits\_memory)| Specify memory resource limits for the cluster shield pods. |`string`|`"1536Mi"`| no |
140
140
| <aname="input_cluster_shield_requests_cpu"></a> [cluster\_shield\_requests\_cpu](#input\_cluster\_shield\_requests\_cpu)| Specify CPU resource requests for the cluster shield pods. |`string`|`"500m"`| no |
0 commit comments