File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
* [ FEATURE] Add autoscaler for queriers #190
6
6
* [ FEATURE] Add autoscaler for distributors #189
7
7
* [ FEATURE] Add autoscaler for ingesters #182
8
+ * [ ENHANCEMENT] Upgrade to Cortex v1.10.0 #204
8
9
* [ ENHANCEMENT] Populate config.querier.store_gateway_addresses automatically based on other config #201
9
10
* [ ENHANCEMENT] Graceful shutdown of ingesters #195
10
11
* [ ENHANCEMENT] Define namespace in templates #184
Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ Kubernetes: `^1.19.0-0`
461
461
| externalConfigVersion | string | `"0"` | |
462
462
| image.​pullPolicy | string | `"IfNotPresent"` | |
463
463
| image.​repository | string | `"quay.io/cortexproject/cortex"` | |
464
- | image.​tag | string | `"v1.9 .0"` | |
464
+ | image.​tag | string | `"v1.10 .0"` | |
465
465
| ingester.​affinity.​podAntiAffinity.​preferredDuringSchedulingIgnoredDuringExecution[0].​podAffinityTerm.​labelSelector.​matchExpressions[0].​key | string | `"app.kubernetes.io/component"` | |
466
466
| ingester.​affinity.​podAntiAffinity.​preferredDuringSchedulingIgnoredDuringExecution[0].​podAffinityTerm.​labelSelector.​matchExpressions[0].​operator | string | `"In"` | |
467
467
| ingester.​affinity.​podAntiAffinity.​preferredDuringSchedulingIgnoredDuringExecution[0].​podAffinityTerm.​labelSelector.​matchExpressions[0].​values[0] | string | `"ingester"` | |
Original file line number Diff line number Diff line change 3
3
4
4
image :
5
5
repository : quay.io/cortexproject/cortex
6
- tag : v1.9 .0
6
+ tag : v1.10 .0
7
7
pullPolicy : IfNotPresent
8
8
9
9
# # Optionally specify an array of imagePullSecrets.
You can’t perform that action at this time.
0 commit comments