-
Notifications
You must be signed in to change notification settings - Fork 135
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
feat: ✨ move chart to subdir charts #389
base: master
Are you sure you want to change the base?
Conversation
oh boy, moving the charts folder will require some testing 😄 thanks for the first PR, I'll try it out |
To be fair, the part with separating the workflow jobs could be completely reverted to reduce scope. I'm not sure if it is needed. As for the charts directory, I had some issues with running I guess mostly the publishing part needs another review/check if it is still working. |
7344b17
to
29fa238
Compare
Why?
chart-dirs=.
, moved the chart to subdir./charts
and adjusted the workflows etc. accordingly.see
chart-dirs='.'
has issues: sapcc/helm-charts#7480