Skip to content

Commit 5176978

Browse files
fix(deps): update dependencies (#683)
1 parent 1b37819 commit 5176978

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/obs-agent-ocp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ data "ibm_is_security_groups" "vpc_security_groups" {
149149
# The below code creates a VPE for Cloud logs in the provisioned VPC which allows the agents to access the private Cloud Logs Ingress endpoint.
150150
module "vpe" {
151151
source = "terraform-ibm-modules/vpe-gateway/ibm"
152-
version = "4.8.4"
152+
version = "4.8.5"
153153
region = var.region
154154
prefix = var.prefix
155155
vpc_id = ibm_is_vpc.vpc.id

main.tf

Lines changed: 1 addition & 1 deletion
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 publicly 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 = "14.2.3@sha256:5461bf0758d3881b7d82d2711dcae7d2e50f9068f7e0c78baa64a3cb7d9a261b" # datasource: icr.io/ext/sysdig/agent
34+
cloud_monitoring_image_tag_digest = "14.2.4@sha256:615a79f04653024c619e53181c88a9beec860f5d2d28e07bb1be960ba3b729a9" # 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

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.25.4
66

77
require (
88
github.com/stretchr/testify v1.11.1
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.29
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.30
1010
)
1111

1212
require (

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
297297
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
298298
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
299299
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
300-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.29 h1:Qf1lELeyTaTwi+vASigOU7JYJ/3I2WSNphs+KumTOe8=
301-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.29/go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q=
300+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.30 h1:NJj5pm5mcLU2+mRgM9RZ9S4mH9Pb9+5uXGl9/qDDQQs=
301+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.30/go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q=
302302
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
303303
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
304304
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=

0 commit comments

Comments
 (0)