You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,21 +104,21 @@ module "thanos" {
104
104
| <aname="input_tenants"></a> [tenants](#input\_tenants)| The list of tenants to scrape. When an app does not specify tenant then 'default' is used |`list(string)`| <pre>[<br> "default"<br>]</pre> | no |
105
105
| <aname="input_thanos_compactor_disk_quota"></a> [thanos\_compactor\_disk\_quota](#input\_thanos\_compactor\_disk\_quota)| Thanos disk quota |`number`|`5000`| no |
106
106
| <aname="input_thanos_compactor_enabled"></a> [thanos\_compactor\_enabled](#input\_thanos\_compactor\_enabled)| Enable or disable the Thanos compactor component |`bool`|`true`| no |
107
-
| <aname="input_thanos_compactor_image"></a> [thanos\_compactor\_image](#input\_thanos\_compactor\_image)| Image to use for Thanos compactor. Use a v* tagged version to prevent automatic updates |`string`|`"ghcr.io/philips-labs/terraform-cloudfoundry-thanos:v6.4.0"`| no |
107
+
| <aname="input_thanos_compactor_image"></a> [thanos\_compactor\_image](#input\_thanos\_compactor\_image)| Image to use for Thanos compactor. Use a v* tagged version to prevent automatic updates |`string`|`"ghcr.io/philips-labs/terraform-cloudfoundry-thanos:v6.5.0"`| no |
108
108
| <aname="input_thanos_compactor_memory"></a> [thanos\_compactor\_memory](#input\_thanos\_compactor\_memory)| Thanos store memory |`number`|`1024`| no |
109
109
| <aname="input_thanos_disk_quota"></a> [thanos\_disk\_quota](#input\_thanos\_disk\_quota)| Thanos disk quota |`number`|`5000`| no |
110
110
| <aname="input_thanos_extra_config"></a> [thanos\_extra\_config](#input\_thanos\_extra\_config)| Any extra yaml config that will be merged into the prometheus config at runtime. Extra targets can be added here. |`string`|`""`| no |
111
111
| <aname="input_thanos_file_sd_url"></a> [thanos\_file\_sd\_url](#input\_thanos\_file\_sd\_url)| A URL that exposes a prometheus file\_sd yaml file will be periodically downloaded and used for service discovery |`string`|`""`| no |
112
-
| <aname="input_thanos_image"></a> [thanos\_image](#input\_thanos\_image)| Image to use for Thanos app. Use a v* tagged version to prevent automatic updates |`string`|`"ghcr.io/philips-labs/terraform-cloudfoundry-thanos:v6.4.0"`| no |
112
+
| <aname="input_thanos_image"></a> [thanos\_image](#input\_thanos\_image)| Image to use for Thanos app. Use a v* tagged version to prevent automatic updates |`string`|`"ghcr.io/philips-labs/terraform-cloudfoundry-thanos:v6.5.0"`| no |
113
113
| <aname="input_thanos_memory"></a> [thanos\_memory](#input\_thanos\_memory)| Thanos memory |`number`|`1024`| no |
114
114
| <aname="input_thanos_public_endpoints"></a> [thanos\_public\_endpoints](#input\_thanos\_public\_endpoints)| Make Thanos public endpoint |`bool`|`false`| no |
115
-
| <aname="input_thanos_query_image"></a> [thanos\_query\_image](#input\_thanos\_query\_image)| Image to use for Thanos query. Use a v* tagged version to prevent automatic updates |`string`|`"ghcr.io/philips-labs/terraform-cloudfoundry-thanos:v6.4.0"`| no |
115
+
| <aname="input_thanos_query_image"></a> [thanos\_query\_image](#input\_thanos\_query\_image)| Image to use for Thanos query. Use a v* tagged version to prevent automatic updates |`string`|`"ghcr.io/philips-labs/terraform-cloudfoundry-thanos:v6.5.0"`| no |
116
116
| <aname="input_thanos_query_memory"></a> [thanos\_query\_memory](#input\_thanos\_query\_memory)| Thanos memory |`number`|`1024`| no |
117
117
| <aname="input_thanos_query_service_bindings"></a> [thanos\_query\_service\_bindings](#input\_thanos\_query\_service\_bindings)| A list of service instances that should be bound to the thanos app |`list(object({ service_instance = string }))`|`[]`| no |
118
118
| <aname="input_thanos_service_bindings"></a> [thanos\_service\_bindings](#input\_thanos\_service\_bindings)| A list of service instances that should be bound to the thanos app |`list(object({ service_instance = string }))`|`[]`| no |
119
119
| <aname="input_thanos_storage_tsdb_retention_time"></a> [thanos\_storage\_tsdb\_retention\_time](#input\_thanos\_storage\_tsdb\_retention\_time)| Thanos storage tsdb retention time |`string`|`"2h"`| no |
120
120
| <aname="input_thanos_store_disk_quota"></a> [thanos\_store\_disk\_quota](#input\_thanos\_store\_disk\_quota)| Thanos store disk quota |`number`|`5000`| no |
121
-
| <aname="input_thanos_store_image"></a> [thanos\_store\_image](#input\_thanos\_store\_image)| Image to use for Thanos store. Use a v* tagged version to prevent automatic updates |`string`|`"ghcr.io/philips-labs/terraform-cloudfoundry-thanos:v6.4.0"`| no |
121
+
| <aname="input_thanos_store_image"></a> [thanos\_store\_image](#input\_thanos\_store\_image)| Image to use for Thanos store. Use a v* tagged version to prevent automatic updates |`string`|`"ghcr.io/philips-labs/terraform-cloudfoundry-thanos:v6.5.0"`| no |
122
122
| <aname="input_thanos_store_memory"></a> [thanos\_store\_memory](#input\_thanos\_store\_memory)| Thanos store memory |`number`|`1536`| no |
123
123
| <aname="input_thanos_store_service_bindings"></a> [thanos\_store\_service\_bindings](#input\_thanos\_store\_service\_bindings)| A list of service instances that should be bound to the thanos\_store app |`list(object({ service_instance = string }))`|`[]`| no |
0 commit comments