-
Notifications
You must be signed in to change notification settings - Fork 67
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
restore helm unittests #118
Conversation
Cool - happy to have a PR that fixes unit tests, but this PR also includes other additional changes. Could you separate those out? Also, what does the |
Additional changes? You mean fixes in deployment.yaml and typos in values.yaml? the snapshots will be the generated version that defines the current truth. If you plan to change anything that would change the output, the test will fail because it might be a regression. You can now review the changes in the output of the |
Yes, I would like an PR that only contains the changes needed for updating the unit tests. Other changes we can talk about in separate PRs. Thanks for the explanation on snapshots, that sounds good. |
Just following up - would like to get this merged. |
Ping? |
Sorry this is a bit off-topic, but just curious @MichaelSp , is SAP using DMS? :) |
Sorry for the delay here. I couldn't find the time yet to split the PR and timewise it doesn't seem to get any better... (maybe you can accept it in one PR?) @polarathene AFAIK they are not using DMS 🤣 |
@MichaelSp understood - if I find some time I'll see what I can do. |
# Conflicts: # charts/docker-mailserver/Chart.yaml
Finally I was able to polish this PR a bit. One thing I noticed:
|
@cfis pong :) |
Oh sorry, totally missed your last update. Thanks for updating! |
For some reason the unit-tests are quite outdated and are not working anymore. This PR restores the unittests and provides a GitHub Actions workflow to run it on PRs