File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Read and follow the Helm installation guide.
1111In 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
4848To 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
You can’t perform that action at this time.
0 commit comments