Skip to content

Commit f7c5bb8

Browse files
Auto-Release-1.99.99
1 parent a67ed79 commit f7c5bb8

File tree

72 files changed

+7806
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+7806
-0
lines changed
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
apiversion: v1
2+
kind: verify-report
3+
metadata:
4+
tool:
5+
verifier-version: 1.13.8
6+
profile:
7+
VendorType: community
8+
version: v1.3
9+
reportDigest: uint64:1865926354967317866
10+
chart-uri: https://github.com/redhat-ai-dev/ai-lab-helm-charts/releases/download/v0.1.1/chatbot-ai-sample-0.1.1.tgz
11+
digests:
12+
chart: sha256:4e98be9c658a1128ba5252d27440f4ce645f66365b179892106e4c5c48915bc9
13+
package: 83b5e956fccf0a4a2dd64ec16bb4ce43ce035944df87635c8265b7b5bf9875c3
14+
lastCertifiedTimestamp: "2024-11-15T23:11:09.552357+00:00"
15+
testedOpenShiftVersion: "4.15"
16+
supportedOpenShiftVersions: '>=4.14'
17+
webCatalogOnly: false
18+
chart:
19+
name: chatbot-ai-sample
20+
home: ""
21+
sources: []
22+
version: 0.1.1
23+
description: A Helm chart for the Chatbot AI Sample app. For more information please check https://github.com/redhat-ai-dev/ai-lab-helm-charts.git
24+
keywords: []
25+
maintainers: []
26+
icon: ""
27+
apiversion: v2
28+
condition: ""
29+
tags: chatbot,llama.cpp,ai-lab
30+
appversion: ""
31+
deprecated: false
32+
annotations:
33+
charts.openshift.io/name: Chatbot AI Sample
34+
kubeversion: '>= 1.27.0-0'
35+
dependencies: []
36+
type: ""
37+
chart-overrides: ""
38+
results:
39+
- check: v1.0/is-helm-v3
40+
type: Optional
41+
outcome: PASS
42+
reason: API version is V2, used in Helm 3
43+
- check: v1.0/not-contains-crds
44+
type: Optional
45+
outcome: PASS
46+
reason: Chart does not contain CRDs
47+
- check: v1.0/contains-values-schema
48+
type: Optional
49+
outcome: PASS
50+
reason: Values schema file exist
51+
- check: v1.0/has-notes
52+
type: Optional
53+
outcome: PASS
54+
reason: Chart does contain NOTES.txt
55+
- check: v1.0/helm-lint
56+
type: Mandatory
57+
outcome: PASS
58+
reason: Helm lint successful
59+
- check: v1.0/contains-test
60+
type: Optional
61+
outcome: PASS
62+
reason: Chart test files exist
63+
- check: v1.0/contains-values
64+
type: Optional
65+
outcome: PASS
66+
reason: Values file exist
67+
- check: v1.0/signature-is-valid
68+
type: Optional
69+
outcome: SKIPPED
70+
reason: 'Chart is not signed : Signature verification not required'
71+
- check: v1.1/images-are-certified
72+
type: Optional
73+
outcome: PASS
74+
reason: No images to certify
75+
- check: v1.1/has-kubeversion
76+
type: Optional
77+
outcome: PASS
78+
reason: Kubernetes version specified
79+
- check: v1.0/has-readme
80+
type: Optional
81+
outcome: PASS
82+
reason: Chart has a README
83+
- check: v1.0/required-annotations-present
84+
type: Optional
85+
outcome: PASS
86+
reason: All required annotations present
87+
- check: v1.0/chart-testing
88+
type: Optional
89+
outcome: PASS
90+
reason: Chart tests have passed
91+
- check: v1.0/not-contain-csi-objects
92+
type: Optional
93+
outcome: PASS
94+
reason: CSI objects do not exist
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
chart:
2+
name: chatbot-ai-sample
3+
shortDescription: Chatbot AI Sample
4+
publicPgpKey: null
5+
users:
6+
- githubUsername: johnmcollier
7+
- githubUsername: elsony
8+
- githubUsername: thepetk
9+
- githubUsername: michael-valdron
10+
- githubUsername: yangcao77
11+
- githubUsername: maysunfaisal
12+
- githubUsername: Jdubrick
13+
vendor:
14+
label: ai-lab
15+
name: AI Development
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.terraform/
9+
.bzr/
10+
.bzrignore
11+
.hg/
12+
.hgignore
13+
.svn/
14+
# Common backup files
15+
*.swp
16+
*.bak
17+
*.tmp
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
24+
# CI and test
25+
.circleci/
26+
.github/
27+
.gitlab-ci.yml
28+
test/
29+
scratch/

0 commit comments

Comments
 (0)