diff --git a/main.tf b/main.tf index f95f4f3d..23baebfd 100644 --- a/main.tf +++ b/main.tf @@ -35,7 +35,7 @@ locals { # Note that the agent must have write access to the directory (handlded by the initContainer) and be a persistent volume. log_analysis_agent_db_path = "/var/lib/logdna" cloud_monitoring_chart_location = "${path.module}/chart/sysdig-agent" - cloud_monitoring_image_tag_digest = "13.4.0@sha256:fcbf132c051cabc3f77c3d9faee8aec5ea2b798c513470be4bbd21685e3ebdc9" # datasource: icr.io/ext/sysdig/agent + cloud_monitoring_image_tag_digest = "13.4.1@sha256:469f3eee8d00ce563041770e875555dbabf02daa57cc489d9e66010707cdc621" # datasource: icr.io/ext/sysdig/agent cloud_monitoring_agent_registry = "icr.io/ext/sysdig/agent" 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 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