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.
11
11
In order to be able to use the charts in this repository, add the name and URL to your Helm client:
12
12
13
13
``` 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
16
16
```
17
17
18
18
## Installing Gitploy
@@ -27,9 +27,9 @@ To adjust an existing Gitploy install's configuration:
27
27
28
28
``` console
29
29
# 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
31
31
# 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
33
33
```
34
34
35
35
## Upgrading Gitploy
@@ -39,16 +39,16 @@ Read the release notes to make sure there are no backwards incompatible changes.
39
39
40
40
``` console
41
41
# 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
44
44
```
45
45
46
46
## Uninstalling Gitploy
47
47
48
48
To uninstall/delete the ` gitploy ` deployment in the ` gitploy ` namespace:
49
49
50
50
``` console
51
- $ helm delete gitploy --namespace gitploy
51
+ helm delete gitploy --namespace gitploy
52
52
```
53
53
54
54
## Documentation
You can’t perform that action at this time.
0 commit comments