Skip to content

Commit c236d70

Browse files
authored
Merge pull request #6 from inuits/updatecortex
Update cortex
2 parents 93c2c53 + 8ac75bc commit c236d70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/) |

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cortex_db_dir: /var/lib/cortex
1212
cortex_system_user: "cortex"
1313
cortex_system_group: "cortex"
1414

15-
cortex_version: 1.4.0-rc.1
15+
cortex_version: 1.4.0
1616

1717
cortex_auth_enabled: false
1818

0 commit comments

Comments
 (0)