Skip to content

Commit

Permalink
fix(deps): update icr.io/ext/sysdig/agent docker tag to v13.3.1 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Jul 13, 2024
1 parent 9d7430d commit 811bddc
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.0@sha256:b2f8a2af4b992a41f880dfd44b9342b6da2c66bd899ea6481330d5fe53e14de4" # datasource: icr.io/ext/sysdig/agent
cloud_monitoring_image_tag_digest = "13.3.1@sha256:b13dfb6a44dbc80bba8714a4b11f767fa3d5dc23bc45bdca299c91237b42cd7e" # 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 811bddc

Please sign in to comment.