-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding nodejs chart to charts.openshift.io (#238)
- Loading branch information
1 parent
9c1c0aa
commit f10325c
Showing
2 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
apiversion: v1 | ||
kind: verify-report | ||
metadata: | ||
tool: | ||
verifier-version: 1.1.0 | ||
profile: | ||
VendorType: partner | ||
version: v1.0 | ||
chart-uri: https://redhat-developer.github.io/redhat-helm-charts/charts/nodejs-0.0.1.tgz | ||
digest: sha256:3696fe9d93f49c0a87c2424b792056ce60ef373ce11b6c28b53674417b474314 | ||
digests: | ||
chart: sha256:3696fe9d93f49c0a87c2424b792056ce60ef373ce11b6c28b53674417b474314 | ||
package: eeb75da3ec2e4d63fcc69aaa51d5d5a6fe0573414ac8d7341f73faed7c439ac4 | ||
lastCertifiedTimestamp: "2021-07-09T22:47:54.970912+00:00" | ||
certifiedOpenShiftVersions: 4.7.5 | ||
chart: | ||
name: nodejs | ||
home: "" | ||
sources: [] | ||
version: 0.0.1 | ||
description: A Helm chart to build and deploy Node.js applications | ||
keywords: | ||
- runtimes | ||
- nodejs | ||
maintainers: [] | ||
icon: "" | ||
apiversion: v2 | ||
condition: "" | ||
tags: "" | ||
appversion: "" | ||
deprecated: false | ||
annotations: {} | ||
kubeversion: "" | ||
dependencies: [] | ||
type: "" | ||
chart-overrides: "" | ||
results: | ||
- check: v1.0/contains-values | ||
type: Mandatory | ||
outcome: PASS | ||
reason: Values file exist | ||
- check: v1.0/contains-values-schema | ||
type: Mandatory | ||
outcome: PASS | ||
reason: Values schema file exist | ||
- check: v1.0/helm-lint | ||
type: Mandatory | ||
outcome: PASS | ||
reason: Helm lint successful | ||
- check: v1.0/not-contain-csi-objects | ||
type: Mandatory | ||
outcome: PASS | ||
reason: CSI objects do not exist | ||
- check: v1.0/is-helm-v3 | ||
type: Mandatory | ||
outcome: PASS | ||
reason: API version is V2, used in Helm 3 | ||
- check: v1.0/contains-test | ||
type: Mandatory | ||
outcome: FAIL | ||
reason: Chart test files do not exist | ||
- check: v1.0/not-contains-crds | ||
type: Mandatory | ||
outcome: PASS | ||
reason: Chart does not contain CRDs | ||
- check: v1.0/images-are-certified | ||
type: Mandatory | ||
outcome: FAIL | ||
reason: 'Image is not Red Hat certified : testRelease:latest : Respository not | ||
found: testRelease' | ||
- check: v1.0/chart-testing | ||
type: Mandatory | ||
outcome: FAIL | ||
reason: |- | ||
Error running process: executing helm with args "install nodejs-3xh8usxv7m /root/.cache/chart-verifier/https___redhat_developer_github_io_redhat_helm_charts_charts_nodejs_0_0_1_tgz/nodejs --namespace davptest --wait --values /tmp/chart-testing-349700203/values.yaml": exit status 1 | ||
--- | ||
Error: timed out waiting for the condition | ||
- check: v1.0/has-readme | ||
type: Mandatory | ||
outcome: PASS | ||
reason: Chart has a README | ||
- check: v1.0/has-kubeversion | ||
type: Mandatory | ||
outcome: FAIL | ||
reason: Kubernetes version is not specified |