Skip to content

Commit 7792ac3

Browse files
committed
Change stacks/demos from local files to remote
1 parent 8c1beee commit 7792ac3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

demos/demos-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ demos:
301301
- jupyterlab
302302
- semantic-search
303303
manifests:
304-
- plainYaml: ./demos/opensearch-rag/load-embeddings-from-git.yaml
304+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/opensearch-rag/load-embeddings-from-git.yaml
305305
supportedNamespaces: []
306306
resourceRequests:
307307
cpu: 8000m

stacks/stacks-v2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,9 @@ stacks:
706706
- ai
707707
- llm
708708
manifests:
709-
- plainYaml: ./stacks/opensearch-rag/opensearch.yaml
710-
- plainYaml: ./stacks/opensearch-rag/ollama.yaml
711-
- plainYaml: ./stacks/opensearch-rag/jupyterlab.yaml
709+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/opensearch-rag/opensearch.yaml
710+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/opensearch-rag/ollama.yaml
711+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/opensearch-rag/jupyterlab.yaml
712712
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/opensearch-dashboards.yaml
713713
supportedNamespaces: []
714714
resourceRequests:

0 commit comments

Comments
 (0)