Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align chart name with openshift-charts #23

Merged
merged 8 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from 6 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
8 changes: 4 additions & 4 deletions charts/ai-software-templates/chatbot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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
charts.openshift.io/name: Chatbot AI Sample
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
thepetk marked this conversation as resolved.
Show resolved Hide resolved
name: chatbot-ai-sample
thepetk marked this conversation as resolved.
Show resolved Hide resolved
tags: chatbot,llama.cpp,ai-lab
version: 0.1.0
version: 0.1.1
4 changes: 2 additions & 2 deletions charts/ai-software-templates/chatbot/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AI Software Template Helm Chart
# Chatbot AI Sample Helm Chart

This repo is a Helm chart for building and deploying a Large language model (LLM)-enabled [chat application](https://github.com/redhat-ai-dev/ai-lab-samples/tree/main/chatbot). For more information about helm charts see the official [Helm Charts Documentation](https://helm.sh/).

Expand Down Expand Up @@ -30,7 +30,7 @@ The helm chart can be directly installed from the OpenShift Dev Console. Check [

### Install using Helm

In order to install AI Software Template Helm chart using helm directly, you can run:
In order to install Chatbot AI Sample Helm chart using helm directly, you can run:
thepetk marked this conversation as resolved.
Show resolved Hide resolved

```
helm upgrade --install <release-name> --namespace <release-namespace> .
Expand Down
2 changes: 1 addition & 1 deletion charts/ai-software-templates/chatbot/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Thank you for installing the AI Software Template Chat Application!
Thank you for installing the Chatbot AI Sample Application!

Now that you have deployed the chatbot application, you can find more details here:

Expand Down