-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: add chart missing files #32
chore: add chart missing files #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some failed checks on the bottom.
- You need to bump the chart version in the Chart.yaml because you added files to it and helm-chart-releaser can't release with an already existing chart version.
- The quality checks are failed for 2 reasons: base image is not supported and resource limits are not set for pod
Issues addressed, except base image which is not on approved images list. Perhaps we can fix that later on. |
Also updated the DEPENDENCIES file, opened IP issues and the following output was generated:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR to add missing helm chart LICENSE & README.md files.
Updates eclipse-tractusx/sig-infra#287