Skip to content

Commit 9a6b526

Browse files
author
noah
committed
Merge branch 'main' of github.com:/gitploy-io/helm-chart
2 parents d607bef + 7888579 commit 9a6b526

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Read and follow the Helm installation guide.
1111
In order to be able to use the charts in this repository, add the name and URL to your Helm client:
1212

1313
```console
14-
$ helm repo add gitployio https://gitploy.io/helm-charts/
15-
$ helm repo update
14+
helm repo add gitployio https://gitploy-io.github.io/helm-chart/
15+
helm repo update
1616
```
1717

1818
## Installing Gitploy
@@ -27,9 +27,9 @@ To adjust an existing Gitploy install's configuration:
2727

2828
```console
2929
# If you have a values file:
30-
$ helm upgrade gitploy gitployio/gitploy --namespace gitploy --values values.overrides.yaml
30+
helm upgrade gitploy gitployio/gitploy --namespace gitploy --values values.overrides.yaml
3131
# If you want to change one value and don't have a values file:
32-
$ helm upgrade gitploy gitployio/gitploy --namespace gitploy --reuse-values --set someKey=someVal
32+
helm upgrade gitploy gitployio/gitploy --namespace gitploy --reuse-values --set someKey=someVal
3333
```
3434

3535
## Upgrading Gitploy
@@ -39,16 +39,16 @@ Read the release notes to make sure there are no backwards incompatible changes.
3939

4040
```console
4141
# This pulls the latest version of the gitploy chart from the repo.
42-
$ helm repo update
43-
$ helm upgrade gitploy gitployio/gitploy --namespace gitploy --values values.overrides.yaml
42+
helm repo update
43+
helm upgrade gitploy gitployio/gitploy --namespace gitploy --values values.overrides.yaml
4444
```
4545

4646
## Uninstalling Gitploy
4747

4848
To uninstall/delete the `gitploy` deployment in the `gitploy` namespace:
4949

5050
```console
51-
$ helm delete gitploy --namespace gitploy
51+
helm delete gitploy --namespace gitploy
5252
```
5353

5454
## Documentation

0 commit comments

Comments
 (0)