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 @@ -35,7 +35,7 @@ locals {
35
35
# Note that the agent must have write access to the directory (handlded by the initContainer) and be a persistent volume.
36
36
log_analysis_agent_db_path = " /var/lib/logdna"
37
37
cloud_monitoring_chart_location = " ${ path . module } /chart/sysdig-agent"
38
- cloud_monitoring_image_tag_digest = " 13.2.1 @sha256:ae44938f5dd8a7422827bb05790800ad653a3e958823b73247105f7387fc2c3c " # datasource: icr.io/ext/sysdig/agent
38
+ cloud_monitoring_image_tag_digest = " 13.3.0 @sha256:b2f8a2af4b992a41f880dfd44b9342b6da2c66bd899ea6481330d5fe53e14de4 " # datasource: icr.io/ext/sysdig/agent
39
39
cloud_monitoring_agent_registry = " icr.io/ext/sysdig/agent"
40
40
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
41
41
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