Skip to content

Commit 24dd0e4

Browse files
1 parent a83863d commit 24dd0e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fleet_integration/github.issues.httpjson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ No resources.
2929
| <a name="input_fleet_data_stream_namespace"></a> [fleet\_data\_stream\_namespace](#input\_fleet\_data\_stream\_namespace) | Namespace to use for the data stream. | `string` | `"default"` | no |
3030
| <a name="input_fleet_package_policy_description"></a> [fleet\_package\_policy\_description](#input\_fleet\_package\_policy\_description) | Description to use for the package policy. | `string` | `""` | no |
3131
| <a name="input_fleet_package_policy_name_suffix"></a> [fleet\_package\_policy\_name\_suffix](#input\_fleet\_package\_policy\_name\_suffix) | Suffix to append to the end of the package policy name. | `string` | `""` | no |
32-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the github package to use. | `string` | `"2.17.0"` | no |
32+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the github package to use. | `string` | `"2.17.2"` | no |
3333
| <a name="input_http_client_timeout"></a> [http\_client\_timeout](#input\_http\_client\_timeout) | Duration before declaring that the HTTP client connection has timed out. Valid time units are ns, us, ms, s, m, h. | `string` | `"60s"` | no |
3434
| <a name="input_interval"></a> [interval](#input\_interval) | Interval at which the alerts will be pulled. The value must be between 2m and 1h. Supported units for this parameter are h/m/s. | `string` | `"10m"` | no |
3535
| <a name="input_labels"></a> [labels](#input\_labels) | A list of comma separated label names. Example - bug,ui,@high | `string` | `null` | no |

fleet_integration/github.issues.httpjson/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"fleet_package_version": {
4646
"type": "string",
4747
"description": "Version of the github package to use.",
48-
"default": "2.17.0"
48+
"default": "2.17.2"
4949
},
5050
"http_client_timeout": {
5151
"type": "string",

0 commit comments

Comments
 (0)