Skip to content

Commit

Permalink
Auto-Release-1.99.99
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent 1f8488e commit 05c00fe
Show file tree
Hide file tree
Showing 72 changed files with 7,806 additions and 0 deletions.
94 changes: 94 additions & 0 deletions charts/community/ai-lab/chatbot-ai-sample/0.1.1/report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
apiversion: v1
kind: verify-report
metadata:
tool:
verifier-version: 1.13.8
profile:
VendorType: community
version: v1.3
reportDigest: uint64:1865926354967317866
chart-uri: https://github.com/redhat-ai-dev/ai-lab-helm-charts/releases/download/v0.1.1/chatbot-ai-sample-0.1.1.tgz
digests:
chart: sha256:4e98be9c658a1128ba5252d27440f4ce645f66365b179892106e4c5c48915bc9
package: 83b5e956fccf0a4a2dd64ec16bb4ce43ce035944df87635c8265b7b5bf9875c3
lastCertifiedTimestamp: "2024-11-15T23:11:09.552357+00:00"
testedOpenShiftVersion: "4.15"
supportedOpenShiftVersions: '>=4.14'
webCatalogOnly: false
chart:
name: chatbot-ai-sample
home: ""
sources: []
version: 0.1.1
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
keywords: []
maintainers: []
icon: ""
apiversion: v2
condition: ""
tags: chatbot,llama.cpp,ai-lab
appversion: ""
deprecated: false
annotations:
charts.openshift.io/name: Chatbot AI Sample
kubeversion: '>= 1.27.0-0'
dependencies: []
type: ""
chart-overrides: ""
results:
- check: v1.0/is-helm-v3
type: Optional
outcome: PASS
reason: API version is V2, used in Helm 3
- check: v1.0/not-contains-crds
type: Optional
outcome: PASS
reason: Chart does not contain CRDs
- check: v1.0/contains-values-schema
type: Optional
outcome: PASS
reason: Values schema file exist
- check: v1.0/has-notes
type: Optional
outcome: PASS
reason: Chart does contain NOTES.txt
- check: v1.0/helm-lint
type: Mandatory
outcome: PASS
reason: Helm lint successful
- check: v1.0/contains-test
type: Optional
outcome: PASS
reason: Chart test files exist
- check: v1.0/contains-values
type: Optional
outcome: PASS
reason: Values file exist
- check: v1.0/signature-is-valid
type: Optional
outcome: SKIPPED
reason: 'Chart is not signed : Signature verification not required'
- check: v1.1/images-are-certified
type: Optional
outcome: PASS
reason: No images to certify
- check: v1.1/has-kubeversion
type: Optional
outcome: PASS
reason: Kubernetes version specified
- check: v1.0/has-readme
type: Optional
outcome: PASS
reason: Chart has a README
- check: v1.0/required-annotations-present
type: Optional
outcome: PASS
reason: All required annotations present
- check: v1.0/chart-testing
type: Optional
outcome: PASS
reason: Chart tests have passed
- check: v1.0/not-contain-csi-objects
type: Optional
outcome: PASS
reason: CSI objects do not exist
15 changes: 15 additions & 0 deletions charts/community/ai-lab/chatbot-ai-sample/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
chart:
name: chatbot-ai-sample
shortDescription: Chatbot AI Sample
publicPgpKey: null
users:
- githubUsername: johnmcollier
- githubUsername: elsony
- githubUsername: thepetk
- githubUsername: michael-valdron
- githubUsername: yangcao77
- githubUsername: maysunfaisal
- githubUsername: Jdubrick
vendor:
label: ai-lab
name: AI Development
29 changes: 29 additions & 0 deletions charts/partners/hashicorp/vault/0.29.1/src/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.terraform/
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj

# CI and test
.circleci/
.github/
.gitlab-ci.yml
test/
scratch/
Loading

0 comments on commit 05c00fe

Please sign in to comment.