Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
* [CHANGE] Change default config: distributors, rulers, queriers, query-frontend, nginx and compactors can be disrupted until 30%
* [CHANGE] Remove startup probes from compactors from default values. It's not recommended in general #542
* [CHANGE] Use default value for num_tokens in ingester configuration #544
* [DEPENDENCY] Update kiwigrid/k8s-sidecar docker tag to v1.30.5 #531
* [BUGFIX] Fix discovering memcached instances #551
* [BUGFIX] Fix restarting query-schedulers when config changes #559
* [ENHANCEMENT] Run overrides-exporter with high availability #557
* [DEPENDENCY] Update kiwigrid/k8s-sidecar docker tag to v1.30.5 #531

## 2.6.0 / 2025-05-07

Expand Down
6 changes: 1 addition & 5 deletions templates/query-scheduler/query-scheduler-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
{{- if .Values.useExternalConfig }}
checksum/config: {{ .Values.externalConfigVersion }}
{{- else }}
checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- end }}
checksum/config: {{ include "cortex.configChecksum" . }}
{{- with .Values.query_scheduler.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down