File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2626| ` cortex_db_dir ` | "/var/lib/cortex" | Path to the directory of the Cortex database |
2727| ` cortex_system_user ` | "cortex" | Default Cortex user |
2828| ` cortex_system_group ` | "cortex" | Default Cortex group |
29- | ` cortex_version ` | "1.4.0-rc.1 " | The cortex package version |
29+ | ` cortex_version ` | "1.4.0" | The cortex package version |
3030| ` cortex_auth_enabled ` | "false" | Enables of disables the Cortex authentication |
3131| ` cortex_alertmanager ` | ` {} ` | Cortex alertmanager. Compatible with [ official configuration] ( https://cortexmetrics.io/docs/configuration/configuration-file/#alertmanager_config ) |
3232| ` cortex_api ` | ` {} ` | Cortex api. Compatible with [ official configuration] ( https://cortexmetrics.io/docs/configuration/configuration-file/ ) |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cortex_db_dir: /var/lib/cortex
1212cortex_system_user : " cortex"
1313cortex_system_group : " cortex"
1414
15- cortex_version : 1.4.0-rc.1
15+ cortex_version : 1.4.0
1616
1717cortex_auth_enabled : false
1818
You can’t perform that action at this time.
0 commit comments