-
Notifications
You must be signed in to change notification settings - Fork 32
helm-charts - remove unused values registry.appDb and community.name
#411
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
Conversation
MCK 1.3.1 Release Notes |
| initOpsManager: quay.io/mongodb | ||
| opsManager: quay.io/mongodb | ||
| initAppDb: quay.io/mongodb | ||
| appDb: quay.io/mongodb |
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.
q: should we mention this in release-notes?
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.
What user face effect(s) does this have?
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.
if for example they specify overrides for values that don't exist (were removed), they not even know about it:
helm template --set key1=val1 test ./helm_chart
didn't show any warnings
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 don't think we need a release note for this given that it is a no-op value.
m1kola
left a comment
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.
Thanks for cleaning this up!
| initOpsManager: quay.io/mongodb | ||
| opsManager: quay.io/mongodb | ||
| initAppDb: quay.io/mongodb | ||
| appDb: quay.io/mongodb |
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 don't think we need a release note for this given that it is a no-op value.
…me` (mongodb#411) # Summary Remove unused helm-charts values (no usages in template files): - `registry.appDb` - `community.name` ## Proof of Work Passing CI tests. ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
Summary
Remove unused helm-charts values (no usages in template files):
registry.appDbcommunity.nameProof of Work
Passing CI tests.
Checklist
skip-changeloglabel if not needed