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
26
26
| ` cortex_db_dir ` | "/var/lib/cortex" | Path to the directory of the Cortex database |
27
27
| ` cortex_system_user ` | "cortex" | Default Cortex user |
28
28
| ` 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 |
30
30
| ` cortex_auth_enabled ` | "false" | Enables of disables the Cortex authentication |
31
31
| ` cortex_alertmanager ` | ` {} ` | Cortex alertmanager. Compatible with [ official configuration] ( https://cortexmetrics.io/docs/configuration/configuration-file/#alertmanager_config ) |
32
32
| ` 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
12
12
cortex_system_user : " cortex"
13
13
cortex_system_group : " cortex"
14
14
15
- cortex_version : 1.4.0-rc.1
15
+ cortex_version : 1.4.0
16
16
17
17
cortex_auth_enabled : false
18
18
You can’t perform that action at this time.
0 commit comments