Skip to content

Commit bfa127f

Browse files
fix(deps): update dependencies (#704)
1 parent caef867 commit bfa127f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/obs-agent-ocp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ locals {
106106

107107
module "ocp_base" {
108108
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
109-
version = "3.75.4"
109+
version = "3.75.5"
110110
resource_group_id = module.resource_group.resource_group_id
111111
region = var.region
112112
tags = var.resource_tags

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.3.0@sha256:e22e118c6e0b3dda3d50bf24a1cd4387846dab11d74d6f433d4b1217a432a25e" # datasource: icr.io/ext/sysdig/agent
34+
cloud_monitoring_image_tag_digest = "14.3.1@sha256:b469ed4d934e93b19b4c5c1261d9297bd576261f9497a5979721b327e7cd0a1c" # 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)