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 <abai@redhat.com> * Update and factor code according to reviews Signed-off-by: Allen Bai <abai@redhat.com>
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 <abai@redhat.com>
…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 <abai@redhat.com>
|
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.