-
Notifications
You must be signed in to change notification settings - Fork 183
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 ks-installer chart to v3.2.0 #191
Upgrade ks-installer chart to v3.2.0 #191
Conversation
/cc @pixiake |
Many configurations in the I think everything in the |
Do you mean use one parameter |
Yes
|
It may let user confused about the structure of cluster configuration. |
Otherwise, the template should be modified according to the new configuration. Or do you have any better ideas ? |
I have no idea right now, your suggestion solved synchronization problem with the new cluster configuration in ks-installer, I will refactor code firstly, and if have other great ideas, we can deal with it again. |
Signed-off-by: mango <[email protected]>
/hold |
Signed-off-by: mango <[email protected]>
/unhold |
Hi, I have refactored cc template of ks-installer, could you help me to provide some suggestions? @pixiake |
Thanks,I think this place should be changed to |
Signed-off-by: mango <[email protected]>
All right, Done. |
/lgtm |
@mangoGoForward please update the version in Chart.yaml |
Signed-off-by: mango <[email protected]>
Done. |
src/main/ks-installer/Chart.yaml
Outdated
@@ -18,9 +18,9 @@ type: application | |||
# This is the chart version. This version number should be incremented each time you make changes | |||
# to the chart and its templates, including the app version. | |||
# Versions are expected to follow Semantic Versioning (https://semver.org/) | |||
version: 0.2.2 | |||
version: 1.0.0 |
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.
I think it might be better to change the chart version to 0.3.0
.
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.
But this update has changed the Values structure which is incompatible with old version.
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.
Done.
Signed-off-by: mango <[email protected]>
/lgtm |
@zheng1 I think this pr can be merged,and very grateful to @mangoGoForward for this contribution. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mangoGoForward, zheng1 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR dose?
Upgrade ks-installer chart to v3.2.0
What this PR does / why we need it:
please see #190.
Which issue(s) this PR fixes:
Fixes #190.