Skip to content

Commit 46d5810

Browse files
author
Divya Bhushan
authored
docs: Updating the devtron-bom.yaml file for the latest Devtron tag (#1635)
1 parent becb9fe commit 46d5810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/setup/upgrade/devtron-upgrade-0.3.x-0.4.x.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ helm repo update
4141

4242
```bash
4343
helm upgrade devtron devtron/devtron-operator --namespace devtroncd \
44-
-f https://raw.githubusercontent.com/devtron-labs/devtron/main/manifests/devtron-bom.yaml \
44+
-f https://raw.githubusercontent.com/devtron-labs/devtron/main/charts/devtron/devtron-bom.yaml \
4545
--set installer.modules={cicd} --reuse-values
4646
```
4747
OR
@@ -52,6 +52,6 @@ OR
5252
DEVTRON_TARGET_VERSION=v0.4.x
5353

5454
helm upgrade devtron devtron/devtron-operator --namespace devtroncd \
55-
-f https://raw.githubusercontent.com/devtron-labs/devtron/$DEVTRON_TARGET_VERSION/manifests/devtron-bom.yaml \
55+
-f https://raw.githubusercontent.com/devtron-labs/devtron/$DEVTRON_TARGET_VERSION/charts/devtron/devtron-bom.yaml \
5656
--set installer.modules={cicd} --reuse-values
5757
```

0 commit comments

Comments
 (0)