File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ helm repo update
4141
4242``` bash
4343helm 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```
4747OR
5252DEVTRON_TARGET_VERSION=v0.4.x
5353
5454helm 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```
You can’t perform that action at this time.
0 commit comments