Skip to content

Commit 034d503

Browse files
fix(deps): update helm release sysdig-deploy to latest (#179)
1 parent 2393fef commit 034d503

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ No modules.
120120
| <a name="input_blacklisted_ports"></a> [blacklisted\_ports](#input\_blacklisted\_ports) | To block network traffic and metrics from network ports, pass the list of ports from which you want to filter out any data. For more info, see https://cloud.ibm.com/docs/monitoring?topic=monitoring-change_agent#ports | `list(number)` | `[]` | no |
121121
| <a name="input_chart"></a> [chart](#input\_chart) | The name of the Helm chart to deploy. Use `chart_location` to specify helm chart location. | `string` | `"sysdig-deploy"` | no |
122122
| <a name="input_chart_location"></a> [chart\_location](#input\_chart\_location) | The location of the agent helm chart. | `string` | `"https://charts.sysdig.com"` | no |
123-
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | The version of the agent helm chart to deploy. | `string` | `"1.91.0"` | no |
123+
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | The version of the agent helm chart to deploy. | `string` | `"1.91.1"` | no |
124124
| <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 |
125125
| <a name="input_cluster_id"></a> [cluster\_id](#input\_cluster\_id) | The ID of the cluster you wish to deploy the agent in. | `string` | n/a | yes |
126126
| <a name="input_cluster_resource_group_id"></a> [cluster\_resource\_group\_id](#input\_cluster\_resource\_group\_id) | The resource group ID of the cluster. | `string` | n/a | yes |

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ variable "chart_version" {
161161
description = "The version of the agent helm chart to deploy."
162162
type = string
163163
# This version is automatically managed by renovate automation - do not remove the registryUrl comment on next line
164-
default = "1.91.0" # registryUrl: charts.sysdig.com
164+
default = "1.91.1" # registryUrl: charts.sysdig.com
165165
nullable = false
166166
}
167167

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ variable "chart_version" {
162162
description = "The version of the agent helm chart to deploy."
163163
type = string
164164
# This version is automatically managed by renovate automation - do not remove the registryUrl comment on next line
165-
default = "1.91.0" # registryUrl: charts.sysdig.com
165+
default = "1.91.1" # registryUrl: charts.sysdig.com
166166
nullable = false
167167
}
168168

0 commit comments

Comments
 (0)