Skip to content

Commit 60f7e1a

Browse files
authored
Merge pull request #12 from inuits/versionUpdate
Updated Cortex version
2 parents c933864 + a8cfbad commit 60f7e1a

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
@@ -28,7 +28,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2828
| `cortex_db_dir` | "/var/lib/cortex" | Path to the directory of the Cortex database |
2929
| `cortex_system_user` | "cortex" | Default Cortex user |
3030
| `cortex_system_group` | "cortex" | Default Cortex group |
31-
| `cortex_version` | "1.4.0" | The cortex package version |
31+
| `cortex_version` | "1.6.0" | The cortex package version |
3232
| `cortex_auth_enabled` | "false" | Enables of disables the Cortex authentication |
3333
| `cortex_alertmanager` | `{}` | Cortex alertmanager. Compatible with [official configuration](https://cortexmetrics.io/docs/configuration/configuration-file/#alertmanager_config) |
3434
| `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
@@ -1,5 +1,5 @@
11
---
2-
cortex_version: 1.5.0
2+
cortex_version: 1.6.0
33
cortex_all_in_one: true
44

55
cortex_web_listen_address: "0.0.0.0:9009"

0 commit comments

Comments
 (0)