-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix alert rules lost after rolling upgrade #2715
Conversation
@@ -67,7 +67,11 @@ spec: | |||
- name: PROM_PERSISTENT_DIR | |||
value: /data | |||
- name: TIDB_VERSION | |||
{{- if .Values.monitor.prometheus.alertManagerRulesVersion }} | |||
value: tidb:{{ .Values.monitor.prometheus.alertManagerRulesVersion }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Required format of TIDB_VERSION
is tidb:vx.x.x
.
Does |
Yes. Another PR is coming soon which should only be cherry-picked to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-1.0 in PR #2728 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-1.1 in PR #2729 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com> Co-authored-by: weekface <weekface@gmail.com>
What problem does this PR solve?
Part of: #2710
What is changed and how does it work?
Check List
Tests
Code changes
Side effects
Related changes
Does this PR introduce a user-facing change?: