-
Notifications
You must be signed in to change notification settings - Fork 499
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
Upgrade default TiDB version to v3.0.4 #837
Conversation
/run-e2e-in-kind |
add tidb-version v3.0.0 test support Co-Authored-By: weekface <weekface@gmail.com>
/run-e2e-in-kind |
1 similar comment
/run-e2e-in-kind |
3.0.3 is released (https://github.com/pingcap/tidb/releases/tag/v3.0.3), can you update it to use 3.0.3? Thanks! |
some conflicts must be resolved |
tidb-monitor-initializer v3.0.4 is not available yet, @qiffang please upgrade the tidb-monitor-initializer to the latest release version v3.0.4. |
@@ -397,8 +397,8 @@ monitor: | |||
storageClassName: local-storage | |||
storage: 10Gi | |||
initializer: | |||
image: pingcap/tidb-monitor-initializer:v3.0.1 | |||
imagePullPolicy: Always | |||
image: pingcap/tidb-monitor-initializer:v3.0.4 |
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.
@qiffang there is no pingcap/tidb-monitor-initializer:v3.0.4 yet. PTAL
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
tests support v3.0.2-3.0.4 Co-Authored-By: weekface <weekface@gmail.com>
e2e test support v3.0.2-v3.0.4 Co-Authored-By: weekface <weekface@gmail.com>
/run-e2e-in-kind |
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
* en: Improve deploy tidb monitor docs * Update pd-recover.md * Apply suggestions from code review Co-authored-by: Ran <huangran@pingcap.com> * Update monitor-a-tidb-cluster.md * align Chinese pr Co-authored-by: Ran <huangran@pingcap.com>
What problem does this PR solve?
upgrade default TiDB version to v3.0.4
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?: