Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 109 additions & 0 deletions charts/partners/eqube/eqube-mi/1.0.0/report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
apiversion: v1
kind: verify-report
metadata:
tool:
verifier-version: 1.14.0
profile:
VendorType: partner
version: v1.3
reportDigest: uint64:18254640768887197868
chart-uri: N/A
digests:
chart: sha256:8c6e0bb793d3337ca2268c5caa332e6309bb12312b06648c9eece4279298ab9e
package: 41f98991320daa3351b006acbc7d50fd8f0d9fe95dbcbe583e18b98f896589c6
lastCertifiedTimestamp: "2026-04-14T06:25:27.536575+00:00"
testedOpenShiftVersion: "4.18"
supportedOpenShiftVersions: '>=4.8'
webCatalogOnly: true
chart:
name: eqube-mi
home: https://www.1eq.com
sources: []
version: 1.0.0
description: 'eQube-MI parent chart that orchestrates three sub-charts in strict order: 1. db-schema – Oracle DB user & tablespace creation (pre-install hook Job) 2. db-metadata – eQube metadata schema creation (pre-install hook Job, after db-schema) 3. application – eQube-MI WAR component deployment (StatefulSet / Deployment) A single values.yaml with a shared `environmentVariables` and `secret` section drives all three sub-charts; sub-chart-specific keys are namespaced under db-schema, db-metadata, and application respectively. '
keywords:
- eqube
- middleware
- oracle
- openshift
maintainers:
- name: Shantanu Deshmukh
email: shantanu.deshmukh@1eq.com
url: ""
icon: https://www.1eq.com/logo.png
apiversion: v2
condition: ""
tags: ""
appversion: 2025.02.00
deprecated: false
annotations:
charts.openshift.io/name: eQube-MI
charts.openshift.io/provider-type: partner
kubeversion: '>=1.21.0-0'
dependencies:
- name: db-schema
version: 1.0.0
repository: file://charts/db-schema
condition: db-schema.enabled
- name: db-metadata
version: 1.0.0
repository: file://charts/db-metadata
condition: db-metadata.enabled
- name: application
version: 1.0.0
repository: file://charts/application
type: application
chart-overrides: ""
results:
- check: v1.0/chart-testing
type: Mandatory
outcome: PASS
reason: Chart tests have passed
- check: v1.0/has-notes
type: Optional
outcome: PASS
reason: Chart does contain NOTES.txt
- check: v1.0/signature-is-valid
type: Mandatory
outcome: SKIPPED
reason: 'Chart is not signed : Signature verification not required'
- check: v1.0/is-helm-v3
type: Mandatory
outcome: PASS
reason: API version is V2, used in Helm 3
- check: v1.0/required-annotations-present
type: Mandatory
outcome: PASS
reason: All required annotations present
- check: v1.0/contains-values-schema
type: Mandatory
outcome: PASS
reason: Values schema file exist
- 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/contains-test
type: Mandatory
outcome: PASS
reason: Chart test files exist
- check: v1.1/has-kubeversion
type: Mandatory
outcome: PASS
reason: Kubernetes version specified
- check: v1.0/has-readme
type: Mandatory
outcome: PASS
reason: Chart has a README
- 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
Loading