Skip to content

Commit 1a08557

Browse files
authored
Merge branch 'main' into missing-logic
2 parents da0d441 + 09030bc commit 1a08557

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ No modules.
115115
| <a name="input_blacklisted_ports"></a> [blacklisted\_ports](#input\_blacklisted\_ports) | To blacklist ports, include the ports you wish to block network traffic and metrics from network ports. See https://cloud.ibm.com/docs/monitoring?topic=monitoring-change_kube_agent#change_kube_agent_block_ports. | `list(number)` | `[]` | no |
116116
| <a name="input_chart"></a> [chart](#input\_chart) | The name of the Helm chart to deploy. | `string` | `"sysdig-deploy"` | no |
117117
| <a name="input_chart_location"></a> [chart\_location](#input\_chart\_location) | The location of the Cloud Monitoring agent helm chart. | `string` | `"https://charts.sysdig.com"` | no |
118-
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | The version of the Cloud Monitoring agent helm chart to deploy. | `string` | `"1.84.2"` | no |
118+
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | The version of the Cloud Monitoring agent helm chart to deploy. | `string` | `"1.84.3"` | no |
119119
| <a name="input_cloud_monitoring_instance_endpoint_type"></a> [cloud\_monitoring\_instance\_endpoint\_type](#input\_cloud\_monitoring\_instance\_endpoint\_type) | Specify the IBM Cloud Monitoring instance endpoint type (public or private) to use. Used to construct the ingestion endpoint. | `string` | `"private"` | no |
120120
| <a name="input_cloud_monitoring_instance_region"></a> [cloud\_monitoring\_instance\_region](#input\_cloud\_monitoring\_instance\_region) | The IBM Cloud Monitoring instance region. Used to construct the ingestion endpoint. | `string` | n/a | yes |
121121
| <a name="input_cluster_config_endpoint_type"></a> [cluster\_config\_endpoint\_type](#input\_cluster\_config\_endpoint\_type) | Specify which type of endpoint to use for for cluster config access: 'default', 'private', 'vpe', 'link'. 'default' value will use the default endpoint of the cluster. | `string` | `"default"` | no |

examples/obs-agent-iks/main.tf

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

6363
module "ocp_base" {
6464
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
65-
version = "3.48.3"
65+
version = "3.49.0"
6666
resource_group_id = module.resource_group.resource_group_id
6767
region = var.region
6868
tags = var.resource_tags

examples/obs-agent-ocp/main.tf

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

7171
module "ocp_base" {
7272
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
73-
version = "3.48.3"
73+
version = "3.49.0"
7474
resource_group_id = module.resource_group.resource_group_id
7575
region = var.region
7676
tags = var.resource_tags

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ variable "chart_location" {
153153
variable "chart_version" {
154154
description = "The version of the Cloud Monitoring agent helm chart to deploy."
155155
type = string
156-
default = "1.84.2" # registryUrl: charts.sysdig.com
156+
default = "1.84.3" # registryUrl: charts.sysdig.com
157157
nullable = false
158158
}
159159

tests/resources/main.tf

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

6363
module "ocp_base" {
6464
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
65-
version = "3.48.3"
65+
version = "3.49.0"
6666
resource_group_id = module.resource_group.resource_group_id
6767
region = var.region
6868
tags = var.resource_tags

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ variable "chart_location" {
177177
variable "chart_version" {
178178
description = "The version of the Cloud Monitoring agent helm chart to deploy."
179179
type = string
180-
default = "1.84.2" # registryUrl: charts.sysdig.com
180+
default = "1.84.3" # registryUrl: charts.sysdig.com
181181
nullable = false
182182
}
183183

0 commit comments

Comments
 (0)