Skip to content

Commit

Permalink
Add Helm Chart for EAP XP 3 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Sep 2, 2021
1 parent b11f8c1 commit 18eaa3a
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
Binary file not shown.
93 changes: 93 additions & 0 deletions charts/redhat/redhat/eap-xp3/1.0.0/report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
apiversion: v1
kind: verify-report
metadata:
tool:
verifier-version: 1.2.2
profile:
VendorType: partner
version: v1.0
chart-uri: /charts/1.0.0/eap-xp3-1.0.0.tgz
digest: sha256:85d0347b6c3377037f8ad5287fc0c4a1baef708a65c26669993d2ed5b5f765bb
digests:
chart: sha256:85d0347b6c3377037f8ad5287fc0c4a1baef708a65c26669993d2ed5b5f765bb
package: 1dca1d8a2314713878a2052d674fddfc47063deb3fb67650d95f9bf51b33500b
lastCertifiedTimestamp: "2021-09-02T11:32:44.405532+00:00"
certifiedOpenShiftVersions: N/A
chart:
name: eap-xp3
home: ""
sources: []
version: 1.0.0
description: Build and Deploy EAP XP3 applications on OpenShift
keywords: []
maintainers: []
icon: ""
apiversion: v2
condition: ""
tags: ""
appversion: "3.0"
deprecated: false
annotations: {}
kubeversion: ""
dependencies:
- name: wildfly-common
version: 1.3.0
repository: https://docs.wildfly.org/wildfly-charts/
condition: ""
tags: []
enabled: false
importvalues: []
alias: ""
type: application
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/images-are-certified
type: Mandatory
outcome: FAIL
reason: 'Failed to certify images : Failed to get images, error running helm template
: execution error at (eap-xp3/templates/buildconfig-bootable-jar.yaml:2:4):
Git source repository URL is required'
- check: v1.0/chart-testing
type: Mandatory
outcome: FAIL
reason: |-
Error running process: executing helm with args "install eap-xp3-18tj2s0xux /root/.cache/chart-verifier/_charts_1_0_0_eap_xp3_1_0_0_tgz/eap-xp3 --namespace default --wait --values /tmp/chart-testing-094611264/values.yaml": exit status 1
---
Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused
- 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/has-kubeversion
type: Mandatory
outcome: FAIL
reason: Kubernetes version is not specified
- check: v1.0/not-contains-crds
type: Mandatory
outcome: PASS
reason: Chart does not contain CRDs

0 comments on commit 18eaa3a

Please sign in to comment.