Skip to content

Commit

Permalink
feat(deps): update icr.io/ext/sysdig/agent docker tag to v13.4.0 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Sep 14, 2024
1 parent 595e6ca commit ab92561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3@sha256:3c641188d929429300c58c7fb8c043307a2cb0d543ddac9051752a0f211fa24a" # datasource: icr.io/ext/sysdig/agent
cloud_monitoring_image_tag_digest = "13.4.0@sha256:fcbf132c051cabc3f77c3d9faee8aec5ea2b798c513470be4bbd21685e3ebdc9" # 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
Expand Down

0 comments on commit ab92561

Please sign in to comment.