Skip to content

Commit bf076bc

Browse files
authored
fix(deps): bump agents module to 2.5.0 which has sysdig agent v13.8.0 (#277)
1 parent 0ccc2a2 commit bf076bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/agents/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data "ibm_container_cluster_config" "cluster_config" {
1414

1515
module "observability_agents" {
1616
source = "terraform-ibm-modules/observability-agents/ibm"
17-
version = "2.3.6"
17+
version = "2.5.0"
1818
cluster_id = var.cluster_id
1919
cluster_resource_group_id = var.cluster_resource_group_id
2020
cluster_config_endpoint_type = var.cluster_config_endpoint_type

0 commit comments

Comments
 (0)