-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align chart name with openshift-charts (#23)
* 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
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters