Skip to content

Commit

Permalink
Address certifiers feedback
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Nov 11, 2024
1 parent 5468a0f commit b32e82e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 14 deletions.
3 changes: 3 additions & 0 deletions charts/ai-software-templates/chatbot/0.1.0/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apiVersion: v2
kubeVersion: ">= 1.27.0-0"
annotations:
charts.openshift.io/name: Chatbot AI Software Template
description: A helm chart for the AI Software Templates. For more information please check https://github.com/redhat-ai-dev/ai-lab-helm-charts.git
name: chatbot-ai-software-template
tags: chatbot,llama.cpp,ai-lab
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ .Release.Name }}-test"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation
spec:
containers:
- name: wget
image: quay.io/quay/busybox:latest
command: ["wget"]
args: ["{{ .Release.Name }}:11222/console"]
restartPolicy: Never
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ .Release.Name }}-model-server-test"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation
spec:
containers:
- name: wget
image: quay.io/quay/busybox:latest
command: ["wget"]
args: ["{{ .Release.Name }}-model-server:11222/console"]
restartPolicy: Never
Binary file removed chatbot-ai-software-template-0.1.0.tgz
Binary file not shown.
14 changes: 0 additions & 14 deletions index.yaml

This file was deleted.

0 comments on commit b32e82e

Please sign in to comment.