Skip to content

Commit

Permalink
Align chart name with openshift-charts (#23)
Browse files Browse the repository at this point in the history
* Add more context about release name and application namespace

* Align naming with the openshift charts OWNERS file

* Further renaming

Signed-off-by: thepetk <[email protected]>

* Further renaming

* Revert "Add more context about release name and application namespace"

This reverts commit aeae0aa.

* Bump up chart version

* Update charts/ai-software-templates/chatbot/README.md

Co-authored-by: Jordan Dubrick <[email protected]>

* Update charts/ai-software-templates/chatbot/Chart.yaml

Co-authored-by: Jordan Dubrick <[email protected]>

---------

Signed-off-by: thepetk <[email protected]>
Co-authored-by: Jordan Dubrick <[email protected]>
  • Loading branch information
thepetk and Jdubrick authored Nov 15, 2024
1 parent cbef21b commit 0d63b49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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
name: chatbot-ai-sample
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:
To install the Chatbot AI Sample Helm chart using Helm directly, you can run:

```
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

0 comments on commit 0d63b49

Please sign in to comment.