-
Notifications
You must be signed in to change notification settings - Fork 82
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
Bulk upgrade test case #1230 #1324
Conversation
Overall, looks good. I have added two in-line comments. Also, please remove pycache folder from the commit. |
@omgoswami ^^ |
Incorporated your suggestions! |
Looks like CI has failed: pip install is not able to find lxml. Try pinning it to a specific version. |
@omgoswami ^^ |
@omgoswami Tests are passing! |
This PR adds a test case that automatically checks that when a Helm chart in a ResourceComposition is updated, all running application instances also get upgraded. This was done by adapting the steps listed in https://github.com/cloud-ark/kubeplus/blob/master/examples/multitenancy/managed-service/appday2ops/steps.txt