-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add Helm Chart Test Automation #64
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
859c420
to
623e9b6
Compare
623e9b6
to
bcdd87b
Compare
bcdd87b
to
8c59778
Compare
8c59778
to
9527b36
Compare
9527b36
to
baa3922
Compare
baa3922
to
46ec194
Compare
46ec194
to
34e175e
Compare
34e175e
to
f864ae1
Compare
cbaeebe
to
692a572
Compare
5695bef
to
6729a87
Compare
7d2636a
to
210b423
Compare
6729a87
to
b4cce29
Compare
b4cce29
to
f2e1ab1
Compare
210b423
to
4e99235
Compare
f2e1ab1
to
c86de4a
Compare
4e99235
to
5ea5d96
Compare
c86de4a
to
b8eda8b
Compare
This change adds the Helm chart test(s) to GitHub Action CI.
This change fixes a bug w/ helm-test which caused it to not return an accurate exit code.
5ea5d96
to
9920564
Compare
b8eda8b
to
518c3d6
Compare
Closed at @nnshah1's request. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change add a containerfile definition for a new helm-tester container which will be used to run verification tests on Helm charts.
This change adds the Helm chart test(s) to GitHub Action CI.