-
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 RH Wildfly chart to charts.openshift.io (#240)
- Loading branch information
1 parent
e95a004
commit ff7ffd0
Showing
2 changed files
with
95 additions
and
0 deletions.
There are no files selected for viewing
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,95 @@ | ||
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/wildfly-1.4.0.tgz | ||
digest: sha256:80630f72e50faa6cd799f8bad147f834fe2e4b181ba4a8298a40e743665fba1b | ||
digests: | ||
chart: sha256:80630f72e50faa6cd799f8bad147f834fe2e4b181ba4a8298a40e743665fba1b | ||
package: 1c4a83c3ea0b23f7adf22210e950ddb4a658641ecb57a97ef9a19268059412d2 | ||
lastCertifiedTimestamp: "2021-07-09T23:13:06.36487+00:00" | ||
certifiedOpenShiftVersions: 4.7.5 | ||
chart: | ||
name: wildfly | ||
home: "" | ||
sources: [] | ||
version: 1.4.0 | ||
description: Build and Deploy WildFly applications on OpenShift | ||
keywords: [] | ||
maintainers: | ||
- name: WildFly | ||
email: [email protected] | ||
url: https://wildfly.org | ||
icon: https://design.jboss.org/wildfly/logo/final/wildfly_logomark_256px.png | ||
apiversion: v2 | ||
condition: "" | ||
tags: "" | ||
appversion: "24.0" | ||
deprecated: false | ||
annotations: {} | ||
kubeversion: "" | ||
dependencies: | ||
- name: wildfly-common | ||
version: 1.3.0 | ||
repository: file://../wildfly-common | ||
condition: "" | ||
tags: [] | ||
enabled: false | ||
importvalues: [] | ||
alias: "" | ||
type: application | ||
chart-overrides: "" | ||
results: | ||
- check: v1.0/contains-values-schema | ||
type: Mandatory | ||
outcome: PASS | ||
reason: Values schema file exist | ||
- check: v1.0/has-kubeversion | ||
type: Mandatory | ||
outcome: FAIL | ||
reason: Kubernetes version is not specified | ||
- check: v1.0/images-are-certified | ||
type: Mandatory | ||
outcome: FAIL | ||
reason: 'Failed to certify images : Failed to get images, error running helm template | ||
: execution error at (wildfly/templates/buildconfig-s2i-build-artifacts.yaml:2:4): | ||
Git source repository URL is required' | ||
- check: v1.0/has-readme | ||
type: Mandatory | ||
outcome: PASS | ||
reason: Chart has a README | ||
- 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-contain-csi-objects | ||
type: Mandatory | ||
outcome: PASS | ||
reason: CSI objects do not exist | ||
- check: v1.0/chart-testing | ||
type: Mandatory | ||
outcome: FAIL | ||
reason: |- | ||
Error running process: executing helm with args "install wildfly-dy22xxfx2x /root/.cache/chart-verifier/https___redhat_developer_github_io_redhat_helm_charts_charts_wildfly_1_4_0_tgz/wildfly --namespace davptest --wait --values /tmp/chart-testing-636415511/values.yaml": exit status 1 | ||
--- | ||
Error: execution error at (wildfly/templates/buildconfig-s2i-build-artifacts.yaml:2:4): Git source repository URL is required | ||
- check: v1.0/contains-values | ||
type: Mandatory | ||
outcome: PASS | ||
reason: Values file exist | ||
- check: v1.0/not-contains-crds | ||
type: Mandatory | ||
outcome: PASS | ||
reason: Chart does not contain CRDs | ||
- check: v1.0/helm-lint | ||
type: Mandatory | ||
outcome: PASS | ||
reason: Helm lint successful |
Binary file not shown.