Skip to content

Commit 4896221

Browse files
authored
upgrade to cortex v1.10.0 (grafana#204)
Signed-off-by: Tom Hayward <[email protected]>
1 parent 35c2b8e commit 4896221

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* [FEATURE] Add autoscaler for queriers #190
66
* [FEATURE] Add autoscaler for distributors #189
77
* [FEATURE] Add autoscaler for ingesters #182
8+
* [ENHANCEMENT] Upgrade to Cortex v1.10.0 #204
89
* [ENHANCEMENT] Populate config.querier.store_gateway_addresses automatically based on other config #201
910
* [ENHANCEMENT] Graceful shutdown of ingesters #195
1011
* [ENHANCEMENT] Define namespace in templates #184

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Kubernetes: `^1.19.0-0`
461461
| externalConfigVersion | string | `"0"` | |
462462
| image.&ZeroWidthSpace;pullPolicy | string | `"IfNotPresent"` | |
463463
| image.&ZeroWidthSpace;repository | string | `"quay.io/cortexproject/cortex"` | |
464-
| image.&ZeroWidthSpace;tag | string | `"v1.9.0"` | |
464+
| image.&ZeroWidthSpace;tag | string | `"v1.10.0"` | |
465465
| ingester.&ZeroWidthSpace;affinity.&ZeroWidthSpace;podAntiAffinity.&ZeroWidthSpace;preferredDuringSchedulingIgnoredDuringExecution[0].&ZeroWidthSpace;podAffinityTerm.&ZeroWidthSpace;labelSelector.&ZeroWidthSpace;matchExpressions[0].&ZeroWidthSpace;key | string | `"app.kubernetes.io/component"` | |
466466
| ingester.&ZeroWidthSpace;affinity.&ZeroWidthSpace;podAntiAffinity.&ZeroWidthSpace;preferredDuringSchedulingIgnoredDuringExecution[0].&ZeroWidthSpace;podAffinityTerm.&ZeroWidthSpace;labelSelector.&ZeroWidthSpace;matchExpressions[0].&ZeroWidthSpace;operator | string | `"In"` | |
467467
| ingester.&ZeroWidthSpace;affinity.&ZeroWidthSpace;podAntiAffinity.&ZeroWidthSpace;preferredDuringSchedulingIgnoredDuringExecution[0].&ZeroWidthSpace;podAffinityTerm.&ZeroWidthSpace;labelSelector.&ZeroWidthSpace;matchExpressions[0].&ZeroWidthSpace;values[0] | string | `"ingester"` | |

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
image:
55
repository: quay.io/cortexproject/cortex
6-
tag: v1.9.0
6+
tag: v1.10.0
77
pullPolicy: IfNotPresent
88

99
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)