Add upgrade guide regarding azure container name change (#6118)

* Add upgarde guide regarding azure container name change

* Add loki header to master upgrade section
pull/6255/head
Trevor Whitney 4 years ago committed by GitHub
parent 6ac955cc7d
commit 65c6e254bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      docs/sources/upgrading/_index.md

@ -31,6 +31,13 @@ The output is incredibly verbose as it shows the entire internal config struct u
## Main / Unreleased
### Loki
#### Default value for `azure.container-name` changed
This value now defaults to `loki`, it was previously set to `cortex`. If you are relying on this container name for your chunks or ruler storage, you will have to manually specify `-azure.container-name=cortex` or `-ruler.storage.azure.container-name=cortex` respectively.
## 2.5.0
### Loki

Loading…
Cancel
Save