Skip to content

Commit 78d0750

Browse files
fix(deps): update icr.io/ext/sysdig/agent docker tag to v13.0.2 (#307)
1 parent 22023fe commit 78d0750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ locals {
2828
# Note that the agent must have write access to the directory (handlded by the initContainer) and be a persistent volume.
2929
log_analysis_agent_db_path = "/var/lib/logdna"
3030
cloud_monitoring_chart_location = "${path.module}/chart/sysdig-agent"
31-
cloud_monitoring_image_tag_digest = "13.0.1@sha256:c8e02888cb7bcfafc29df10340e1b096f317965a52b5cbb116b3508f3553bb68" # datasource: icr.io/ext/sysdig/agent
31+
cloud_monitoring_image_tag_digest = "13.0.2@sha256:ad92408deb1bc8f75d30ff5d2238bee86c765e3f7ed9d7b7de53b6fbe7350f31" # datasource: icr.io/ext/sysdig/agent
3232
cloud_monitoring_agent_registry = "icr.io/ext/sysdig/agent"
3333
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
3434
cloud_monitoring_host = 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"

0 commit comments

Comments
 (0)