-
Notifications
You must be signed in to change notification settings - Fork 148
fix: remap replicas key from legacy to new keys #4554
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
base: main
Are you sure you want to change the base?
Conversation
a25d16f to
2d16a50
Compare
|
QQ @bkenez , how can the CI be green if our tests run against a app version where the change is not yet implemented? Dont we test this case configuration setting? |
Either that, or the new settings are already implemented on an earlier version just undocumented 🤔 |
|
Tests are running against values-digest (aka snapshot), is the feature not yet implemented in snapshot? |
|
I deployed against this branch against values-digest, and setting the replica count to 2 does not show in |
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.
Wait for snapshot to receive feature
… into secondary_storage_replicas_change
Which problem does the PR fix?
Closes: #4184
What's in this PR?
Remaps
.Values.orchestration.index.replicasto use the new unified configuration fields instead of the legacy ones.\Might need to wait with merging until we are sure the underlying app has gotten the update.
Checklist
Please make sure to follow our Contributing Guide.
Before opening the PR:
make go.update-golden-only.After opening the PR: