Skip to content

Commit 4a14dc1

Browse files
committed
Update paths to GenAIInfra scripts
And improve surrounding text slightly. Signed-off-by: Eero Tamminen <[email protected]>
1 parent 0faed88 commit 4a14dc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tutorial/ChatQnA/deploy/k8s_getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Some commonly used kubectl commands and their functions, assuming that you have
6666

6767
**Update Dependencies:**
6868

69-
- A script called **./update_dependency.sh** is provided which is used to update chart dependencies, ensuring all nested charts are at their latest versions.
70-
- The command helm dependency update <chart-directory> updates the dependencies for the chart located in the specified directory (e.g., chatqna) based on the versions specified in its Chart.yaml file.
69+
- `scripts/update_dependency.sh` script can be used to ensure that dependencies for `common/` charts are up to date.
70+
- `helm dependency update <chart-directory>` command updates the dependencies for the specified chart directory (e.g., `chatqna`) based on the versions specified in its `Chart.yaml` file.
7171

7272
**Helm Install Command:**
7373

tutorial/ChatQnA/deploy/k8s_helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Next, we will update the dependencies for all Helm charts in the specified direc
100100
```bash
101101
# All Helm charts in the specified directory have their
102102
# dependencies up-to-date, facilitating consistent deployments.
103-
./update_dependency.sh
103+
scripts/update_dependency.sh
104104
105105
# "chatqna" here refers to the directory name that contains the Helm
106106
# chart for the ChatQnA application

0 commit comments

Comments
 (0)