-
Notifications
You must be signed in to change notification settings - Fork 0
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
valid chart report only no owners file #82
base: tests
Are you sure you want to change the base?
Conversation
Fixes #91
The API_SERVER GitHub secret should be created with a base64 encoded string (Warning: That means that's not really a secret -- the value will be visible in the log) To generate base64 encoded string for a URL: echo -n "https://api.ocpappsvc-osd.zn6c.p1.openshiftapps.com:6443" | base64
These cluster level rules are the minimum needed for the chart-verifier to be able to validate the hashicorp/vault chart in our current 4.7 repo.
Adding logic to compute digest and compare with digest passed in report. The digest will be stored at the same level as urls field.
* workflows: add redhat and community workflow logic As part of supporting different vendor types for openshift helm charts, this adds the github actions for redhat and community submission. For design details please refer to: docs/workflow-build.md. Signed-off-by: Allen Bai <[email protected]> * Update and factor code according to reviews Signed-off-by: Allen Bai <[email protected]>
Ref. #200 Currently, chart-testing failure leads to empty value for certifiedOpenShiftVersions. There is an open issue about it here: redhat-certification/chart-verifier#157 This fix will prioritize report verification above the certifiedOpenShiftVersions. This way user will see the report error first.
Signed-off-by: Allen Bai <[email protected]>
…openshift-helm-charts#242) This fix handles multi-line reason strings more nicely by removing use of xargs and concatenating strings spanning multiple lines. Note that this script will be completely replaced by the incoming report command of chart-verifier. Closes: https://issues.redhat.com/browse/HELM-211 Signed-off-by: Allen Bai <[email protected]>
Thank you for submitting pull request #82 for Helm Chart Certification! There were one or more errors while building and verifying your pull request. [ERROR] The submitted chart has failed certification. Reason(s): [ERROR] charts/partners/test-org1/chart/OWNERS file does not exist. Please run the chart-verifier and ensure all mandatory checks pass. /metadata {"vendor_label": "", "chart_name": ""} For support, connect with our Technology Partner Success Desk. |
Thank you for submitting PR #82 for Helm Chart Certification! An error was found with the Pull Request: /metadata {"vendor_label": "", "chart_name": ""} |
354eee8
to
fb8bdab
Compare
No description provided.