chore(charts): remove unused values from chart#5334
chore(charts): remove unused values from chart#5334Skarlso merged 2 commits intoexternal-secrets:mainfrom
Conversation
jakobmoellerdev
left a comment
There was a problem hiding this comment.
maybe stupid question but wouldnt it make sense to make the fields used instead of removing them? WDYT?
Webhook certificate and other parts of it already use the global value when using the include |
I think the question is valid! But, I think the best is remove it, otherwise you would have different parts of the application with totally different names. Usually, override is just global to change this installation to some other name. |
I can confirm these variables were introduced by myself on a WIP commit, which I never fixed (wasn't even aware they were there). Removing them is the correct path here, IMO. |
|
Though, I dont believe we should bump the chart version as a part of this PR. This should still be handled by our release process. |
Signed-off-by: Rodrigo Kellermann <kellermann@gmail.com>
e5cff8a to
4835682
Compare
|
JMHO: Should we keep the override parameters and update our charts to use them? It's handled for few resources and extending it, would be a plus for user experience, I think. |
I think it would increase complexity and bring little value. Unless we redesign charts, like using subcharts for components. Maybe also separate charts releases from app. |
|
|
/ok-to-test sha=741b3f6ae5a855369713d5019672a64475bda9b3 |
|
/ok-to-test sha=741b3f6ae5a855369713d5019672a64475bda9b3 |
Signed-off-by: Rodrigo Kellermann <kellermann@gmail.com> Co-authored-by: Gergely Brautigam <skarlso777@gmail.com> Signed-off-by: Samuel Molling <samuelmolling@gmail.com>



Problem Statement
Remove unused chart values.
Related Issue
Issue 5331.
Proposed Changes
Remove:
Bump chart version to 0.19.3
Checklist
git commit --signoffmake testmake reviewable