Skip to content

Commit a538c1f

Browse files
upd helm repo url
1 parent ea33adf commit a538c1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ EOF
4242
```
4343

4444
```shell
45-
helm repo add codefresh-onprem-prod https://chartmuseum.codefresh.io/codefresh
46-
helm pull codefresh-onprem-prod/codefresh
47-
helm upgrade --install cf codefresh-onprem-prod/codefresh -f values-main.yaml --create-namespace --namespace codefresh --debug
45+
helm repo add codefresh-onprem https://chartmuseum.codefresh.io/codefresh
46+
helm pull codefresh-onprem/codefresh
47+
helm upgrade --install cf codefresh-onprem/codefresh -f values-main.yaml --create-namespace --namespace codefresh --debug
4848
```
4949

5050
### Additional docs

0 commit comments

Comments
 (0)