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
@@ -120,13 +120,13 @@ No modules.
120
120
| <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 |
121
121
| <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 |
122
122
| <aname="input_chart_location"></a> [chart\_location](#input\_chart\_location)| The location of the agent helm chart. |`string`|`"https://charts.sysdig.com"`| no |
123
-
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| The version of the agent helm chart to deploy. |`string`|`"1.95.3"`| no |
123
+
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| The version of the agent helm chart to deploy. |`string`|`"1.95.5"`| no |
124
124
| <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 |
125
125
| <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 |
126
126
| <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 |
127
127
| <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 |
128
128
| <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 |
129
-
| <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.16.0@sha256:3379ee88221885d75913d1e6b9bece8363ac3645194fb0b515b45f5b20add1fa"`| no |
129
+
| <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.16.1@sha256:a9263bff3bbf22dc3594f83029562e3a0036f08d3978b1bd3f7ddeeb397921c7"`| no |
130
130
| <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 |
131
131
| <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 |
132
132
| <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