Skip to content

Commit

Permalink
Update Backstage Location and rebase with main
Browse files Browse the repository at this point in the history
Signed-off-by: Maysun J Faisal <[email protected]>
  • Loading branch information
maysunfaisal committed Aug 19, 2024
1 parent a2c7fb2 commit e2cd3a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ spec:
targets:
- ./templates/codegen/template.yaml
- ./templates/chatbot/template.yaml
- ./templates/audio-to-text/template.yaml
- ./templates/audio-to-text/template.yaml
- ./templates/object-detection/template.yaml
- ./templates/rag/template.yaml
12 changes: 6 additions & 6 deletions templates/rag/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
# SED_LLM_SERVER_START
title: Large Language Model(LLM) Server
description: The model server container to use
ui:help: If you choose vLLM, ensure your cluster has Nvidia GPU supported, and is with enough cpu and memory
ui:help: If you choose vLLM, ensure your cluster has Nvidia GPU supported, and has enough CPU and memory resources
default: llama.cpp
type: string
enum:
Expand Down Expand Up @@ -125,7 +125,7 @@ spec:
type: string
default: gitlab.com
ui:help: "You can also provide the on-prem gitlab server, example: gitlab-gitlab.apps.cluster-ljg9z.sandbox219.opentlc.com"
- title: Deployment information
- title: Deployment Information
required:
- imageRegistry
- imageOrg
Expand Down Expand Up @@ -156,7 +156,7 @@ spec:
ui:options:
rows: 5
rhoaiSelected:
title: Create workbench for OpenShift AI
title: Create Workbench for OpenShift AI
description: Deploy to OpenShift AI in your app's namespace
type: boolean
default: false
Expand Down Expand Up @@ -326,7 +326,7 @@ spec:
protectDefaultBranch: false
repoVisibility: "public"
- id: wait-for-github-repository
name: Waiting for repository availability
name: Waiting for Repository Availability
action: 'debug:wait'
input:
seconds: 3
Expand Down Expand Up @@ -386,9 +386,9 @@ spec:
url: ${{ steps['publish-github'].output.remoteUrl if steps['publish-github'].output else steps['publish-gitlab'].output.remoteUrl }}
- title: GitOps Repository
url: ${{ steps['publish-github-gitops'].output.remoteUrl if steps['publish-github-gitops'].output else steps['publish-gitlab-gitops'].output.remoteUrl }}
- title: Open Component in catalog
- title: Open Component in Catalog
icon: catalog
entityRef: ${{ steps['register'].output.entityRef }}
- title: Open GitOps Resource in catalog
- title: Open GitOps Resource in Catalog
icon: catalog
entityRef: ${{ steps['register-gitops'].output.entityRef }}

0 comments on commit e2cd3a8

Please sign in to comment.