Skip to content

Commit 75778ce

Browse files
feat(deps): update icr.io/ext/sysdig/agent docker tag to v13.5.0 (#420)
* feat(deps): update icr.io/ext/sysdig/agent docker tag to v13.5.0 * SKIP UPGRADE TEST --------- Co-authored-by: Aashiq-J <[email protected]> Co-authored-by: [email protected] <[email protected]>
1 parent 03135f1 commit 75778ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ locals {
3131
# LOCALS
3232
cluster_name = var.is_vpc_cluster ? data.ibm_container_vpc_cluster.cluster[0].resource_name : data.ibm_container_cluster.cluster[0].resource_name # Not publically documented in provider. See https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4485
3333
cloud_monitoring_chart_location = "${path.module}/chart/sysdig-agent"
34-
cloud_monitoring_image_tag_digest = "13.4.1@sha256:469f3eee8d00ce563041770e875555dbabf02daa57cc489d9e66010707cdc621" # datasource: icr.io/ext/sysdig/agent
34+
cloud_monitoring_image_tag_digest = "13.5.0@sha256:a7a7b597d56e3e57e3f82bab74bbba388b1f752adef054e659f6600525f352b8" # datasource: icr.io/ext/sysdig/agent
3535
cloud_monitoring_agent_registry = "icr.io/ext/sysdig/agent"
3636
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
3737
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

0 commit comments

Comments
 (0)