File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ locals {
28
28
# Note that the agent must have write access to the directory (handlded by the initContainer) and be a persistent volume.
29
29
log_analysis_agent_db_path = " /var/lib/logdna"
30
30
cloud_monitoring_chart_location = " ${ path . module } /chart/sysdig-agent"
31
- cloud_monitoring_image_tag_digest = " 13.1.1 @sha256:656ddc6c9c17fe3c3c1b29792565330952f305cbe142e935dfa96efc2956fe86 " # datasource: icr.io/ext/sysdig/agent
31
+ cloud_monitoring_image_tag_digest = " 13.2.0 @sha256:2bb35605e1711d989405052886c1810d48bb7ba2f53625be5fea0114b027c605 " # datasource: icr.io/ext/sysdig/agent
32
32
cloud_monitoring_agent_registry = " icr.io/ext/sysdig/agent"
33
33
cloud_monitoring_agent_tags = var. cloud_monitoring_add_cluster_name ? concat ([" ibm.containers-kubernetes.cluster.name:${ local . cluster_name } " ], var. cloud_monitoring_agent_tags ) : var. cloud_monitoring_agent_tags
34
34
cloud_monitoring_host = var. cloud_monitoring_enabled ? var. cloud_monitoring_endpoint_type == " private" ? " ingest.private.${ var . cloud_monitoring_instance_region } .monitoring.cloud.ibm.com" : " logs.${ var . cloud_monitoring_instance_region } .monitoring.cloud.ibm.com" : null
You can’t perform that action at this time.
0 commit comments